Shades of Eggplant #A1047A
Tints of Eggplant #A1047A
RGB
CMYK
RGB Variations
Color information
#A1047A (or 0xA1047A) is known color: Eggplant. HEX triplet: A1, 04 and 7A. RGB value is (161,4,122). Sum of RGB (Red+Green+Blue) = 161+4+122=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A1047A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1047A is #5EFB85. Grayscale: #404040. Windows color (decimal): -6224774 or 7996577. OLE color: 7996577.
HSL color Cylindrical-coordinate representation of color #A1047A: hue angle of 314.9º degrees, saturation: 0.95, 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 #A1047A is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 4 | 122 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.37 |
| HSL | 314.9º | 0.95% | 0.32% | - |
| HSV(B) | 314.9º | 0.98% | 0.63% | - |
| XYZ | 18.25 | 9.07 | 19.2 | - |
| YUV | 64.4 | 160.51 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 4 | 122 | 0 | 0.98 | 0.24 | 0.37 | 314.9 | 0.95 | 0.32 |
| Hex | A1 | 4 | 7A | 0 | 62 | 18 | 25 | 13B | 5F | 20 |
| Octal | 241 | 4 | 172 | 0 | 142 | 30 | 45 | 473 | 137 | 40 |
| Binary | 10100001 | 100 | 1111010 | 0 | 1100010 | 11000 | 100101 | 100111011 | 1011111 | 100000 |
Color Harmonies of #A1047A
Complementary color
Monochromatic Colors of #A1047A
Black with #A1047A
Text Example
Text Example
White with #A1047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1047A; }
p { color: rgb(161,4,122); }
H1.HeaderClassName
{
color: #A1047A;
}
.AnyTagClassName
{
color: #A1047A;
}
</style>
background-color css
<style>
a { background-color: #A1047A; }
a { background-color: rgb(161,4,122); }
div.DivClassName
{
background-color: #A1047A;
}
.BgClassName
{
background-color: #A1047A;
}
</style>
border-color css
<style>
span { border-color: #A1047A; }
span { border-color: rgb(161,4,122); }
td.TdClassName
{
border-color: #A1047A;
}
.TagClassName
{
border-color: #A1047A;
}
</style>