Shades of Eggplant #AA097F
Tints of Eggplant #AA097F
RGB
CMYK
RGB Variations
Color information
#AA097F (or 0xAA097F) is known color: Eggplant. HEX triplet: AA, 09 and 7F. RGB value is (170,9,127). Sum of RGB (Red+Green+Blue) = 170+9+127=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA097F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA097F is #55F680. Grayscale: #464646. Windows color (decimal): -5633665 or 8325546. OLE color: 8325546.
HSL color Cylindrical-coordinate representation of color #AA097F: hue angle of 316.02º 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 #AA097F is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 127 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.33 |
| HSL | 316.02º | 0.9% | 0.35% | - |
| HSV(B) | 316.02º | 0.95% | 0.67% | - |
| XYZ | 20.51 | 10.27 | 20.98 | - |
| YUV | 70.59 | 159.84 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 127 | 0 | 0.95 | 0.25 | 0.33 | 316.02 | 0.9 | 0.35 |
| Hex | AA | 9 | 7F | 0 | 5F | 19 | 21 | 13C | 5A | 23 |
| Octal | 252 | 11 | 177 | 0 | 137 | 31 | 41 | 474 | 132 | 43 |
| Binary | 10101010 | 1001 | 1111111 | 0 | 1011111 | 11001 | 100001 | 100111100 | 1011010 | 100011 |
Color Harmonies of #AA097F
Complementary color
Monochromatic Colors of #AA097F
Black with #AA097F
Text Example
Text Example
White with #AA097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA097F; }
p { color: rgb(170,9,127); }
H1.HeaderClassName
{
color: #AA097F;
}
.AnyTagClassName
{
color: #AA097F;
}
</style>
background-color css
<style>
a { background-color: #AA097F; }
a { background-color: rgb(170,9,127); }
div.DivClassName
{
background-color: #AA097F;
}
.BgClassName
{
background-color: #AA097F;
}
</style>
border-color css
<style>
span { border-color: #AA097F; }
span { border-color: rgb(170,9,127); }
td.TdClassName
{
border-color: #AA097F;
}
.TagClassName
{
border-color: #AA097F;
}
</style>