Shades of Eggplant #A1047B
Tints of Eggplant #A1047B
RGB
CMYK
RGB Variations
Color information
#A1047B (or 0xA1047B) is known color: Eggplant. HEX triplet: A1, 04 and 7B. RGB value is (161,4,123). Sum of RGB (Red+Green+Blue) = 161+4+123=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A1047B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1047B is #5EFB84. Grayscale: #404040. Windows color (decimal): -6224773 or 8062113. OLE color: 8062113.
HSL color Cylindrical-coordinate representation of color #A1047B: hue angle of 314.52º 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 #A1047B is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 4 | 123 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.37 |
| HSL | 314.52º | 0.95% | 0.32% | - |
| HSV(B) | 314.52º | 0.98% | 0.63% | - |
| XYZ | 18.32 | 9.09 | 19.53 | - |
| YUV | 64.51 | 161.01 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 4 | 123 | 0 | 0.98 | 0.24 | 0.37 | 314.52 | 0.95 | 0.32 |
| Hex | A1 | 4 | 7B | 0 | 62 | 18 | 25 | 13B | 5F | 20 |
| Octal | 241 | 4 | 173 | 0 | 142 | 30 | 45 | 473 | 137 | 40 |
| Binary | 10100001 | 100 | 1111011 | 0 | 1100010 | 11000 | 100101 | 100111011 | 1011111 | 100000 |
Color Harmonies of #A1047B
Complementary color
Monochromatic Colors of #A1047B
Black with #A1047B
Text Example
Text Example
White with #A1047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1047B; }
p { color: rgb(161,4,123); }
H1.HeaderClassName
{
color: #A1047B;
}
.AnyTagClassName
{
color: #A1047B;
}
</style>
background-color css
<style>
a { background-color: #A1047B; }
a { background-color: rgb(161,4,123); }
div.DivClassName
{
background-color: #A1047B;
}
.BgClassName
{
background-color: #A1047B;
}
</style>
border-color css
<style>
span { border-color: #A1047B; }
span { border-color: rgb(161,4,123); }
td.TdClassName
{
border-color: #A1047B;
}
.TagClassName
{
border-color: #A1047B;
}
</style>