Shades of Eggplant #A90273
Tints of Eggplant #A90273
RGB
CMYK
RGB Variations
Color information
#A90273 (or 0xA90273) is known color: Eggplant. HEX triplet: A9, 02 and 73. RGB value is (169,2,115). Sum of RGB (Red+Green+Blue) = 169+2+115=286 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.09% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 169 - color contains mainly: red. Hex color #A90273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90273 is #56FD8C. Grayscale: #404040. Windows color (decimal): -5701005 or 7537321. OLE color: 7537321.
HSL color Cylindrical-coordinate representation of color #A90273: hue angle of 319.4º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A90273 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 2 | 115 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.34 |
| HSL | 319.4º | 0.98% | 0.34% | - |
| HSV(B) | 319.4º | 0.99% | 0.66% | - |
| XYZ | 19.48 | 9.72 | 17.07 | - |
| YUV | 64.82 | 156.33 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 2 | 115 | 0 | 0.99 | 0.32 | 0.34 | 319.4 | 0.98 | 0.34 |
| Hex | A9 | 2 | 73 | 0 | 63 | 20 | 22 | 13F | 62 | 22 |
| Octal | 251 | 2 | 163 | 0 | 143 | 40 | 42 | 477 | 142 | 42 |
| Binary | 10101001 | 10 | 1110011 | 0 | 1100011 | 100000 | 100010 | 100111111 | 1100010 | 100010 |
Color Harmonies of #A90273
Complementary color
Monochromatic Colors of #A90273
Black with #A90273
Text Example
Text Example
White with #A90273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90273; }
p { color: rgb(169,2,115); }
H1.HeaderClassName
{
color: #A90273;
}
.AnyTagClassName
{
color: #A90273;
}
</style>
background-color css
<style>
a { background-color: #A90273; }
a { background-color: rgb(169,2,115); }
div.DivClassName
{
background-color: #A90273;
}
.BgClassName
{
background-color: #A90273;
}
</style>
border-color css
<style>
span { border-color: #A90273; }
span { border-color: rgb(169,2,115); }
td.TdClassName
{
border-color: #A90273;
}
.TagClassName
{
border-color: #A90273;
}
</style>