Shades of Eggplant #A70067
Tints of Eggplant #A70067
RGB
CMYK
RGB Variations
Color information
#A70067 (or 0xA70067) is known color: Eggplant. HEX triplet: A7, 00 and 67. RGB value is (167,0,103). Sum of RGB (Red+Green+Blue) = 167+0+103=270 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.85% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 167 - color contains mainly: red. Hex color #A70067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70067 is #58FF98. Grayscale: #3D3D3D. Windows color (decimal): -5832601 or 6750375. OLE color: 6750375.
HSL color Cylindrical-coordinate representation of color #A70067: hue angle of 322.99º 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 #A70067 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 0 | 103 | - |
| CMYK | 0 | 1 | 0.38 | 0.35 |
| HSL | 322.99º | 1% | 0.33% | - |
| HSV(B) | 322.99º | 1% | 0.65% | - |
| XYZ | 18.38 | 9.19 | 13.64 | - |
| YUV | 61.68 | 151.33 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 103 | 0 | 1 | 0.38 | 0.35 | 322.99 | 1 | 0.33 |
| Hex | A7 | 0 | 67 | 0 | 64 | 26 | 23 | 143 | 64 | 21 |
| Octal | 247 | 0 | 147 | 0 | 144 | 46 | 43 | 503 | 144 | 41 |
| Binary | 10100111 | 0 | 1100111 | 0 | 1100100 | 100110 | 100011 | 101000011 | 1100100 | 100001 |
Color Harmonies of #A70067
Complementary color
Monochromatic Colors of #A70067
Black with #A70067
Text Example
Text Example
White with #A70067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70067; }
p { color: rgb(167,0,103); }
H1.HeaderClassName
{
color: #A70067;
}
.AnyTagClassName
{
color: #A70067;
}
</style>
background-color css
<style>
a { background-color: #A70067; }
a { background-color: rgb(167,0,103); }
div.DivClassName
{
background-color: #A70067;
}
.BgClassName
{
background-color: #A70067;
}
</style>
border-color css
<style>
span { border-color: #A70067; }
span { border-color: rgb(167,0,103); }
td.TdClassName
{
border-color: #A70067;
}
.TagClassName
{
border-color: #A70067;
}
</style>