Shades of Eggplant #A8016A
Tints of Eggplant #A8016A
RGB
CMYK
RGB Variations
Color information
#A8016A (or 0xA8016A) is known color: Eggplant. HEX triplet: A8, 01 and 6A. RGB value is (168,1,106). Sum of RGB (Red+Green+Blue) = 168+1+106=275 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.09% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 168 - color contains mainly: red. Hex color #A8016A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8016A is #57FE95. Grayscale: #3E3E3E. Windows color (decimal): -5766806 or 6947240. OLE color: 6947240.
HSL color Cylindrical-coordinate representation of color #A8016A: hue angle of 322.28º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8016A is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 106 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.34 |
| HSL | 322.28º | 0.99% | 0.33% | - |
| HSV(B) | 322.28º | 0.99% | 0.66% | - |
| XYZ | 18.76 | 9.39 | 14.46 | - |
| YUV | 62.9 | 152.33 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 106 | 0 | 0.99 | 0.37 | 0.34 | 322.28 | 0.99 | 0.33 |
| Hex | A8 | 1 | 6A | 0 | 63 | 25 | 22 | 142 | 63 | 21 |
| Octal | 250 | 1 | 152 | 0 | 143 | 45 | 42 | 502 | 143 | 41 |
| Binary | 10101000 | 1 | 1101010 | 0 | 1100011 | 100101 | 100010 | 101000010 | 1100011 | 100001 |
Color Harmonies of #A8016A
Complementary color
Monochromatic Colors of #A8016A
Black with #A8016A
Text Example
Text Example
White with #A8016A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8016A; }
p { color: rgb(168,1,106); }
H1.HeaderClassName
{
color: #A8016A;
}
.AnyTagClassName
{
color: #A8016A;
}
</style>
background-color css
<style>
a { background-color: #A8016A; }
a { background-color: rgb(168,1,106); }
div.DivClassName
{
background-color: #A8016A;
}
.BgClassName
{
background-color: #A8016A;
}
</style>
border-color css
<style>
span { border-color: #A8016A; }
span { border-color: rgb(168,1,106); }
td.TdClassName
{
border-color: #A8016A;
}
.TagClassName
{
border-color: #A8016A;
}
</style>