Shades of Eggplant #A70069
Tints of Eggplant #A70069
RGB
CMYK
RGB Variations
Color information
#A70069 (or 0xA70069) is known color: Eggplant. HEX triplet: A7, 00 and 69. RGB value is (167,0,105). Sum of RGB (Red+Green+Blue) = 167+0+105=272 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.40% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 167 - color contains mainly: red. Hex color #A70069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70069 is #58FF96. Grayscale: #3D3D3D. Windows color (decimal): -5832599 or 6881447. OLE color: 6881447.
HSL color Cylindrical-coordinate representation of color #A70069: hue angle of 322.28º 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 #A70069 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 0 | 105 | - |
| CMYK | 0 | 1 | 0.37 | 0.35 |
| HSL | 322.28º | 1% | 0.33% | - |
| HSV(B) | 322.28º | 1% | 0.65% | - |
| XYZ | 18.49 | 9.24 | 14.17 | - |
| YUV | 61.9 | 152.33 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 105 | 0 | 1 | 0.37 | 0.35 | 322.28 | 1 | 0.33 |
| Hex | A7 | 0 | 69 | 0 | 64 | 25 | 23 | 142 | 64 | 21 |
| Octal | 247 | 0 | 151 | 0 | 144 | 45 | 43 | 502 | 144 | 41 |
| Binary | 10100111 | 0 | 1101001 | 0 | 1100100 | 100101 | 100011 | 101000010 | 1100100 | 100001 |
Color Harmonies of #A70069
Complementary color
Monochromatic Colors of #A70069
Black with #A70069
Text Example
Text Example
White with #A70069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70069; }
p { color: rgb(167,0,105); }
H1.HeaderClassName
{
color: #A70069;
}
.AnyTagClassName
{
color: #A70069;
}
</style>
background-color css
<style>
a { background-color: #A70069; }
a { background-color: rgb(167,0,105); }
div.DivClassName
{
background-color: #A70069;
}
.BgClassName
{
background-color: #A70069;
}
</style>
border-color css
<style>
span { border-color: #A70069; }
span { border-color: rgb(167,0,105); }
td.TdClassName
{
border-color: #A70069;
}
.TagClassName
{
border-color: #A70069;
}
</style>