Shades of Eggplant #A0036B
Tints of Eggplant #A0036B
RGB
CMYK
RGB Variations
Color information
#A0036B (or 0xA0036B) is known color: Eggplant. HEX triplet: A0, 03 and 6B. RGB value is (160,3,107). Sum of RGB (Red+Green+Blue) = 160+3+107=270 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.26% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 160 - color contains mainly: red. Hex color #A0036B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0036B is #5FFC94. Grayscale: #3D3D3D. Windows color (decimal): -6290581 or 7013280. OLE color: 7013280.
HSL color Cylindrical-coordinate representation of color #A0036B: hue angle of 320.25º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0036B is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 107 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.37 |
| HSL | 320.25º | 0.96% | 0.32% | - |
| HSV(B) | 320.25º | 0.98% | 0.63% | - |
| XYZ | 17.18 | 8.6 | 14.66 | - |
| YUV | 61.8 | 153.51 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 107 | 0 | 0.98 | 0.33 | 0.37 | 320.25 | 0.96 | 0.32 |
| Hex | A0 | 3 | 6B | 0 | 62 | 21 | 25 | 140 | 60 | 20 |
| Octal | 240 | 3 | 153 | 0 | 142 | 41 | 45 | 500 | 140 | 40 |
| Binary | 10100000 | 11 | 1101011 | 0 | 1100010 | 100001 | 100101 | 101000000 | 1100000 | 100000 |
Color Harmonies of #A0036B
Complementary color
Monochromatic Colors of #A0036B
Black with #A0036B
Text Example
Text Example
White with #A0036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0036B; }
p { color: rgb(160,3,107); }
H1.HeaderClassName
{
color: #A0036B;
}
.AnyTagClassName
{
color: #A0036B;
}
</style>
background-color css
<style>
a { background-color: #A0036B; }
a { background-color: rgb(160,3,107); }
div.DivClassName
{
background-color: #A0036B;
}
.BgClassName
{
background-color: #A0036B;
}
</style>
border-color css
<style>
span { border-color: #A0036B; }
span { border-color: rgb(160,3,107); }
td.TdClassName
{
border-color: #A0036B;
}
.TagClassName
{
border-color: #A0036B;
}
</style>