Shades of Eggplant #AC0083
Tints of Eggplant #AC0083
RGB
CMYK
RGB Variations
Color information
#AC0083 (or 0xAC0083) is known color: Eggplant. HEX triplet: AC, 00 and 83. RGB value is (172,0,131). Sum of RGB (Red+Green+Blue) = 172+0+131=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0083 is #53FF7C. Grayscale: #424242. Windows color (decimal): -5504893 or 8585388. OLE color: 8585388.
HSL color Cylindrical-coordinate representation of color #AC0083: hue angle of 314.3º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC0083 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 131 | - |
| CMYK | 0 | 1 | 0.24 | 0.33 |
| HSL | 314.3º | 1% | 0.34% | - |
| HSV(B) | 314.3º | 1% | 0.67% | - |
| XYZ | 21.11 | 10.41 | 22.37 | - |
| YUV | 66.36 | 164.48 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 131 | 0 | 1 | 0.24 | 0.33 | 314.3 | 1 | 0.34 |
| Hex | AC | 0 | 83 | 0 | 64 | 18 | 21 | 13A | 64 | 22 |
| Octal | 254 | 0 | 203 | 0 | 144 | 30 | 41 | 472 | 144 | 42 |
| Binary | 10101100 | 0 | 10000011 | 0 | 1100100 | 11000 | 100001 | 100111010 | 1100100 | 100010 |
Color Harmonies of #AC0083
Complementary color
Monochromatic Colors of #AC0083
Black with #AC0083
Text Example
Text Example
White with #AC0083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0083; }
p { color: rgb(172,0,131); }
H1.HeaderClassName
{
color: #AC0083;
}
.AnyTagClassName
{
color: #AC0083;
}
</style>
background-color css
<style>
a { background-color: #AC0083; }
a { background-color: rgb(172,0,131); }
div.DivClassName
{
background-color: #AC0083;
}
.BgClassName
{
background-color: #AC0083;
}
</style>
border-color css
<style>
span { border-color: #AC0083; }
span { border-color: rgb(172,0,131); }
td.TdClassName
{
border-color: #AC0083;
}
.TagClassName
{
border-color: #AC0083;
}
</style>