Shades of Eggplant #A80674
Tints of Eggplant #A80674
RGB
CMYK
RGB Variations
Color information
#A80674 (or 0xA80674) is known color: Eggplant. HEX triplet: A8, 06 and 74. RGB value is (168,6,116). Sum of RGB (Red+Green+Blue) = 168+6+116=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 116 (45.70% from 255 or 40% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A80674 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80674 is #57F98B. Grayscale: #424242. Windows color (decimal): -5765516 or 7603880. OLE color: 7603880.
HSL color Cylindrical-coordinate representation of color #A80674: hue angle of 319.26º 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 #A80674 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 6 | 116 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.34 |
| HSL | 319.26º | 0.93% | 0.34% | - |
| HSV(B) | 319.26º | 0.96% | 0.66% | - |
| XYZ | 19.37 | 9.72 | 17.38 | - |
| YUV | 66.98 | 155.67 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 116 | 0 | 0.96 | 0.31 | 0.34 | 319.26 | 0.93 | 0.34 |
| Hex | A8 | 6 | 74 | 0 | 60 | 1F | 22 | 13F | 5D | 22 |
| Octal | 250 | 6 | 164 | 0 | 140 | 37 | 42 | 477 | 135 | 42 |
| Binary | 10101000 | 110 | 1110100 | 0 | 1100000 | 11111 | 100010 | 100111111 | 1011101 | 100010 |
Color Harmonies of #A80674
Complementary color
Monochromatic Colors of #A80674
Black with #A80674
Text Example
Text Example
White with #A80674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80674; }
p { color: rgb(168,6,116); }
H1.HeaderClassName
{
color: #A80674;
}
.AnyTagClassName
{
color: #A80674;
}
</style>
background-color css
<style>
a { background-color: #A80674; }
a { background-color: rgb(168,6,116); }
div.DivClassName
{
background-color: #A80674;
}
.BgClassName
{
background-color: #A80674;
}
</style>
border-color css
<style>
span { border-color: #A80674; }
span { border-color: rgb(168,6,116); }
td.TdClassName
{
border-color: #A80674;
}
.TagClassName
{
border-color: #A80674;
}
</style>