Shades of Eggplant #AC037B
Tints of Eggplant #AC037B
RGB
CMYK
RGB Variations
Color information
#AC037B (or 0xAC037B) is known color: Eggplant. HEX triplet: AC, 03 and 7B. RGB value is (172,3,123). Sum of RGB (Red+Green+Blue) = 172+3+123=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC037B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC037B is #53FC84. Grayscale: #424242. Windows color (decimal): -5504133 or 8061868. OLE color: 8061868.
HSL color Cylindrical-coordinate representation of color #AC037B: hue angle of 317.4º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC037B is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 123 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.33 |
| HSL | 317.4º | 0.97% | 0.34% | - |
| HSV(B) | 317.4º | 0.98% | 0.67% | - |
| XYZ | 20.62 | 10.27 | 19.63 | - |
| YUV | 67.21 | 159.49 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 123 | 0 | 0.98 | 0.28 | 0.33 | 317.4 | 0.97 | 0.34 |
| Hex | AC | 3 | 7B | 0 | 62 | 1C | 21 | 13D | 61 | 22 |
| Octal | 254 | 3 | 173 | 0 | 142 | 34 | 41 | 475 | 141 | 42 |
| Binary | 10101100 | 11 | 1111011 | 0 | 1100010 | 11100 | 100001 | 100111101 | 1100001 | 100010 |
Color Harmonies of #AC037B
Complementary color
Monochromatic Colors of #AC037B
Black with #AC037B
Text Example
Text Example
White with #AC037B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC037B; }
p { color: rgb(172,3,123); }
H1.HeaderClassName
{
color: #AC037B;
}
.AnyTagClassName
{
color: #AC037B;
}
</style>
background-color css
<style>
a { background-color: #AC037B; }
a { background-color: rgb(172,3,123); }
div.DivClassName
{
background-color: #AC037B;
}
.BgClassName
{
background-color: #AC037B;
}
</style>
border-color css
<style>
span { border-color: #AC037B; }
span { border-color: rgb(172,3,123); }
td.TdClassName
{
border-color: #AC037B;
}
.TagClassName
{
border-color: #AC037B;
}
</style>