Shades of Eggplant #A80A7F
Tints of Eggplant #A80A7F
RGB
CMYK
RGB Variations
Color information
#A80A7F (or 0xA80A7F) is known color: Eggplant. HEX triplet: A8, 0A and 7F. RGB value is (168,10,127). Sum of RGB (Red+Green+Blue) = 168+10+127=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A80A7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80A7F is #57F580. Grayscale: #464646. Windows color (decimal): -5764481 or 8325800. OLE color: 8325800.
HSL color Cylindrical-coordinate representation of color #A80A7F: hue angle of 315.57º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80A7F is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 10 | 127 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.34 |
| HSL | 315.57º | 0.89% | 0.35% | - |
| HSV(B) | 315.57º | 0.94% | 0.66% | - |
| XYZ | 20.09 | 10.07 | 20.96 | - |
| YUV | 70.58 | 159.85 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 127 | 0 | 0.94 | 0.24 | 0.34 | 315.57 | 0.89 | 0.35 |
| Hex | A8 | A | 7F | 0 | 5E | 18 | 22 | 13C | 59 | 23 |
| Octal | 250 | 12 | 177 | 0 | 136 | 30 | 42 | 474 | 131 | 43 |
| Binary | 10101000 | 1010 | 1111111 | 0 | 1011110 | 11000 | 100010 | 100111100 | 1011001 | 100011 |
Color Harmonies of #A80A7F
Complementary color
Monochromatic Colors of #A80A7F
Black with #A80A7F
Text Example
Text Example
White with #A80A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80A7F; }
p { color: rgb(168,10,127); }
H1.HeaderClassName
{
color: #A80A7F;
}
.AnyTagClassName
{
color: #A80A7F;
}
</style>
background-color css
<style>
a { background-color: #A80A7F; }
a { background-color: rgb(168,10,127); }
div.DivClassName
{
background-color: #A80A7F;
}
.BgClassName
{
background-color: #A80A7F;
}
</style>
border-color css
<style>
span { border-color: #A80A7F; }
span { border-color: rgb(168,10,127); }
td.TdClassName
{
border-color: #A80A7F;
}
.TagClassName
{
border-color: #A80A7F;
}
</style>