Shades of Eggplant #A90073
Tints of Eggplant #A90073
RGB
CMYK
RGB Variations
Color information
#A90073 (or 0xA90073) is known color: Eggplant. HEX triplet: A9, 00 and 73. RGB value is (169,0,115). Sum of RGB (Red+Green+Blue) = 169+0+115=284 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.51% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 169 - color contains mainly: red. Hex color #A90073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90073 is #56FF8C. Grayscale: #3F3F3F. Windows color (decimal): -5701517 or 7536809. OLE color: 7536809.
HSL color Cylindrical-coordinate representation of color #A90073: hue angle of 319.17º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A90073 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 0 | 115 | - |
| CMYK | 0 | 1 | 0.32 | 0.34 |
| HSL | 319.17º | 1% | 0.33% | - |
| HSV(B) | 319.17º | 1% | 0.66% | - |
| XYZ | 19.46 | 9.67 | 17.06 | - |
| YUV | 63.64 | 156.99 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 115 | 0 | 1 | 0.32 | 0.34 | 319.17 | 1 | 0.33 |
| Hex | A9 | 0 | 73 | 0 | 64 | 20 | 22 | 13F | 64 | 21 |
| Octal | 251 | 0 | 163 | 0 | 144 | 40 | 42 | 477 | 144 | 41 |
| Binary | 10101001 | 0 | 1110011 | 0 | 1100100 | 100000 | 100010 | 100111111 | 1100100 | 100001 |
Color Harmonies of #A90073
Complementary color
Monochromatic Colors of #A90073
Black with #A90073
Text Example
Text Example
White with #A90073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90073; }
p { color: rgb(169,0,115); }
H1.HeaderClassName
{
color: #A90073;
}
.AnyTagClassName
{
color: #A90073;
}
</style>
background-color css
<style>
a { background-color: #A90073; }
a { background-color: rgb(169,0,115); }
div.DivClassName
{
background-color: #A90073;
}
.BgClassName
{
background-color: #A90073;
}
</style>
border-color css
<style>
span { border-color: #A90073; }
span { border-color: rgb(169,0,115); }
td.TdClassName
{
border-color: #A90073;
}
.TagClassName
{
border-color: #A90073;
}
</style>