Shades of Eggplant #AA107B
Tints of Eggplant #AA107B
RGB
CMYK
RGB Variations
Color information
#AA107B (or 0xAA107B) is known color: Eggplant. HEX triplet: AA, 10 and 7B. RGB value is (170,16,123). Sum of RGB (Red+Green+Blue) = 170+16+123=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA107B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA107B is #55EF84. Grayscale: #494949. Windows color (decimal): -5631877 or 8065194. OLE color: 8065194.
HSL color Cylindrical-coordinate representation of color #AA107B: hue angle of 318.31º 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 #AA107B is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 123 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.33 |
| HSL | 318.31º | 0.83% | 0.36% | - |
| HSV(B) | 318.31º | 0.91% | 0.67% | - |
| XYZ | 20.34 | 10.35 | 19.66 | - |
| YUV | 74.24 | 155.52 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 123 | 0 | 0.91 | 0.28 | 0.33 | 318.31 | 0.83 | 0.36 |
| Hex | AA | 10 | 7B | 0 | 5B | 1C | 21 | 13E | 53 | 24 |
| Octal | 252 | 20 | 173 | 0 | 133 | 34 | 41 | 476 | 123 | 44 |
| Binary | 10101010 | 10000 | 1111011 | 0 | 1011011 | 11100 | 100001 | 100111110 | 1010011 | 100100 |
Color Harmonies of #AA107B
Complementary color
Monochromatic Colors of #AA107B
Black with #AA107B
Text Example
Text Example
White with #AA107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA107B; }
p { color: rgb(170,16,123); }
H1.HeaderClassName
{
color: #AA107B;
}
.AnyTagClassName
{
color: #AA107B;
}
</style>
background-color css
<style>
a { background-color: #AA107B; }
a { background-color: rgb(170,16,123); }
div.DivClassName
{
background-color: #AA107B;
}
.BgClassName
{
background-color: #AA107B;
}
</style>
border-color css
<style>
span { border-color: #AA107B; }
span { border-color: rgb(170,16,123); }
td.TdClassName
{
border-color: #AA107B;
}
.TagClassName
{
border-color: #AA107B;
}
</style>