Shades of Eggplant #AC0B7B
Tints of Eggplant #AC0B7B
RGB
CMYK
RGB Variations
Color information
#AC0B7B (or 0xAC0B7B) is known color: Eggplant. HEX triplet: AC, 0B and 7B. RGB value is (172,11,123). Sum of RGB (Red+Green+Blue) = 172+11+123=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 11 (4.69% from 255 or 3.59% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0B7B is #53F484. Grayscale: #474747. Windows color (decimal): -5502085 or 8063916. OLE color: 8063916.
HSL color Cylindrical-coordinate representation of color #AC0B7B: hue angle of 318.26º 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 #AC0B7B is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 11 | 123 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.33 |
| HSL | 318.26º | 0.88% | 0.36% | - |
| HSV(B) | 318.26º | 0.94% | 0.67% | - |
| XYZ | 20.71 | 10.44 | 19.66 | - |
| YUV | 71.91 | 156.84 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 11 | 123 | 0 | 0.94 | 0.28 | 0.33 | 318.26 | 0.88 | 0.36 |
| Hex | AC | B | 7B | 0 | 5E | 1C | 21 | 13E | 58 | 24 |
| Octal | 254 | 13 | 173 | 0 | 136 | 34 | 41 | 476 | 130 | 44 |
| Binary | 10101100 | 1011 | 1111011 | 0 | 1011110 | 11100 | 100001 | 100111110 | 1011000 | 100100 |
Color Harmonies of #AC0B7B
Complementary color
Monochromatic Colors of #AC0B7B
Black with #AC0B7B
Text Example
Text Example
White with #AC0B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0B7B; }
p { color: rgb(172,11,123); }
H1.HeaderClassName
{
color: #AC0B7B;
}
.AnyTagClassName
{
color: #AC0B7B;
}
</style>
background-color css
<style>
a { background-color: #AC0B7B; }
a { background-color: rgb(172,11,123); }
div.DivClassName
{
background-color: #AC0B7B;
}
.BgClassName
{
background-color: #AC0B7B;
}
</style>
border-color css
<style>
span { border-color: #AC0B7B; }
span { border-color: rgb(172,11,123); }
td.TdClassName
{
border-color: #AC0B7B;
}
.TagClassName
{
border-color: #AC0B7B;
}
</style>