Shades of Eggplant #A8077D
Tints of Eggplant #A8077D
RGB
CMYK
RGB Variations
Color information
#A8077D (or 0xA8077D) is known color: Eggplant. HEX triplet: A8, 07 and 7D. RGB value is (168,7,125). Sum of RGB (Red+Green+Blue) = 168+7+125=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A8077D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8077D is #57F882. Grayscale: #444444. Windows color (decimal): -5765251 or 8193960. OLE color: 8193960.
HSL color Cylindrical-coordinate representation of color #A8077D: hue angle of 316.02º degrees, saturation: 0.92, 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 #A8077D is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 7 | 125 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.34 |
| HSL | 316.02º | 0.92% | 0.34% | - |
| HSV(B) | 316.02º | 0.96% | 0.66% | - |
| XYZ | 19.93 | 9.96 | 20.27 | - |
| YUV | 68.59 | 159.84 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 125 | 0 | 0.96 | 0.26 | 0.34 | 316.02 | 0.92 | 0.34 |
| Hex | A8 | 7 | 7D | 0 | 60 | 1A | 22 | 13C | 5C | 22 |
| Octal | 250 | 7 | 175 | 0 | 140 | 32 | 42 | 474 | 134 | 42 |
| Binary | 10101000 | 111 | 1111101 | 0 | 1100000 | 11010 | 100010 | 100111100 | 1011100 | 100010 |
Color Harmonies of #A8077D
Complementary color
Monochromatic Colors of #A8077D
Black with #A8077D
Text Example
Text Example
White with #A8077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8077D; }
p { color: rgb(168,7,125); }
H1.HeaderClassName
{
color: #A8077D;
}
.AnyTagClassName
{
color: #A8077D;
}
</style>
background-color css
<style>
a { background-color: #A8077D; }
a { background-color: rgb(168,7,125); }
div.DivClassName
{
background-color: #A8077D;
}
.BgClassName
{
background-color: #A8077D;
}
</style>
border-color css
<style>
span { border-color: #A8077D; }
span { border-color: rgb(168,7,125); }
td.TdClassName
{
border-color: #A8077D;
}
.TagClassName
{
border-color: #A8077D;
}
</style>