Shades of Eggplant #A90583
Tints of Eggplant #A90583
RGB
CMYK
RGB Variations
Color information
#A90583 (or 0xA90583) is known color: Eggplant. HEX triplet: A9, 05 and 83. RGB value is (169,5,131). Sum of RGB (Red+Green+Blue) = 169+5+131=305 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.41% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 169 - color contains mainly: red. Hex color #A90583 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90583 is #56FA7C. Grayscale: #444444. Windows color (decimal): -5700221 or 8586665. OLE color: 8586665.
HSL color Cylindrical-coordinate representation of color #A90583: hue angle of 313.9º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A90583 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 5 | 131 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.34 |
| HSL | 313.9º | 0.94% | 0.34% | - |
| HSV(B) | 313.9º | 0.97% | 0.66% | - |
| XYZ | 20.51 | 10.18 | 22.36 | - |
| YUV | 68.4 | 163.33 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 131 | 0 | 0.97 | 0.22 | 0.34 | 313.9 | 0.94 | 0.34 |
| Hex | A9 | 5 | 83 | 0 | 61 | 16 | 22 | 13A | 5E | 22 |
| Octal | 251 | 5 | 203 | 0 | 141 | 26 | 42 | 472 | 136 | 42 |
| Binary | 10101001 | 101 | 10000011 | 0 | 1100001 | 10110 | 100010 | 100111010 | 1011110 | 100010 |
Color Harmonies of #A90583
Complementary color
Monochromatic Colors of #A90583
Black with #A90583
Text Example
Text Example
White with #A90583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90583; }
p { color: rgb(169,5,131); }
H1.HeaderClassName
{
color: #A90583;
}
.AnyTagClassName
{
color: #A90583;
}
</style>
background-color css
<style>
a { background-color: #A90583; }
a { background-color: rgb(169,5,131); }
div.DivClassName
{
background-color: #A90583;
}
.BgClassName
{
background-color: #A90583;
}
</style>
border-color css
<style>
span { border-color: #A90583; }
span { border-color: rgb(169,5,131); }
td.TdClassName
{
border-color: #A90583;
}
.TagClassName
{
border-color: #A90583;
}
</style>