Shades of Eggplant #A90271
Tints of Eggplant #A90271
RGB
CMYK
RGB Variations
Color information
#A90271 (or 0xA90271) is known color: Eggplant. HEX triplet: A9, 02 and 71. RGB value is (169,2,113). Sum of RGB (Red+Green+Blue) = 169+2+113=284 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.51% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 169 - color contains mainly: red. Hex color #A90271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90271 is #56FD8E. Grayscale: #404040. Windows color (decimal): -5701007 or 7406249. OLE color: 7406249.
HSL color Cylindrical-coordinate representation of color #A90271: hue angle of 320.12º 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 #A90271 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 2 | 113 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.34 |
| HSL | 320.12º | 0.98% | 0.34% | - |
| HSV(B) | 320.12º | 0.99% | 0.66% | - |
| XYZ | 19.36 | 9.67 | 16.47 | - |
| YUV | 64.59 | 155.33 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 2 | 113 | 0 | 0.99 | 0.33 | 0.34 | 320.12 | 0.98 | 0.34 |
| Hex | A9 | 2 | 71 | 0 | 63 | 21 | 22 | 140 | 62 | 22 |
| Octal | 251 | 2 | 161 | 0 | 143 | 41 | 42 | 500 | 142 | 42 |
| Binary | 10101001 | 10 | 1110001 | 0 | 1100011 | 100001 | 100010 | 101000000 | 1100010 | 100010 |
Color Harmonies of #A90271
Complementary color
Monochromatic Colors of #A90271
Black with #A90271
Text Example
Text Example
White with #A90271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90271; }
p { color: rgb(169,2,113); }
H1.HeaderClassName
{
color: #A90271;
}
.AnyTagClassName
{
color: #A90271;
}
</style>
background-color css
<style>
a { background-color: #A90271; }
a { background-color: rgb(169,2,113); }
div.DivClassName
{
background-color: #A90271;
}
.BgClassName
{
background-color: #A90271;
}
</style>
border-color css
<style>
span { border-color: #A90271; }
span { border-color: rgb(169,2,113); }
td.TdClassName
{
border-color: #A90271;
}
.TagClassName
{
border-color: #A90271;
}
</style>