Shades of Eggplant #AC0380
Tints of Eggplant #AC0380
RGB
CMYK
RGB Variations
Color information
#AC0380 (or 0xAC0380) is known color: Eggplant. HEX triplet: AC, 03 and 80. RGB value is (172,3,128). Sum of RGB (Red+Green+Blue) = 172+3+128=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0380 is #53FC7F. Grayscale: #434343. Windows color (decimal): -5504128 or 8389548. OLE color: 8389548.
HSL color Cylindrical-coordinate representation of color #AC0380: hue angle of 315.62º degrees, saturation: 0.97, 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 #AC0380 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 128 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.33 |
| HSL | 315.62º | 0.97% | 0.34% | - |
| HSV(B) | 315.62º | 0.98% | 0.67% | - |
| XYZ | 20.94 | 10.39 | 21.32 | - |
| YUV | 67.78 | 161.99 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 128 | 0 | 0.98 | 0.26 | 0.33 | 315.62 | 0.97 | 0.34 |
| Hex | AC | 3 | 80 | 0 | 62 | 1A | 21 | 13C | 61 | 22 |
| Octal | 254 | 3 | 200 | 0 | 142 | 32 | 41 | 474 | 141 | 42 |
| Binary | 10101100 | 11 | 10000000 | 0 | 1100010 | 11010 | 100001 | 100111100 | 1100001 | 100010 |
Color Harmonies of #AC0380
Complementary color
Monochromatic Colors of #AC0380
Black with #AC0380
Text Example
Text Example
White with #AC0380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0380; }
p { color: rgb(172,3,128); }
H1.HeaderClassName
{
color: #AC0380;
}
.AnyTagClassName
{
color: #AC0380;
}
</style>
background-color css
<style>
a { background-color: #AC0380; }
a { background-color: rgb(172,3,128); }
div.DivClassName
{
background-color: #AC0380;
}
.BgClassName
{
background-color: #AC0380;
}
</style>
border-color css
<style>
span { border-color: #AC0380; }
span { border-color: rgb(172,3,128); }
td.TdClassName
{
border-color: #AC0380;
}
.TagClassName
{
border-color: #AC0380;
}
</style>