Shades of Eggplant #A7006C
Tints of Eggplant #A7006C
RGB
CMYK
RGB Variations
Color information
#A7006C (or 0xA7006C) is known color: Eggplant. HEX triplet: A7, 00 and 6C. RGB value is (167,0,108). Sum of RGB (Red+Green+Blue) = 167+0+108=275 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.73% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 167 - color contains mainly: red. Hex color #A7006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7006C is #58FF93. Grayscale: #3D3D3D. Windows color (decimal): -5832596 or 7078055. OLE color: 7078055.
HSL color Cylindrical-coordinate representation of color #A7006C: hue angle of 321.2º 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 #A7006C is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.35 | 0.35 |
| HSL | 321.2º | 1% | 0.33% | - |
| HSV(B) | 321.2º | 1% | 0.65% | - |
| XYZ | 18.64 | 9.3 | 15 | - |
| YUV | 62.25 | 153.83 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 108 | 0 | 1 | 0.35 | 0.35 | 321.2 | 1 | 0.33 |
| Hex | A7 | 0 | 6C | 0 | 64 | 23 | 23 | 141 | 64 | 21 |
| Octal | 247 | 0 | 154 | 0 | 144 | 43 | 43 | 501 | 144 | 41 |
| Binary | 10100111 | 0 | 1101100 | 0 | 1100100 | 100011 | 100011 | 101000001 | 1100100 | 100001 |
Color Harmonies of #A7006C
Complementary color
Monochromatic Colors of #A7006C
Black with #A7006C
Text Example
Text Example
White with #A7006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7006C; }
p { color: rgb(167,0,108); }
H1.HeaderClassName
{
color: #A7006C;
}
.AnyTagClassName
{
color: #A7006C;
}
</style>
background-color css
<style>
a { background-color: #A7006C; }
a { background-color: rgb(167,0,108); }
div.DivClassName
{
background-color: #A7006C;
}
.BgClassName
{
background-color: #A7006C;
}
</style>
border-color css
<style>
span { border-color: #A7006C; }
span { border-color: rgb(167,0,108); }
td.TdClassName
{
border-color: #A7006C;
}
.TagClassName
{
border-color: #A7006C;
}
</style>