Shades of Eggplant #A90C7F
Tints of Eggplant #A90C7F
RGB
CMYK
RGB Variations
Color information
#A90C7F (or 0xA90C7F) is known color: Eggplant. HEX triplet: A9, 0C and 7F. RGB value is (169,12,127). Sum of RGB (Red+Green+Blue) = 169+12+127=308 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.87% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 169 - color contains mainly: red. Hex color #A90C7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90C7F is #56F380. Grayscale: #474747. Windows color (decimal): -5698433 or 8326313. OLE color: 8326313.
HSL color Cylindrical-coordinate representation of color #A90C7F: hue angle of 316.05º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90C7F is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 12 | 127 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.34 |
| HSL | 316.05º | 0.87% | 0.35% | - |
| HSV(B) | 316.05º | 0.93% | 0.66% | - |
| XYZ | 20.32 | 10.23 | 20.98 | - |
| YUV | 72.05 | 159.01 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 12 | 127 | 0 | 0.93 | 0.25 | 0.34 | 316.05 | 0.87 | 0.35 |
| Hex | A9 | C | 7F | 0 | 5D | 19 | 22 | 13C | 57 | 23 |
| Octal | 251 | 14 | 177 | 0 | 135 | 31 | 42 | 474 | 127 | 43 |
| Binary | 10101001 | 1100 | 1111111 | 0 | 1011101 | 11001 | 100010 | 100111100 | 1010111 | 100011 |
Color Harmonies of #A90C7F
Complementary color
Monochromatic Colors of #A90C7F
Black with #A90C7F
Text Example
Text Example
White with #A90C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90C7F; }
p { color: rgb(169,12,127); }
H1.HeaderClassName
{
color: #A90C7F;
}
.AnyTagClassName
{
color: #A90C7F;
}
</style>
background-color css
<style>
a { background-color: #A90C7F; }
a { background-color: rgb(169,12,127); }
div.DivClassName
{
background-color: #A90C7F;
}
.BgClassName
{
background-color: #A90C7F;
}
</style>
border-color css
<style>
span { border-color: #A90C7F; }
span { border-color: rgb(169,12,127); }
td.TdClassName
{
border-color: #A90C7F;
}
.TagClassName
{
border-color: #A90C7F;
}
</style>