Shades of Eggplant #A0016B
Tints of Eggplant #A0016B
RGB
CMYK
RGB Variations
Color information
#A0016B (or 0xA0016B) is known color: Eggplant. HEX triplet: A0, 01 and 6B. RGB value is (160,1,107). Sum of RGB (Red+Green+Blue) = 160+1+107=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A0016B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0016B is #5FFE94. Grayscale: #3C3C3C. Windows color (decimal): -6291093 or 7012768. OLE color: 7012768.
HSL color Cylindrical-coordinate representation of color #A0016B: hue angle of 320º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0016B is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 107 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.37 |
| HSL | 320º | 0.99% | 0.32% | - |
| HSV(B) | 320º | 0.99% | 0.63% | - |
| XYZ | 17.16 | 8.56 | 14.66 | - |
| YUV | 60.63 | 154.18 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 107 | 0 | 0.99 | 0.33 | 0.37 | 320 | 0.99 | 0.32 |
| Hex | A0 | 1 | 6B | 0 | 63 | 21 | 25 | 140 | 63 | 20 |
| Octal | 240 | 1 | 153 | 0 | 143 | 41 | 45 | 500 | 143 | 40 |
| Binary | 10100000 | 1 | 1101011 | 0 | 1100011 | 100001 | 100101 | 101000000 | 1100011 | 100000 |
Color Harmonies of #A0016B
Complementary color
Monochromatic Colors of #A0016B
Black with #A0016B
Text Example
Text Example
White with #A0016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0016B; }
p { color: rgb(160,1,107); }
H1.HeaderClassName
{
color: #A0016B;
}
.AnyTagClassName
{
color: #A0016B;
}
</style>
background-color css
<style>
a { background-color: #A0016B; }
a { background-color: rgb(160,1,107); }
div.DivClassName
{
background-color: #A0016B;
}
.BgClassName
{
background-color: #A0016B;
}
</style>
border-color css
<style>
span { border-color: #A0016B; }
span { border-color: rgb(160,1,107); }
td.TdClassName
{
border-color: #A0016B;
}
.TagClassName
{
border-color: #A0016B;
}
</style>