#ac0b76

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

Shades of Eggplant #AC0B76

Tints of Eggplant #AC0B76

Color information

#AC0B76 (or 0xAC0B76) is unknown color: approx Eggplant. HEX triplet: AC, 0B and 76. RGB value is (172,11,118). Sum of RGB (Red+Green+Blue) = 172+11+118=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0B76 is #53F489. Grayscale: #474747. Windows color (decimal): -5502090 or 7736236. OLE color: 7736236.

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

Color convert

RGB17211118-
CMYK00.940.310.33
HSL320.12º87.98%35.88%-
HSV(B)320.12º93.6%67.45%-
XYZ20.410.3218.06-
YUV71.34154.34199.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.14%
GREEN value IS 11 (4.69% from 255) = 3.65%
BLUE value IS 118 (46.48% from 255) = 39.20%
R=57.14%
G=3.65%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721111800.940.310.33320.1287.9835.88
HexACB7605E1F211405824
Octal254131660136374150013044
Binary101011001011111011001011110111111000011010000001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac0b76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac0b76; }

 p { color: rgb(172,11,118); }

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

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

 a { background-color: rgb(172,11,118); }

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

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

 span { border-color: rgb(172,11,118); }

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