Html Css Color HEX #AB0470 Eggplant

📋 copy color: '#AB0470'

red 171 ◦ green 4 ◦ blue 112

#AB0470
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #AB0470

Tints of Eggplant #AB0470

RGB

 RED value IS 171 (67.19% from 255) = 59.58%

 GREEN value IS 4 (1.95% from 255) = 1.39%

 BLUE value IS 112 (44.14% from 255) = 39.02%

R = 59.58%
G = 1.39%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AB0470 (or 0xAB0470) is known color: Eggplant. HEX triplet: AB, 04 and 70. RGB value is (171,4,112). Sum of RGB (Red+Green+Blue) = 171+4+112=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0470 is #54FB8F. Grayscale: #414141. Windows color (decimal): -5569424 or 7341227. OLE color: 7341227.

HSL color Cylindrical-coordinate representation of color #AB0470: hue angle of 321.2º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB0470 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 4 112 -
CMYK 0 0.98 0.35 0.33
HSL 321.2º 0.95% 0.34% -
HSV(B) 321.2º 0.98% 0.67% -
XYZ 19.76 9.91 16.2 -
YUV 66.25 153.83 202.72 -
System Red Green Blue C M Y K H S L
Decimal 171 4 112 0 0.98 0.35 0.33 321.2 0.95 0.34
Hex AB 4 70 0 62 23 21 141 5F 22
Octal 253 4 160 0 142 43 41 501 137 42
Binary 10101011 100 1110000 0 1100010 100011 100001 101000001 1011111 100010

Color Harmonies of #AB0470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0470

Black with #AB0470

Text Example


Text Example

White with #AB0470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0470; }

 p { color: rgb(171,4,112); }

 H1.HeaderClassName
 {
   color: #AB0470;
 }
 .AnyTagClassName
 {
   color: #AB0470;
 }
</style>

background-color css

<style>
 a { background-color: #AB0470; }

 a { background-color: rgb(171,4,112); }

 div.DivClassName
 {
   background-color: #AB0470;
 }
 .BgClassName
 {
   background-color: #AB0470;
 }
</style>

border-color css

<style>
 span { border-color: #AB0470; }

 span { border-color: rgb(171,4,112); }

 td.TdClassName
 {
   border-color: #AB0470;
 }
 .TagClassName
 {
   border-color: #AB0470;
 }
</style>