Shades of Eggplant #AC0C7A
Tints of Eggplant #AC0C7A
RGB
CMYK
RGB Variations
Color information
#AC0C7A (or 0xAC0C7A) is known color: Eggplant. HEX triplet: AC, 0C and 7A. RGB value is (172,12,122). Sum of RGB (Red+Green+Blue) = 172+12+122=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0C7A is #53F385. Grayscale: #484848. Windows color (decimal): -5501830 or 7998636. OLE color: 7998636.
HSL color Cylindrical-coordinate representation of color #AC0C7A: hue angle of 318.75º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0C7A is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 12 | 122 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.33 |
| HSL | 318.75º | 0.87% | 0.36% | - |
| HSV(B) | 318.75º | 0.93% | 0.67% | - |
| XYZ | 20.66 | 10.44 | 19.34 | - |
| YUV | 72.38 | 156.01 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 122 | 0 | 0.93 | 0.29 | 0.33 | 318.75 | 0.87 | 0.36 |
| Hex | AC | C | 7A | 0 | 5D | 1D | 21 | 13F | 57 | 24 |
| Octal | 254 | 14 | 172 | 0 | 135 | 35 | 41 | 477 | 127 | 44 |
| Binary | 10101100 | 1100 | 1111010 | 0 | 1011101 | 11101 | 100001 | 100111111 | 1010111 | 100100 |
Color Harmonies of #AC0C7A
Complementary color
Monochromatic Colors of #AC0C7A
Black with #AC0C7A
Text Example
Text Example
White with #AC0C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0C7A; }
p { color: rgb(172,12,122); }
H1.HeaderClassName
{
color: #AC0C7A;
}
.AnyTagClassName
{
color: #AC0C7A;
}
</style>
background-color css
<style>
a { background-color: #AC0C7A; }
a { background-color: rgb(172,12,122); }
div.DivClassName
{
background-color: #AC0C7A;
}
.BgClassName
{
background-color: #AC0C7A;
}
</style>
border-color css
<style>
span { border-color: #AC0C7A; }
span { border-color: rgb(172,12,122); }
td.TdClassName
{
border-color: #AC0C7A;
}
.TagClassName
{
border-color: #AC0C7A;
}
</style>