Shades of Eggplant #A8016B
Tints of Eggplant #A8016B
RGB
CMYK
RGB Variations
Color information
#A8016B (or 0xA8016B) is known color: Eggplant. HEX triplet: A8, 01 and 6B. RGB value is (168,1,107). Sum of RGB (Red+Green+Blue) = 168+1+107=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A8016B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8016B is #57FE94. Grayscale: #3E3E3E. Windows color (decimal): -5766805 or 7012776. OLE color: 7012776.
HSL color Cylindrical-coordinate representation of color #A8016B: hue angle of 321.92º 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 #A8016B is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 107 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.34 |
| HSL | 321.92º | 0.99% | 0.33% | - |
| HSV(B) | 321.92º | 0.99% | 0.66% | - |
| XYZ | 18.81 | 9.41 | 14.73 | - |
| YUV | 63.02 | 152.83 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 107 | 0 | 0.99 | 0.36 | 0.34 | 321.92 | 0.99 | 0.33 |
| Hex | A8 | 1 | 6B | 0 | 63 | 24 | 22 | 142 | 63 | 21 |
| Octal | 250 | 1 | 153 | 0 | 143 | 44 | 42 | 502 | 143 | 41 |
| Binary | 10101000 | 1 | 1101011 | 0 | 1100011 | 100100 | 100010 | 101000010 | 1100011 | 100001 |
Color Harmonies of #A8016B
Complementary color
Monochromatic Colors of #A8016B
Black with #A8016B
Text Example
Text Example
White with #A8016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8016B; }
p { color: rgb(168,1,107); }
H1.HeaderClassName
{
color: #A8016B;
}
.AnyTagClassName
{
color: #A8016B;
}
</style>
background-color css
<style>
a { background-color: #A8016B; }
a { background-color: rgb(168,1,107); }
div.DivClassName
{
background-color: #A8016B;
}
.BgClassName
{
background-color: #A8016B;
}
</style>
border-color css
<style>
span { border-color: #A8016B; }
span { border-color: rgb(168,1,107); }
td.TdClassName
{
border-color: #A8016B;
}
.TagClassName
{
border-color: #A8016B;
}
</style>