Shades of Eggplant #A1047E
Tints of Eggplant #A1047E
RGB
CMYK
RGB Variations
Color information
#A1047E (or 0xA1047E) is known color: Eggplant. HEX triplet: A1, 04 and 7E. RGB value is (161,4,126). Sum of RGB (Red+Green+Blue) = 161+4+126=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 126 (49.61% from 255 or 43.30% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A1047E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1047E is #5EFB81. Grayscale: #404040. Windows color (decimal): -6224770 or 8258721. OLE color: 8258721.
HSL color Cylindrical-coordinate representation of color #A1047E: hue angle of 313.38º 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 #A1047E is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 4 | 126 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.37 |
| HSL | 313.38º | 0.95% | 0.32% | - |
| HSV(B) | 313.38º | 0.98% | 0.63% | - |
| XYZ | 18.51 | 9.17 | 20.53 | - |
| YUV | 64.85 | 162.51 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 4 | 126 | 0 | 0.98 | 0.22 | 0.37 | 313.38 | 0.95 | 0.32 |
| Hex | A1 | 4 | 7E | 0 | 62 | 16 | 25 | 139 | 5F | 20 |
| Octal | 241 | 4 | 176 | 0 | 142 | 26 | 45 | 471 | 137 | 40 |
| Binary | 10100001 | 100 | 1111110 | 0 | 1100010 | 10110 | 100101 | 100111001 | 1011111 | 100000 |
Color Harmonies of #A1047E
Complementary color
Monochromatic Colors of #A1047E
Black with #A1047E
Text Example
Text Example
White with #A1047E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1047E; }
p { color: rgb(161,4,126); }
H1.HeaderClassName
{
color: #A1047E;
}
.AnyTagClassName
{
color: #A1047E;
}
</style>
background-color css
<style>
a { background-color: #A1047E; }
a { background-color: rgb(161,4,126); }
div.DivClassName
{
background-color: #A1047E;
}
.BgClassName
{
background-color: #A1047E;
}
</style>
border-color css
<style>
span { border-color: #A1047E; }
span { border-color: rgb(161,4,126); }
td.TdClassName
{
border-color: #A1047E;
}
.TagClassName
{
border-color: #A1047E;
}
</style>