Shades of Eggplant #AC017A
Tints of Eggplant #AC017A
RGB
CMYK
RGB Variations
Color information
#AC017A (or 0xAC017A) is known color: Eggplant. HEX triplet: AC, 01 and 7A. RGB value is (172,1,122). Sum of RGB (Red+Green+Blue) = 172+1+122=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC017A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC017A is #53FE85. Grayscale: #414141. Windows color (decimal): -5504646 or 7995820. OLE color: 7995820.
HSL color Cylindrical-coordinate representation of color #AC017A: hue angle of 317.54º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC017A is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 122 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.33 |
| HSL | 317.54º | 0.99% | 0.34% | - |
| HSV(B) | 317.54º | 0.99% | 0.67% | - |
| XYZ | 20.54 | 10.2 | 19.3 | - |
| YUV | 65.92 | 159.65 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 122 | 0 | 0.99 | 0.29 | 0.33 | 317.54 | 0.99 | 0.34 |
| Hex | AC | 1 | 7A | 0 | 63 | 1D | 21 | 13E | 63 | 22 |
| Octal | 254 | 1 | 172 | 0 | 143 | 35 | 41 | 476 | 143 | 42 |
| Binary | 10101100 | 1 | 1111010 | 0 | 1100011 | 11101 | 100001 | 100111110 | 1100011 | 100010 |
Color Harmonies of #AC017A
Complementary color
Monochromatic Colors of #AC017A
Black with #AC017A
Text Example
Text Example
White with #AC017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC017A; }
p { color: rgb(172,1,122); }
H1.HeaderClassName
{
color: #AC017A;
}
.AnyTagClassName
{
color: #AC017A;
}
</style>
background-color css
<style>
a { background-color: #AC017A; }
a { background-color: rgb(172,1,122); }
div.DivClassName
{
background-color: #AC017A;
}
.BgClassName
{
background-color: #AC017A;
}
</style>
border-color css
<style>
span { border-color: #AC017A; }
span { border-color: rgb(172,1,122); }
td.TdClassName
{
border-color: #AC017A;
}
.TagClassName
{
border-color: #AC017A;
}
</style>