Shades of Eggplant #AC0274
Tints of Eggplant #AC0274
RGB
CMYK
RGB Variations
Color information
#AC0274 (or 0xAC0274) is known color: Eggplant. HEX triplet: AC, 02 and 74. RGB value is (172,2,116). Sum of RGB (Red+Green+Blue) = 172+2+116=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 116 (45.70% from 255 or 40% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0274 is #53FD8B. Grayscale: #414141. Windows color (decimal): -5504396 or 7602860. OLE color: 7602860.
HSL color Cylindrical-coordinate representation of color #AC0274: hue angle of 319.76º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC0274 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 116 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.33 |
| HSL | 319.76º | 0.98% | 0.34% | - |
| HSV(B) | 319.76º | 0.99% | 0.67% | - |
| XYZ | 20.19 | 10.08 | 17.4 | - |
| YUV | 65.83 | 156.32 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 116 | 0 | 0.99 | 0.33 | 0.33 | 319.76 | 0.98 | 0.34 |
| Hex | AC | 2 | 74 | 0 | 63 | 21 | 21 | 140 | 62 | 22 |
| Octal | 254 | 2 | 164 | 0 | 143 | 41 | 41 | 500 | 142 | 42 |
| Binary | 10101100 | 10 | 1110100 | 0 | 1100011 | 100001 | 100001 | 101000000 | 1100010 | 100010 |
Color Harmonies of #AC0274
Complementary color
Monochromatic Colors of #AC0274
Black with #AC0274
Text Example
Text Example
White with #AC0274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0274; }
p { color: rgb(172,2,116); }
H1.HeaderClassName
{
color: #AC0274;
}
.AnyTagClassName
{
color: #AC0274;
}
</style>
background-color css
<style>
a { background-color: #AC0274; }
a { background-color: rgb(172,2,116); }
div.DivClassName
{
background-color: #AC0274;
}
.BgClassName
{
background-color: #AC0274;
}
</style>
border-color css
<style>
span { border-color: #AC0274; }
span { border-color: rgb(172,2,116); }
td.TdClassName
{
border-color: #AC0274;
}
.TagClassName
{
border-color: #AC0274;
}
</style>