Shades of Eggplant #A1037B
Tints of Eggplant #A1037B
RGB
CMYK
RGB Variations
Color information
#A1037B (or 0xA1037B) is known color: Eggplant. HEX triplet: A1, 03 and 7B. RGB value is (161,3,123). Sum of RGB (Red+Green+Blue) = 161+3+123=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A1037B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1037B is #5EFC84. Grayscale: #3F3F3F. Windows color (decimal): -6225029 or 8061857. OLE color: 8061857.
HSL color Cylindrical-coordinate representation of color #A1037B: hue angle of 314.43º 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 #A1037B is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 3 | 123 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.37 |
| HSL | 314.43º | 0.96% | 0.32% | - |
| HSV(B) | 314.43º | 0.98% | 0.63% | - |
| XYZ | 18.31 | 9.07 | 19.53 | - |
| YUV | 63.92 | 161.35 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 123 | 0 | 0.98 | 0.24 | 0.37 | 314.43 | 0.96 | 0.32 |
| Hex | A1 | 3 | 7B | 0 | 62 | 18 | 25 | 13A | 60 | 20 |
| Octal | 241 | 3 | 173 | 0 | 142 | 30 | 45 | 472 | 140 | 40 |
| Binary | 10100001 | 11 | 1111011 | 0 | 1100010 | 11000 | 100101 | 100111010 | 1100000 | 100000 |
Color Harmonies of #A1037B
Complementary color
Monochromatic Colors of #A1037B
Black with #A1037B
Text Example
Text Example
White with #A1037B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1037B; }
p { color: rgb(161,3,123); }
H1.HeaderClassName
{
color: #A1037B;
}
.AnyTagClassName
{
color: #A1037B;
}
</style>
background-color css
<style>
a { background-color: #A1037B; }
a { background-color: rgb(161,3,123); }
div.DivClassName
{
background-color: #A1037B;
}
.BgClassName
{
background-color: #A1037B;
}
</style>
border-color css
<style>
span { border-color: #A1037B; }
span { border-color: rgb(161,3,123); }
td.TdClassName
{
border-color: #A1037B;
}
.TagClassName
{
border-color: #A1037B;
}
</style>