Shades of Eggplant #AA107A
Tints of Eggplant #AA107A
RGB
CMYK
RGB Variations
Color information
#AA107A (or 0xAA107A) is known color: Eggplant. HEX triplet: AA, 10 and 7A. RGB value is (170,16,122). Sum of RGB (Red+Green+Blue) = 170+16+122=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA107A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA107A is #55EF85. Grayscale: #494949. Windows color (decimal): -5631878 or 7999658. OLE color: 7999658.
HSL color Cylindrical-coordinate representation of color #AA107A: hue angle of 318.7º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA107A is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 122 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.33 |
| HSL | 318.7º | 0.83% | 0.36% | - |
| HSV(B) | 318.7º | 0.91% | 0.67% | - |
| XYZ | 20.28 | 10.32 | 19.34 | - |
| YUV | 74.13 | 155.02 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 122 | 0 | 0.91 | 0.28 | 0.33 | 318.7 | 0.83 | 0.36 |
| Hex | AA | 10 | 7A | 0 | 5B | 1C | 21 | 13F | 53 | 24 |
| Octal | 252 | 20 | 172 | 0 | 133 | 34 | 41 | 477 | 123 | 44 |
| Binary | 10101010 | 10000 | 1111010 | 0 | 1011011 | 11100 | 100001 | 100111111 | 1010011 | 100100 |
Color Harmonies of #AA107A
Complementary color
Monochromatic Colors of #AA107A
Black with #AA107A
Text Example
Text Example
White with #AA107A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA107A; }
p { color: rgb(170,16,122); }
H1.HeaderClassName
{
color: #AA107A;
}
.AnyTagClassName
{
color: #AA107A;
}
</style>
background-color css
<style>
a { background-color: #AA107A; }
a { background-color: rgb(170,16,122); }
div.DivClassName
{
background-color: #AA107A;
}
.BgClassName
{
background-color: #AA107A;
}
</style>
border-color css
<style>
span { border-color: #AA107A; }
span { border-color: rgb(170,16,122); }
td.TdClassName
{
border-color: #AA107A;
}
.TagClassName
{
border-color: #AA107A;
}
</style>