Shades of Eggplant #A8016E
Tints of Eggplant #A8016E
RGB
CMYK
RGB Variations
Color information
#A8016E (or 0xA8016E) is known color: Eggplant. HEX triplet: A8, 01 and 6E. RGB value is (168,1,110). Sum of RGB (Red+Green+Blue) = 168+1+110=279 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.22% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 168 - color contains mainly: red. Hex color #A8016E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8016E is #57FE91. Grayscale: #3F3F3F. Windows color (decimal): -5766802 or 7209384. OLE color: 7209384.
HSL color Cylindrical-coordinate representation of color #A8016E: hue angle of 320.84º 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 #A8016E is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 110 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.34 |
| HSL | 320.84º | 0.99% | 0.33% | - |
| HSV(B) | 320.84º | 0.99% | 0.66% | - |
| XYZ | 18.97 | 9.47 | 15.58 | - |
| YUV | 63.36 | 154.33 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 110 | 0 | 0.99 | 0.35 | 0.34 | 320.84 | 0.99 | 0.33 |
| Hex | A8 | 1 | 6E | 0 | 63 | 23 | 22 | 141 | 63 | 21 |
| Octal | 250 | 1 | 156 | 0 | 143 | 43 | 42 | 501 | 143 | 41 |
| Binary | 10101000 | 1 | 1101110 | 0 | 1100011 | 100011 | 100010 | 101000001 | 1100011 | 100001 |
Color Harmonies of #A8016E
Complementary color
Monochromatic Colors of #A8016E
Black with #A8016E
Text Example
Text Example
White with #A8016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8016E; }
p { color: rgb(168,1,110); }
H1.HeaderClassName
{
color: #A8016E;
}
.AnyTagClassName
{
color: #A8016E;
}
</style>
background-color css
<style>
a { background-color: #A8016E; }
a { background-color: rgb(168,1,110); }
div.DivClassName
{
background-color: #A8016E;
}
.BgClassName
{
background-color: #A8016E;
}
</style>
border-color css
<style>
span { border-color: #A8016E; }
span { border-color: rgb(168,1,110); }
td.TdClassName
{
border-color: #A8016E;
}
.TagClassName
{
border-color: #A8016E;
}
</style>