Shades of Eggplant #AC067E
Tints of Eggplant #AC067E
RGB
CMYK
RGB Variations
Color information
#AC067E (or 0xAC067E) is known color: Eggplant. HEX triplet: AC, 06 and 7E. RGB value is (172,6,126). Sum of RGB (Red+Green+Blue) = 172+6+126=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC067E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC067E is #53F981. Grayscale: #454545. Windows color (decimal): -5503362 or 8259244. OLE color: 8259244.
HSL color Cylindrical-coordinate representation of color #AC067E: hue angle of 316.63º 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 #AC067E is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 6 | 126 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.33 |
| HSL | 316.63º | 0.93% | 0.35% | - |
| HSV(B) | 316.63º | 0.97% | 0.67% | - |
| XYZ | 20.84 | 10.41 | 20.65 | - |
| YUV | 69.31 | 160 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 126 | 0 | 0.97 | 0.27 | 0.33 | 316.63 | 0.93 | 0.35 |
| Hex | AC | 6 | 7E | 0 | 61 | 1B | 21 | 13D | 5D | 23 |
| Octal | 254 | 6 | 176 | 0 | 141 | 33 | 41 | 475 | 135 | 43 |
| Binary | 10101100 | 110 | 1111110 | 0 | 1100001 | 11011 | 100001 | 100111101 | 1011101 | 100011 |
Color Harmonies of #AC067E
Complementary color
Monochromatic Colors of #AC067E
Black with #AC067E
Text Example
Text Example
White with #AC067E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC067E; }
p { color: rgb(172,6,126); }
H1.HeaderClassName
{
color: #AC067E;
}
.AnyTagClassName
{
color: #AC067E;
}
</style>
background-color css
<style>
a { background-color: #AC067E; }
a { background-color: rgb(172,6,126); }
div.DivClassName
{
background-color: #AC067E;
}
.BgClassName
{
background-color: #AC067E;
}
</style>
border-color css
<style>
span { border-color: #AC067E; }
span { border-color: rgb(172,6,126); }
td.TdClassName
{
border-color: #AC067E;
}
.TagClassName
{
border-color: #AC067E;
}
</style>