Shades of Eggplant #A7027A
Tints of Eggplant #A7027A
RGB
CMYK
RGB Variations
Color information
#A7027A (or 0xA7027A) is known color: Eggplant. HEX triplet: A7, 02 and 7A. RGB value is (167,2,122). Sum of RGB (Red+Green+Blue) = 167+2+122=291 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.39% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 167 - color contains mainly: red. Hex color #A7027A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7027A is #58FD85. Grayscale: #404040. Windows color (decimal): -5832070 or 7996071. OLE color: 7996071.
HSL color Cylindrical-coordinate representation of color #A7027A: hue angle of 316.36º 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 #A7027A is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 2 | 122 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.35 |
| HSL | 316.36º | 0.98% | 0.33% | - |
| HSV(B) | 316.36º | 0.99% | 0.65% | - |
| XYZ | 19.47 | 9.66 | 19.25 | - |
| YUV | 65.02 | 160.16 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 122 | 0 | 0.99 | 0.27 | 0.35 | 316.36 | 0.98 | 0.33 |
| Hex | A7 | 2 | 7A | 0 | 63 | 1B | 23 | 13C | 62 | 21 |
| Octal | 247 | 2 | 172 | 0 | 143 | 33 | 43 | 474 | 142 | 41 |
| Binary | 10100111 | 10 | 1111010 | 0 | 1100011 | 11011 | 100011 | 100111100 | 1100010 | 100001 |
Color Harmonies of #A7027A
Complementary color
Monochromatic Colors of #A7027A
Black with #A7027A
Text Example
Text Example
White with #A7027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7027A; }
p { color: rgb(167,2,122); }
H1.HeaderClassName
{
color: #A7027A;
}
.AnyTagClassName
{
color: #A7027A;
}
</style>
background-color css
<style>
a { background-color: #A7027A; }
a { background-color: rgb(167,2,122); }
div.DivClassName
{
background-color: #A7027A;
}
.BgClassName
{
background-color: #A7027A;
}
</style>
border-color css
<style>
span { border-color: #A7027A; }
span { border-color: rgb(167,2,122); }
td.TdClassName
{
border-color: #A7027A;
}
.TagClassName
{
border-color: #A7027A;
}
</style>