Shades of Eggplant #AC0B7A
Tints of Eggplant #AC0B7A
RGB
CMYK
RGB Variations
Color information
#AC0B7A (or 0xAC0B7A) is known color: Eggplant. HEX triplet: AC, 0B and 7A. RGB value is (172,11,122). Sum of RGB (Red+Green+Blue) = 172+11+122=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0B7A is #53F485. Grayscale: #474747. Windows color (decimal): -5502086 or 7998380. OLE color: 7998380.
HSL color Cylindrical-coordinate representation of color #AC0B7A: hue angle of 318.63º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0B7A is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 11 | 122 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.33 |
| HSL | 318.63º | 0.88% | 0.36% | - |
| HSV(B) | 318.63º | 0.94% | 0.67% | - |
| XYZ | 20.65 | 10.42 | 19.33 | - |
| YUV | 71.79 | 156.34 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 11 | 122 | 0 | 0.94 | 0.29 | 0.33 | 318.63 | 0.88 | 0.36 |
| Hex | AC | B | 7A | 0 | 5E | 1D | 21 | 13F | 58 | 24 |
| Octal | 254 | 13 | 172 | 0 | 136 | 35 | 41 | 477 | 130 | 44 |
| Binary | 10101100 | 1011 | 1111010 | 0 | 1011110 | 11101 | 100001 | 100111111 | 1011000 | 100100 |
Color Harmonies of #AC0B7A
Complementary color
Monochromatic Colors of #AC0B7A
Black with #AC0B7A
Text Example
Text Example
White with #AC0B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0B7A; }
p { color: rgb(172,11,122); }
H1.HeaderClassName
{
color: #AC0B7A;
}
.AnyTagClassName
{
color: #AC0B7A;
}
</style>
background-color css
<style>
a { background-color: #AC0B7A; }
a { background-color: rgb(172,11,122); }
div.DivClassName
{
background-color: #AC0B7A;
}
.BgClassName
{
background-color: #AC0B7A;
}
</style>
border-color css
<style>
span { border-color: #AC0B7A; }
span { border-color: rgb(172,11,122); }
td.TdClassName
{
border-color: #AC0B7A;
}
.TagClassName
{
border-color: #AC0B7A;
}
</style>