Shades of Eggplant #AA097D
Tints of Eggplant #AA097D
RGB
CMYK
RGB Variations
Color information
#AA097D (or 0xAA097D) is known color: Eggplant. HEX triplet: AA, 09 and 7D. RGB value is (170,9,125). Sum of RGB (Red+Green+Blue) = 170+9+125=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA097D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA097D is #55F682. Grayscale: #464646. Windows color (decimal): -5633667 or 8194474. OLE color: 8194474.
HSL color Cylindrical-coordinate representation of color #AA097D: hue angle of 316.77º 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 #AA097D is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 125 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.33 |
| HSL | 316.77º | 0.9% | 0.35% | - |
| HSV(B) | 316.77º | 0.95% | 0.67% | - |
| XYZ | 20.38 | 10.22 | 20.3 | - |
| YUV | 70.36 | 158.84 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 125 | 0 | 0.95 | 0.26 | 0.33 | 316.77 | 0.9 | 0.35 |
| Hex | AA | 9 | 7D | 0 | 5F | 1A | 21 | 13D | 5A | 23 |
| Octal | 252 | 11 | 175 | 0 | 137 | 32 | 41 | 475 | 132 | 43 |
| Binary | 10101010 | 1001 | 1111101 | 0 | 1011111 | 11010 | 100001 | 100111101 | 1011010 | 100011 |
Color Harmonies of #AA097D
Complementary color
Monochromatic Colors of #AA097D
Black with #AA097D
Text Example
Text Example
White with #AA097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA097D; }
p { color: rgb(170,9,125); }
H1.HeaderClassName
{
color: #AA097D;
}
.AnyTagClassName
{
color: #AA097D;
}
</style>
background-color css
<style>
a { background-color: #AA097D; }
a { background-color: rgb(170,9,125); }
div.DivClassName
{
background-color: #AA097D;
}
.BgClassName
{
background-color: #AA097D;
}
</style>
border-color css
<style>
span { border-color: #AA097D; }
span { border-color: rgb(170,9,125); }
td.TdClassName
{
border-color: #AA097D;
}
.TagClassName
{
border-color: #AA097D;
}
</style>