Shades of Eggplant #A10363
Tints of Eggplant #A10363
RGB
CMYK
RGB Variations
Color information
#A10363 (or 0xA10363) is known color: Eggplant. HEX triplet: A1, 03 and 63. RGB value is (161,3,99). Sum of RGB (Red+Green+Blue) = 161+3+99=263 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.22% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 161 - color contains mainly: red. Hex color #A10363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10363 is #5EFC9C. Grayscale: #3C3C3C. Windows color (decimal): -6225053 or 6488993. OLE color: 6488993.
HSL color Cylindrical-coordinate representation of color #A10363: hue angle of 323.54º 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 #A10363 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 3 | 99 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.37 |
| HSL | 323.54º | 0.96% | 0.32% | - |
| HSV(B) | 323.54º | 0.98% | 0.63% | - |
| XYZ | 16.98 | 8.54 | 12.56 | - |
| YUV | 61.19 | 149.35 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 99 | 0 | 0.98 | 0.39 | 0.37 | 323.54 | 0.96 | 0.32 |
| Hex | A1 | 3 | 63 | 0 | 62 | 27 | 25 | 144 | 60 | 20 |
| Octal | 241 | 3 | 143 | 0 | 142 | 47 | 45 | 504 | 140 | 40 |
| Binary | 10100001 | 11 | 1100011 | 0 | 1100010 | 100111 | 100101 | 101000100 | 1100000 | 100000 |
Color Harmonies of #A10363
Complementary color
Monochromatic Colors of #A10363
Black with #A10363
Text Example
Text Example
White with #A10363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10363; }
p { color: rgb(161,3,99); }
H1.HeaderClassName
{
color: #A10363;
}
.AnyTagClassName
{
color: #A10363;
}
</style>
background-color css
<style>
a { background-color: #A10363; }
a { background-color: rgb(161,3,99); }
div.DivClassName
{
background-color: #A10363;
}
.BgClassName
{
background-color: #A10363;
}
</style>
border-color css
<style>
span { border-color: #A10363; }
span { border-color: rgb(161,3,99); }
td.TdClassName
{
border-color: #A10363;
}
.TagClassName
{
border-color: #A10363;
}
</style>