Shades of Dark Magenta #A11EA6
Tints of Dark Magenta #A11EA6
RGB
CMYK
RGB Variations
Color information
#A11EA6 (or 0xA11EA6) is known color: Dark Magenta. HEX triplet: A1, 1E and A6. RGB value is (161,30,166). Sum of RGB (Red+Green+Blue) = 161+30+166=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 166 (65.23% from 255 or 46.50% from 357); Max value from RGB is 166 - color contains mainly: blue. Hex color #A11EA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11EA6 is #5EE159. Grayscale: #545454. Windows color (decimal): -6218074 or 10886817. OLE color: 10886817.
HSL color Cylindrical-coordinate representation of color #A11EA6: hue angle of 297.79º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A11EA6 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 30 | 166 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.35 |
| HSL | 297.79º | 0.69% | 0.38% | - |
| HSV(B) | 297.79º | 0.82% | 0.65% | - |
| XYZ | 22.05 | 11.26 | 37.09 | - |
| YUV | 84.67 | 173.9 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 30 | 166 | 0.03 | 0.82 | 0 | 0.35 | 297.79 | 0.69 | 0.38 |
| Hex | A1 | 1E | A6 | 3 | 52 | 0 | 23 | 12A | 45 | 26 |
| Octal | 241 | 36 | 246 | 3 | 122 | 0 | 43 | 452 | 105 | 46 |
| Binary | 10100001 | 11110 | 10100110 | 11 | 1010010 | 0 | 100011 | 100101010 | 1000101 | 100110 |
Color Harmonies of #A11EA6
Complementary color
Monochromatic Colors of #A11EA6
Black with #A11EA6
Text Example
Text Example
White with #A11EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11EA6; }
p { color: rgb(161,30,166); }
H1.HeaderClassName
{
color: #A11EA6;
}
.AnyTagClassName
{
color: #A11EA6;
}
</style>
background-color css
<style>
a { background-color: #A11EA6; }
a { background-color: rgb(161,30,166); }
div.DivClassName
{
background-color: #A11EA6;
}
.BgClassName
{
background-color: #A11EA6;
}
</style>
border-color css
<style>
span { border-color: #A11EA6; }
span { border-color: rgb(161,30,166); }
td.TdClassName
{
border-color: #A11EA6;
}
.TagClassName
{
border-color: #A11EA6;
}
</style>