Shades of Eggplant #A90283
Tints of Eggplant #A90283
RGB
CMYK
RGB Variations
Color information
#A90283 (or 0xA90283) is known color: Eggplant. HEX triplet: A9, 02 and 83. RGB value is (169,2,131). Sum of RGB (Red+Green+Blue) = 169+2+131=302 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.96% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 131 (51.56% from 255 or 43.38% from 302); Max value from RGB is 169 - color contains mainly: red. Hex color #A90283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90283 is #56FD7C. Grayscale: #424242. Windows color (decimal): -5700989 or 8585897. OLE color: 8585897.
HSL color Cylindrical-coordinate representation of color #A90283: hue angle of 313.65º 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 #A90283 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 2 | 131 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.34 |
| HSL | 313.65º | 0.98% | 0.34% | - |
| HSV(B) | 313.65º | 0.99% | 0.66% | - |
| XYZ | 20.48 | 10.12 | 22.35 | - |
| YUV | 66.64 | 164.33 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 2 | 131 | 0 | 0.99 | 0.22 | 0.34 | 313.65 | 0.98 | 0.34 |
| Hex | A9 | 2 | 83 | 0 | 63 | 16 | 22 | 13A | 62 | 22 |
| Octal | 251 | 2 | 203 | 0 | 143 | 26 | 42 | 472 | 142 | 42 |
| Binary | 10101001 | 10 | 10000011 | 0 | 1100011 | 10110 | 100010 | 100111010 | 1100010 | 100010 |
Color Harmonies of #A90283
Complementary color
Monochromatic Colors of #A90283
Black with #A90283
Text Example
Text Example
White with #A90283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90283; }
p { color: rgb(169,2,131); }
H1.HeaderClassName
{
color: #A90283;
}
.AnyTagClassName
{
color: #A90283;
}
</style>
background-color css
<style>
a { background-color: #A90283; }
a { background-color: rgb(169,2,131); }
div.DivClassName
{
background-color: #A90283;
}
.BgClassName
{
background-color: #A90283;
}
</style>
border-color css
<style>
span { border-color: #A90283; }
span { border-color: rgb(169,2,131); }
td.TdClassName
{
border-color: #A90283;
}
.TagClassName
{
border-color: #A90283;
}
</style>