Shades of Eggplant #A00063
Tints of Eggplant #A00063
RGB
CMYK
RGB Variations
Color information
#A00063 (or 0xA00063) is known color: Eggplant. HEX triplet: A0, 00 and 63. RGB value is (160,0,99). Sum of RGB (Red+Green+Blue) = 160+0+99=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A00063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00063 is #5FFF9C. Grayscale: #3A3A3A. Windows color (decimal): -6291357 or 6488224. OLE color: 6488224.
HSL color Cylindrical-coordinate representation of color #A00063: hue angle of 322.88º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A00063 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 0 | 99 | - |
| CMYK | 0 | 1 | 0.38 | 0.37 |
| HSL | 322.88º | 1% | 0.31% | - |
| HSV(B) | 322.88º | 1% | 0.63% | - |
| XYZ | 16.75 | 8.37 | 12.54 | - |
| YUV | 59.13 | 150.51 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 99 | 0 | 1 | 0.38 | 0.37 | 322.88 | 1 | 0.31 |
| Hex | A0 | 0 | 63 | 0 | 64 | 26 | 25 | 143 | 64 | 1F |
| Octal | 240 | 0 | 143 | 0 | 144 | 46 | 45 | 503 | 144 | 37 |
| Binary | 10100000 | 0 | 1100011 | 0 | 1100100 | 100110 | 100101 | 101000011 | 1100100 | 11111 |
Color Harmonies of #A00063
Complementary color
Monochromatic Colors of #A00063
Black with #A00063
Text Example
Text Example
White with #A00063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00063; }
p { color: rgb(160,0,99); }
H1.HeaderClassName
{
color: #A00063;
}
.AnyTagClassName
{
color: #A00063;
}
</style>
background-color css
<style>
a { background-color: #A00063; }
a { background-color: rgb(160,0,99); }
div.DivClassName
{
background-color: #A00063;
}
.BgClassName
{
background-color: #A00063;
}
</style>
border-color css
<style>
span { border-color: #A00063; }
span { border-color: rgb(160,0,99); }
td.TdClassName
{
border-color: #A00063;
}
.TagClassName
{
border-color: #A00063;
}
</style>