COLOR #AB427C

HEX: #AB427C
RGB: (171,66,124)

Renk bilgisi

#AB427C contains mainly red and blue colors. #AB427C ‘ nin web güvenlik rengi #993366 (ya da #936) dir.

RGB renk modeli

#AB427C color RGB value is (171,66,124).

  • kırmız ton 171;
  • yeşil ton 66;
  • mavi ton 124.
RGB:
(171,66,124)
(67%,26%,49%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 66 of 255 = 26%
B 124 of 255 = 49%

171
66
124

R + G + B ~ 47%. #AB427C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 66 + 124 = 361 (100%)
R 171 of 361 ~ 47.37%
G 66 of 361 ~ 18.28%
B 124 of 361 ~ 34.35%

%47.37
%18.28
%34.35

CMYK RENK MODELİ

#AB427C rengi CMYK tonu (0,61,27,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 61.40%
  • sarı tonu 27.49%
  • ana renk tonu 32.94%
CMYK:
(0,61,27,33)
C0M61Y27K33 
(0%,61%,27%,33%)
(0.00/0.61/0.27/0.33)	

CMYK yüzdeleri

%0
%61.4
%27.49
%32.94

Codes

Color #AB427C in popluar color models

AB427C
RGB17166124
HSL327°44.30%46.47%
HSB/HSV327°61.40%67.06%
CMYK0.00%61.40%27.49%
32.94%

Color #AB427C in popluar number systems.

HEXAB427C
Decimal17166124
Binary1010101110000101111100
Octal253102174

Shades and tints

Shades of #AB427C

#AB427C
(171,66,124)
#9C3C71
(156,60,113)
#8D3666
(141,54,102)
#7E305B
(126,48,91)
#6F2A50
(111,42,80)
#602445
(96,36,69)
#511E3A
(81,30,58)
#42182F
(66,24,47)
#331224
(51,18,36)
#240C19
(36,12,25)
#15060E
(21,6,14)
#000000
(0,0,0)

Tints of #AB427C

#AB427C
(171,66,124)
#B25387
(178,83,135)
#B96492
(185,100,146)
#C0759D
(192,117,157)
#C786A8
(199,134,168)
#CE97B3
(206,151,179)
#D5A8BE
(213,168,190)
#DCB9C9
(220,185,201)
#E3CAD4
(227,202,212)
#EADBDF
(234,219,223)
#F1ECEA
(241,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB427C color. Also use rgb(171,66,124) instead hex code.

Text Font Color

.myTextColor { color: #AB427C; }

<p style="color:#AB427C">This sample text font color is #AB427C.</p>

This text font color is #AB427C.


Background Color

.myBgColor { background-color: #AB427C; }

<div style="background-color:#AB427C">Inner text</div>

This div background color is #AB427C.


Border color

.myBorderColor { border: 1px solid #AB427C; }

<div style="border:3px solid #AB427C">Div</div>

This div border color is #AB427C.


Opacity

.myOpacity80 { color: #AB427C; opacity: 0.8; }

<p style="color:#AB427C;opacity:0.8;">80%</p>

Text with #AB427C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AB427C;}

<p style="text-shadow: 3px 3px 1px #AB427C">Text here.</p>

This text has shadow with #AB427C color.

.textShadow {text-shadow: 3px 3px 1px #AB427C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AB427C, 5px 5px 20px red">Text here.</p>

This text has shadow with #AB427C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB427C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AB427C, Direction=45, Strength=4)">Text</p>

This text has shadow with #AB427C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AB427C;
  -webkit-box-shadow:	1px 1px 3px 2px #AB427C;
  box-shadow:		1px 1px 3px 2px #AB427C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB427C;
-webkit-box-shadow: 1px 1px 3px 2px #AB427C;
box-shadow:1px 1px 3px 2px #AB427C;">
Div content here</div>
This div box has shadow with color #AB427C.

Preview

Color preview on black background

This text has color #AB427C on black background.


Color preview on white background

This text has color #AB427C on white background.



Black color preview on #AB427C background

This text has black color on #AB427C background.


White color preview on #AB427C background

This text has white color on #AB427C background.