Shades of Eggplant #A10062
Tints of Eggplant #A10062
RGB
CMYK
RGB Variations
Color information
#A10062 (or 0xA10062) is known color: Eggplant. HEX triplet: A1, 00 and 62. RGB value is (161,0,98). Sum of RGB (Red+Green+Blue) = 161+0+98=259 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.16% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 161 - color contains mainly: red. Hex color #A10062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10062 is #5EFF9D. Grayscale: #3B3B3B. Windows color (decimal): -6225822 or 6422689. OLE color: 6422689.
HSL color Cylindrical-coordinate representation of color #A10062: hue angle of 323.48º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A10062 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 0 | 98 | - |
| CMYK | 0 | 1 | 0.39 | 0.37 |
| HSL | 323.48º | 1% | 0.32% | - |
| HSV(B) | 323.48º | 1% | 0.63% | - |
| XYZ | 16.9 | 8.46 | 12.3 | - |
| YUV | 59.31 | 149.84 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 98 | 0 | 1 | 0.39 | 0.37 | 323.48 | 1 | 0.32 |
| Hex | A1 | 0 | 62 | 0 | 64 | 27 | 25 | 143 | 64 | 20 |
| Octal | 241 | 0 | 142 | 0 | 144 | 47 | 45 | 503 | 144 | 40 |
| Binary | 10100001 | 0 | 1100010 | 0 | 1100100 | 100111 | 100101 | 101000011 | 1100100 | 100000 |
Color Harmonies of #A10062
Complementary color
Monochromatic Colors of #A10062
Black with #A10062
Text Example
Text Example
White with #A10062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10062; }
p { color: rgb(161,0,98); }
H1.HeaderClassName
{
color: #A10062;
}
.AnyTagClassName
{
color: #A10062;
}
</style>
background-color css
<style>
a { background-color: #A10062; }
a { background-color: rgb(161,0,98); }
div.DivClassName
{
background-color: #A10062;
}
.BgClassName
{
background-color: #A10062;
}
</style>
border-color css
<style>
span { border-color: #A10062; }
span { border-color: rgb(161,0,98); }
td.TdClassName
{
border-color: #A10062;
}
.TagClassName
{
border-color: #A10062;
}
</style>