#AB0C78

Color #AB0C78 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #AB0C78

Tints of Eggplant #AB0C78

Color information

#AB0C78 (or 0xAB0C78) is unknown color: approx Eggplant. HEX triplet: AB, 0C and 78. RGB value is (171,12,120). Sum of RGB (Red+Green+Blue) = 171+12+120=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0C78 is #54F387. Grayscale: #474747. Windows color (decimal): -5567368 or 7867563. OLE color: 7867563.

HSL color Cylindrical-coordinate representation of color #AB0C78: hue angle of 319.25º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0C78 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB17112120-
CMYK00.930.300.33
HSL319.25º86.89%35.88%-
HSV(B)319.25º92.98%67.06%-
XYZ20.3210.2818.68-
YUV71.85155.18198.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.44%
GREEN value IS 12 (5.08% from 255) = 3.96%
BLUE value IS 120 (47.27% from 255) = 39.60%
R=56.44%
G=3.96%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711212000.930.300.33319.2586.8935.88
HexABC7805D1E2113f5724
Octal253141700135364147712744
Binary101010111100111100001011101111101000011001111111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0C78; }

 p { color: rgb(171,12,120); }

 H1.HeaderClassName
 {
   color: #AB0C78;
 }
 .AnyTagClassName
 {
   color: #AB0C78;
 }
</style>
background-color css

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

 a { background-color: rgb(171,12,120); }

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

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

 span { border-color: rgb(171,12,120); }

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