Shades of Eggplant #AC067A
Tints of Eggplant #AC067A
RGB
CMYK
RGB Variations
Color information
#AC067A (or 0xAC067A) is known color: Eggplant. HEX triplet: AC, 06 and 7A. RGB value is (172,6,122). Sum of RGB (Red+Green+Blue) = 172+6+122=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC067A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC067A is #53F985. Grayscale: #444444. Windows color (decimal): -5503366 or 7997100. OLE color: 7997100.
HSL color Cylindrical-coordinate representation of color #AC067A: hue angle of 318.07º degrees, saturation: 0.93, 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 #AC067A is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 6 | 122 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.33 |
| HSL | 318.07º | 0.93% | 0.35% | - |
| HSV(B) | 318.07º | 0.97% | 0.67% | - |
| XYZ | 20.59 | 10.31 | 19.32 | - |
| YUV | 68.86 | 158 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 122 | 0 | 0.97 | 0.29 | 0.33 | 318.07 | 0.93 | 0.35 |
| Hex | AC | 6 | 7A | 0 | 61 | 1D | 21 | 13E | 5D | 23 |
| Octal | 254 | 6 | 172 | 0 | 141 | 35 | 41 | 476 | 135 | 43 |
| Binary | 10101100 | 110 | 1111010 | 0 | 1100001 | 11101 | 100001 | 100111110 | 1011101 | 100011 |
Color Harmonies of #AC067A
Complementary color
Monochromatic Colors of #AC067A
Black with #AC067A
Text Example
Text Example
White with #AC067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC067A; }
p { color: rgb(172,6,122); }
H1.HeaderClassName
{
color: #AC067A;
}
.AnyTagClassName
{
color: #AC067A;
}
</style>
background-color css
<style>
a { background-color: #AC067A; }
a { background-color: rgb(172,6,122); }
div.DivClassName
{
background-color: #AC067A;
}
.BgClassName
{
background-color: #AC067A;
}
</style>
border-color css
<style>
span { border-color: #AC067A; }
span { border-color: rgb(172,6,122); }
td.TdClassName
{
border-color: #AC067A;
}
.TagClassName
{
border-color: #AC067A;
}
</style>