Shades of Eggplant #A7006B
Tints of Eggplant #A7006B
RGB
CMYK
RGB Variations
Color information
#A7006B (or 0xA7006B) is known color: Eggplant. HEX triplet: A7, 00 and 6B. RGB value is (167,0,107). Sum of RGB (Red+Green+Blue) = 167+0+107=274 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.95% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 167 - color contains mainly: red. Hex color #A7006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7006B is #58FF94. Grayscale: #3D3D3D. Windows color (decimal): -5832597 or 7012519. OLE color: 7012519.
HSL color Cylindrical-coordinate representation of color #A7006B: hue angle of 321.56º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A7006B is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.36 | 0.35 |
| HSL | 321.56º | 1% | 0.33% | - |
| HSV(B) | 321.56º | 1% | 0.65% | - |
| XYZ | 18.59 | 9.28 | 14.72 | - |
| YUV | 62.13 | 153.33 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 107 | 0 | 1 | 0.36 | 0.35 | 321.56 | 1 | 0.33 |
| Hex | A7 | 0 | 6B | 0 | 64 | 24 | 23 | 142 | 64 | 21 |
| Octal | 247 | 0 | 153 | 0 | 144 | 44 | 43 | 502 | 144 | 41 |
| Binary | 10100111 | 0 | 1101011 | 0 | 1100100 | 100100 | 100011 | 101000010 | 1100100 | 100001 |
Color Harmonies of #A7006B
Complementary color
Monochromatic Colors of #A7006B
Black with #A7006B
Text Example
Text Example
White with #A7006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7006B; }
p { color: rgb(167,0,107); }
H1.HeaderClassName
{
color: #A7006B;
}
.AnyTagClassName
{
color: #A7006B;
}
</style>
background-color css
<style>
a { background-color: #A7006B; }
a { background-color: rgb(167,0,107); }
div.DivClassName
{
background-color: #A7006B;
}
.BgClassName
{
background-color: #A7006B;
}
</style>
border-color css
<style>
span { border-color: #A7006B; }
span { border-color: rgb(167,0,107); }
td.TdClassName
{
border-color: #A7006B;
}
.TagClassName
{
border-color: #A7006B;
}
</style>