Shades of Eggplant #A7026D
Tints of Eggplant #A7026D
RGB
CMYK
RGB Variations
Color information
#A7026D (or 0xA7026D) is known color: Eggplant. HEX triplet: A7, 02 and 6D. RGB value is (167,2,109). Sum of RGB (Red+Green+Blue) = 167+2+109=278 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.07% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 167 - color contains mainly: red. Hex color #A7026D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7026D is #58FD92. Grayscale: #3F3F3F. Windows color (decimal): -5832083 or 7144103. OLE color: 7144103.
HSL color Cylindrical-coordinate representation of color #A7026D: hue angle of 321.09º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A7026D is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 2 | 109 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.35 |
| HSL | 321.09º | 0.98% | 0.33% | - |
| HSV(B) | 321.09º | 0.99% | 0.65% | - |
| XYZ | 18.72 | 9.36 | 15.29 | - |
| YUV | 63.53 | 153.66 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 109 | 0 | 0.99 | 0.35 | 0.35 | 321.09 | 0.98 | 0.33 |
| Hex | A7 | 2 | 6D | 0 | 63 | 23 | 23 | 141 | 62 | 21 |
| Octal | 247 | 2 | 155 | 0 | 143 | 43 | 43 | 501 | 142 | 41 |
| Binary | 10100111 | 10 | 1101101 | 0 | 1100011 | 100011 | 100011 | 101000001 | 1100010 | 100001 |
Color Harmonies of #A7026D
Complementary color
Monochromatic Colors of #A7026D
Black with #A7026D
Text Example
Text Example
White with #A7026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7026D; }
p { color: rgb(167,2,109); }
H1.HeaderClassName
{
color: #A7026D;
}
.AnyTagClassName
{
color: #A7026D;
}
</style>
background-color css
<style>
a { background-color: #A7026D; }
a { background-color: rgb(167,2,109); }
div.DivClassName
{
background-color: #A7026D;
}
.BgClassName
{
background-color: #A7026D;
}
</style>
border-color css
<style>
span { border-color: #A7026D; }
span { border-color: rgb(167,2,109); }
td.TdClassName
{
border-color: #A7026D;
}
.TagClassName
{
border-color: #A7026D;
}
</style>