Shades of Eggplant #A90081
Tints of Eggplant #A90081
RGB
CMYK
RGB Variations
Color information
#A90081 (or 0xA90081) is known color: Eggplant. HEX triplet: A9, 00 and 81. RGB value is (169,0,129). Sum of RGB (Red+Green+Blue) = 169+0+129=298 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.71% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 169 - color contains mainly: red. Hex color #A90081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90081 is #56FF7E. Grayscale: #404040. Windows color (decimal): -5701503 or 8454313. OLE color: 8454313.
HSL color Cylindrical-coordinate representation of color #A90081: hue angle of 314.2º 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 #A90081 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 0 | 129 | - |
| CMYK | 0 | 1 | 0.24 | 0.34 |
| HSL | 314.2º | 1% | 0.33% | - |
| HSV(B) | 314.2º | 1% | 0.66% | - |
| XYZ | 20.32 | 10.02 | 21.63 | - |
| YUV | 65.24 | 163.99 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 129 | 0 | 1 | 0.24 | 0.34 | 314.2 | 1 | 0.33 |
| Hex | A9 | 0 | 81 | 0 | 64 | 18 | 22 | 13A | 64 | 21 |
| Octal | 251 | 0 | 201 | 0 | 144 | 30 | 42 | 472 | 144 | 41 |
| Binary | 10101001 | 0 | 10000001 | 0 | 1100100 | 11000 | 100010 | 100111010 | 1100100 | 100001 |
Color Harmonies of #A90081
Complementary color
Monochromatic Colors of #A90081
Black with #A90081
Text Example
Text Example
White with #A90081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90081; }
p { color: rgb(169,0,129); }
H1.HeaderClassName
{
color: #A90081;
}
.AnyTagClassName
{
color: #A90081;
}
</style>
background-color css
<style>
a { background-color: #A90081; }
a { background-color: rgb(169,0,129); }
div.DivClassName
{
background-color: #A90081;
}
.BgClassName
{
background-color: #A90081;
}
</style>
border-color css
<style>
span { border-color: #A90081; }
span { border-color: rgb(169,0,129); }
td.TdClassName
{
border-color: #A90081;
}
.TagClassName
{
border-color: #A90081;
}
</style>