Shades of Eggplant #A8006F
Tints of Eggplant #A8006F
RGB
CMYK
RGB Variations
Color information
#A8006F (or 0xA8006F) is known color: Eggplant. HEX triplet: A8, 00 and 6F. RGB value is (168,0,111). Sum of RGB (Red+Green+Blue) = 168+0+111=279 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.22% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 168 - color contains mainly: red. Hex color #A8006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8006F is #57FF90. Grayscale: #3E3E3E. Windows color (decimal): -5767057 or 7274664. OLE color: 7274664.
HSL color Cylindrical-coordinate representation of color #A8006F: hue angle of 320.36º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8006F is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.34 | 0.34 |
| HSL | 320.36º | 1% | 0.33% | - |
| HSV(B) | 320.36º | 1% | 0.66% | - |
| XYZ | 19.02 | 9.47 | 15.86 | - |
| YUV | 62.89 | 155.16 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 111 | 0 | 1 | 0.34 | 0.34 | 320.36 | 1 | 0.33 |
| Hex | A8 | 0 | 6F | 0 | 64 | 22 | 22 | 140 | 64 | 21 |
| Octal | 250 | 0 | 157 | 0 | 144 | 42 | 42 | 500 | 144 | 41 |
| Binary | 10101000 | 0 | 1101111 | 0 | 1100100 | 100010 | 100010 | 101000000 | 1100100 | 100001 |
Color Harmonies of #A8006F
Complementary color
Monochromatic Colors of #A8006F
Black with #A8006F
Text Example
Text Example
White with #A8006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8006F; }
p { color: rgb(168,0,111); }
H1.HeaderClassName
{
color: #A8006F;
}
.AnyTagClassName
{
color: #A8006F;
}
</style>
background-color css
<style>
a { background-color: #A8006F; }
a { background-color: rgb(168,0,111); }
div.DivClassName
{
background-color: #A8006F;
}
.BgClassName
{
background-color: #A8006F;
}
</style>
border-color css
<style>
span { border-color: #A8006F; }
span { border-color: rgb(168,0,111); }
td.TdClassName
{
border-color: #A8006F;
}
.TagClassName
{
border-color: #A8006F;
}
</style>