Shades of Eggplant #AC097D
Tints of Eggplant #AC097D
RGB
CMYK
RGB Variations
Color information
#AC097D (or 0xAC097D) is known color: Eggplant. HEX triplet: AC, 09 and 7D. RGB value is (172,9,125). Sum of RGB (Red+Green+Blue) = 172+9+125=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC097D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC097D is #53F682. Grayscale: #464646. Windows color (decimal): -5502595 or 8194476. OLE color: 8194476.
HSL color Cylindrical-coordinate representation of color #AC097D: hue angle of 317.3º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC097D is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 9 | 125 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.33 |
| HSL | 317.3º | 0.9% | 0.35% | - |
| HSV(B) | 317.3º | 0.95% | 0.67% | - |
| XYZ | 20.81 | 10.45 | 20.32 | - |
| YUV | 70.96 | 158.5 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 125 | 0 | 0.95 | 0.27 | 0.33 | 317.3 | 0.9 | 0.35 |
| Hex | AC | 9 | 7D | 0 | 5F | 1B | 21 | 13D | 5A | 23 |
| Octal | 254 | 11 | 175 | 0 | 137 | 33 | 41 | 475 | 132 | 43 |
| Binary | 10101100 | 1001 | 1111101 | 0 | 1011111 | 11011 | 100001 | 100111101 | 1011010 | 100011 |
Color Harmonies of #AC097D
Complementary color
Monochromatic Colors of #AC097D
Black with #AC097D
Text Example
Text Example
White with #AC097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC097D; }
p { color: rgb(172,9,125); }
H1.HeaderClassName
{
color: #AC097D;
}
.AnyTagClassName
{
color: #AC097D;
}
</style>
background-color css
<style>
a { background-color: #AC097D; }
a { background-color: rgb(172,9,125); }
div.DivClassName
{
background-color: #AC097D;
}
.BgClassName
{
background-color: #AC097D;
}
</style>
border-color css
<style>
span { border-color: #AC097D; }
span { border-color: rgb(172,9,125); }
td.TdClassName
{
border-color: #AC097D;
}
.TagClassName
{
border-color: #AC097D;
}
</style>