Shades of Eggplant #A90B7F
Tints of Eggplant #A90B7F
RGB
CMYK
RGB Variations
Color information
#A90B7F (or 0xA90B7F) is known color: Eggplant. HEX triplet: A9, 0B and 7F. RGB value is (169,11,127). Sum of RGB (Red+Green+Blue) = 169+11+127=307 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.05% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 169 - color contains mainly: red. Hex color #A90B7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90B7F is #56F480. Grayscale: #474747. Windows color (decimal): -5698689 or 8326057. OLE color: 8326057.
HSL color Cylindrical-coordinate representation of color #A90B7F: hue angle of 315.95º degrees, saturation: 0.88, 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 #A90B7F is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 11 | 127 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.34 |
| HSL | 315.95º | 0.88% | 0.35% | - |
| HSV(B) | 315.95º | 0.93% | 0.66% | - |
| XYZ | 20.31 | 10.21 | 20.98 | - |
| YUV | 71.47 | 159.35 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 11 | 127 | 0 | 0.93 | 0.25 | 0.34 | 315.95 | 0.88 | 0.35 |
| Hex | A9 | B | 7F | 0 | 5D | 19 | 22 | 13C | 58 | 23 |
| Octal | 251 | 13 | 177 | 0 | 135 | 31 | 42 | 474 | 130 | 43 |
| Binary | 10101001 | 1011 | 1111111 | 0 | 1011101 | 11001 | 100010 | 100111100 | 1011000 | 100011 |
Color Harmonies of #A90B7F
Complementary color
Monochromatic Colors of #A90B7F
Black with #A90B7F
Text Example
Text Example
White with #A90B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90B7F; }
p { color: rgb(169,11,127); }
H1.HeaderClassName
{
color: #A90B7F;
}
.AnyTagClassName
{
color: #A90B7F;
}
</style>
background-color css
<style>
a { background-color: #A90B7F; }
a { background-color: rgb(169,11,127); }
div.DivClassName
{
background-color: #A90B7F;
}
.BgClassName
{
background-color: #A90B7F;
}
</style>
border-color css
<style>
span { border-color: #A90B7F; }
span { border-color: rgb(169,11,127); }
td.TdClassName
{
border-color: #A90B7F;
}
.TagClassName
{
border-color: #A90B7F;
}
</style>