Shades of Dark Magenta #A10883
Tints of Dark Magenta #A10883
RGB
CMYK
RGB Variations
Color information
#A10883 (or 0xA10883) is known color: Dark Magenta. HEX triplet: A1, 08 and 83. RGB value is (161,8,131). Sum of RGB (Red+Green+Blue) = 161+8+131=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A10883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10883 is #5EF77C. Grayscale: #434343. Windows color (decimal): -6223741 or 8587425. OLE color: 8587425.
HSL color Cylindrical-coordinate representation of color #A10883: hue angle of 311.76º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10883 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 8 | 131 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.37 |
| HSL | 311.76º | 0.91% | 0.33% | - |
| HSV(B) | 311.76º | 0.95% | 0.63% | - |
| XYZ | 18.88 | 9.39 | 22.29 | - |
| YUV | 67.77 | 163.69 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 8 | 131 | 0 | 0.95 | 0.19 | 0.37 | 311.76 | 0.91 | 0.33 |
| Hex | A1 | 8 | 83 | 0 | 5F | 13 | 25 | 138 | 5B | 21 |
| Octal | 241 | 10 | 203 | 0 | 137 | 23 | 45 | 470 | 133 | 41 |
| Binary | 10100001 | 1000 | 10000011 | 0 | 1011111 | 10011 | 100101 | 100111000 | 1011011 | 100001 |
Color Harmonies of #A10883
Complementary color
Monochromatic Colors of #A10883
Black with #A10883
Text Example
Text Example
White with #A10883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10883; }
p { color: rgb(161,8,131); }
H1.HeaderClassName
{
color: #A10883;
}
.AnyTagClassName
{
color: #A10883;
}
</style>
background-color css
<style>
a { background-color: #A10883; }
a { background-color: rgb(161,8,131); }
div.DivClassName
{
background-color: #A10883;
}
.BgClassName
{
background-color: #A10883;
}
</style>
border-color css
<style>
span { border-color: #A10883; }
span { border-color: rgb(161,8,131); }
td.TdClassName
{
border-color: #A10883;
}
.TagClassName
{
border-color: #A10883;
}
</style>