Shades of Eggplant #A7027C
Tints of Eggplant #A7027C
RGB
CMYK
RGB Variations
Color information
#A7027C (or 0xA7027C) is known color: Eggplant. HEX triplet: A7, 02 and 7C. RGB value is (167,2,124). Sum of RGB (Red+Green+Blue) = 167+2+124=293 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.00% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 167 - color contains mainly: red. Hex color #A7027C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7027C is #58FD83. Grayscale: #404040. Windows color (decimal): -5832068 or 8127143. OLE color: 8127143.
HSL color Cylindrical-coordinate representation of color #A7027C: hue angle of 315.64º 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 #A7027C is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 2 | 124 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.35 |
| HSL | 315.64º | 0.98% | 0.33% | - |
| HSV(B) | 315.64º | 0.99% | 0.65% | - |
| XYZ | 19.6 | 9.71 | 19.91 | - |
| YUV | 65.24 | 161.16 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 124 | 0 | 0.99 | 0.26 | 0.35 | 315.64 | 0.98 | 0.33 |
| Hex | A7 | 2 | 7C | 0 | 63 | 1A | 23 | 13C | 62 | 21 |
| Octal | 247 | 2 | 174 | 0 | 143 | 32 | 43 | 474 | 142 | 41 |
| Binary | 10100111 | 10 | 1111100 | 0 | 1100011 | 11010 | 100011 | 100111100 | 1100010 | 100001 |
Color Harmonies of #A7027C
Complementary color
Monochromatic Colors of #A7027C
Black with #A7027C
Text Example
Text Example
White with #A7027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7027C; }
p { color: rgb(167,2,124); }
H1.HeaderClassName
{
color: #A7027C;
}
.AnyTagClassName
{
color: #A7027C;
}
</style>
background-color css
<style>
a { background-color: #A7027C; }
a { background-color: rgb(167,2,124); }
div.DivClassName
{
background-color: #A7027C;
}
.BgClassName
{
background-color: #A7027C;
}
</style>
border-color css
<style>
span { border-color: #A7027C; }
span { border-color: rgb(167,2,124); }
td.TdClassName
{
border-color: #A7027C;
}
.TagClassName
{
border-color: #A7027C;
}
</style>