Shades of Eggplant #AC0675
Tints of Eggplant #AC0675
RGB
CMYK
RGB Variations
Color information
#AC0675 (or 0xAC0675) is known color: Eggplant. HEX triplet: AC, 06 and 75. RGB value is (172,6,117). Sum of RGB (Red+Green+Blue) = 172+6+117=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0675 is #53F98A. Grayscale: #444444. Windows color (decimal): -5503371 or 7669420. OLE color: 7669420.
HSL color Cylindrical-coordinate representation of color #AC0675: hue angle of 319.88º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC0675 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 6 | 117 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.33 |
| HSL | 319.88º | 0.93% | 0.35% | - |
| HSV(B) | 319.88º | 0.97% | 0.67% | - |
| XYZ | 20.29 | 10.19 | 17.73 | - |
| YUV | 68.29 | 155.5 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 117 | 0 | 0.97 | 0.32 | 0.33 | 319.88 | 0.93 | 0.35 |
| Hex | AC | 6 | 75 | 0 | 61 | 20 | 21 | 140 | 5D | 23 |
| Octal | 254 | 6 | 165 | 0 | 141 | 40 | 41 | 500 | 135 | 43 |
| Binary | 10101100 | 110 | 1110101 | 0 | 1100001 | 100000 | 100001 | 101000000 | 1011101 | 100011 |
Color Harmonies of #AC0675
Complementary color
Monochromatic Colors of #AC0675
Black with #AC0675
Text Example
Text Example
White with #AC0675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0675; }
p { color: rgb(172,6,117); }
H1.HeaderClassName
{
color: #AC0675;
}
.AnyTagClassName
{
color: #AC0675;
}
</style>
background-color css
<style>
a { background-color: #AC0675; }
a { background-color: rgb(172,6,117); }
div.DivClassName
{
background-color: #AC0675;
}
.BgClassName
{
background-color: #AC0675;
}
</style>
border-color css
<style>
span { border-color: #AC0675; }
span { border-color: rgb(172,6,117); }
td.TdClassName
{
border-color: #AC0675;
}
.TagClassName
{
border-color: #AC0675;
}
</style>