Shades of Eggplant #AC057B
Tints of Eggplant #AC057B
RGB
CMYK
RGB Variations
Color information
#AC057B (or 0xAC057B) is known color: Eggplant. HEX triplet: AC, 05 and 7B. RGB value is (172,5,123). Sum of RGB (Red+Green+Blue) = 172+5+123=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC057B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC057B is #53FA84. Grayscale: #444444. Windows color (decimal): -5503621 or 8062380. OLE color: 8062380.
HSL color Cylindrical-coordinate representation of color #AC057B: hue angle of 317.6º degrees, saturation: 0.94, 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 #AC057B is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 123 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.33 |
| HSL | 317.6º | 0.94% | 0.35% | - |
| HSV(B) | 317.6º | 0.97% | 0.67% | - |
| XYZ | 20.64 | 10.31 | 19.64 | - |
| YUV | 68.39 | 158.83 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 123 | 0 | 0.97 | 0.28 | 0.33 | 317.6 | 0.94 | 0.35 |
| Hex | AC | 5 | 7B | 0 | 61 | 1C | 21 | 13E | 5E | 23 |
| Octal | 254 | 5 | 173 | 0 | 141 | 34 | 41 | 476 | 136 | 43 |
| Binary | 10101100 | 101 | 1111011 | 0 | 1100001 | 11100 | 100001 | 100111110 | 1011110 | 100011 |
Color Harmonies of #AC057B
Complementary color
Monochromatic Colors of #AC057B
Black with #AC057B
Text Example
Text Example
White with #AC057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC057B; }
p { color: rgb(172,5,123); }
H1.HeaderClassName
{
color: #AC057B;
}
.AnyTagClassName
{
color: #AC057B;
}
</style>
background-color css
<style>
a { background-color: #AC057B; }
a { background-color: rgb(172,5,123); }
div.DivClassName
{
background-color: #AC057B;
}
.BgClassName
{
background-color: #AC057B;
}
</style>
border-color css
<style>
span { border-color: #AC057B; }
span { border-color: rgb(172,5,123); }
td.TdClassName
{
border-color: #AC057B;
}
.TagClassName
{
border-color: #AC057B;
}
</style>