Shades of Eggplant #A90672
Tints of Eggplant #A90672
RGB
CMYK
RGB Variations
Color information
#A90672 (or 0xA90672) is known color: Eggplant. HEX triplet: A9, 06 and 72. RGB value is (169,6,114). Sum of RGB (Red+Green+Blue) = 169+6+114=289 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.48% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 169 - color contains mainly: red. Hex color #A90672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90672 is #56F98D. Grayscale: #424242. Windows color (decimal): -5699982 or 7472809. OLE color: 7472809.
HSL color Cylindrical-coordinate representation of color #A90672: hue angle of 320.25º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A90672 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 6 | 114 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.34 |
| HSL | 320.25º | 0.93% | 0.34% | - |
| HSV(B) | 320.25º | 0.96% | 0.66% | - |
| XYZ | 19.46 | 9.78 | 16.78 | - |
| YUV | 67.05 | 154.5 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 6 | 114 | 0 | 0.96 | 0.33 | 0.34 | 320.25 | 0.93 | 0.34 |
| Hex | A9 | 6 | 72 | 0 | 60 | 21 | 22 | 140 | 5D | 22 |
| Octal | 251 | 6 | 162 | 0 | 140 | 41 | 42 | 500 | 135 | 42 |
| Binary | 10101001 | 110 | 1110010 | 0 | 1100000 | 100001 | 100010 | 101000000 | 1011101 | 100010 |
Color Harmonies of #A90672
Complementary color
Monochromatic Colors of #A90672
Black with #A90672
Text Example
Text Example
White with #A90672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90672; }
p { color: rgb(169,6,114); }
H1.HeaderClassName
{
color: #A90672;
}
.AnyTagClassName
{
color: #A90672;
}
</style>
background-color css
<style>
a { background-color: #A90672; }
a { background-color: rgb(169,6,114); }
div.DivClassName
{
background-color: #A90672;
}
.BgClassName
{
background-color: #A90672;
}
</style>
border-color css
<style>
span { border-color: #A90672; }
span { border-color: rgb(169,6,114); }
td.TdClassName
{
border-color: #A90672;
}
.TagClassName
{
border-color: #A90672;
}
</style>