Shades of Eggplant #A0046E
Tints of Eggplant #A0046E
RGB
CMYK
RGB Variations
Color information
#A0046E (or 0xA0046E) is known color: Eggplant. HEX triplet: A0, 04 and 6E. RGB value is (160,4,110). Sum of RGB (Red+Green+Blue) = 160+4+110=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A0046E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0046E is #5FFB91. Grayscale: #3E3E3E. Windows color (decimal): -6290322 or 7210144. OLE color: 7210144.
HSL color Cylindrical-coordinate representation of color #A0046E: hue angle of 319.23º degrees, saturation: 0.95, 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 #A0046E is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 110 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.37 |
| HSL | 319.23º | 0.95% | 0.32% | - |
| HSV(B) | 319.23º | 0.98% | 0.63% | - |
| XYZ | 17.36 | 8.69 | 15.51 | - |
| YUV | 62.73 | 154.68 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 110 | 0 | 0.98 | 0.31 | 0.37 | 319.23 | 0.95 | 0.32 |
| Hex | A0 | 4 | 6E | 0 | 62 | 1F | 25 | 13F | 5F | 20 |
| Octal | 240 | 4 | 156 | 0 | 142 | 37 | 45 | 477 | 137 | 40 |
| Binary | 10100000 | 100 | 1101110 | 0 | 1100010 | 11111 | 100101 | 100111111 | 1011111 | 100000 |
Color Harmonies of #A0046E
Complementary color
Monochromatic Colors of #A0046E
Black with #A0046E
Text Example
Text Example
White with #A0046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0046E; }
p { color: rgb(160,4,110); }
H1.HeaderClassName
{
color: #A0046E;
}
.AnyTagClassName
{
color: #A0046E;
}
</style>
background-color css
<style>
a { background-color: #A0046E; }
a { background-color: rgb(160,4,110); }
div.DivClassName
{
background-color: #A0046E;
}
.BgClassName
{
background-color: #A0046E;
}
</style>
border-color css
<style>
span { border-color: #A0046E; }
span { border-color: rgb(160,4,110); }
td.TdClassName
{
border-color: #A0046E;
}
.TagClassName
{
border-color: #A0046E;
}
</style>