Shades of Eggplant #A10375
Tints of Eggplant #A10375
RGB
CMYK
RGB Variations
Color information
#A10375 (or 0xA10375) is known color: Eggplant. HEX triplet: A1, 03 and 75. RGB value is (161,3,117). Sum of RGB (Red+Green+Blue) = 161+3+117=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A10375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10375 is #5EFC8A. Grayscale: #3E3E3E. Windows color (decimal): -6225035 or 7668641. OLE color: 7668641.
HSL color Cylindrical-coordinate representation of color #A10375: hue angle of 316.71º 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 #A10375 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 3 | 117 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.37 |
| HSL | 316.71º | 0.96% | 0.32% | - |
| HSV(B) | 316.71º | 0.98% | 0.63% | - |
| XYZ | 17.94 | 8.93 | 17.61 | - |
| YUV | 63.24 | 158.35 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 117 | 0 | 0.98 | 0.27 | 0.37 | 316.71 | 0.96 | 0.32 |
| Hex | A1 | 3 | 75 | 0 | 62 | 1B | 25 | 13D | 60 | 20 |
| Octal | 241 | 3 | 165 | 0 | 142 | 33 | 45 | 475 | 140 | 40 |
| Binary | 10100001 | 11 | 1110101 | 0 | 1100010 | 11011 | 100101 | 100111101 | 1100000 | 100000 |
Color Harmonies of #A10375
Complementary color
Monochromatic Colors of #A10375
Black with #A10375
Text Example
Text Example
White with #A10375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10375; }
p { color: rgb(161,3,117); }
H1.HeaderClassName
{
color: #A10375;
}
.AnyTagClassName
{
color: #A10375;
}
</style>
background-color css
<style>
a { background-color: #A10375; }
a { background-color: rgb(161,3,117); }
div.DivClassName
{
background-color: #A10375;
}
.BgClassName
{
background-color: #A10375;
}
</style>
border-color css
<style>
span { border-color: #A10375; }
span { border-color: rgb(161,3,117); }
td.TdClassName
{
border-color: #A10375;
}
.TagClassName
{
border-color: #A10375;
}
</style>