Shades of Dark Magenta #A10195
Tints of Dark Magenta #A10195
RGB
CMYK
RGB Variations
Color information
#A10195 (or 0xA10195) is known color: Dark Magenta. HEX triplet: A1, 01 and 95. RGB value is (161,1,149). Sum of RGB (Red+Green+Blue) = 161+1+149=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A10195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10195 is #5EFE6A. Grayscale: #414141. Windows color (decimal): -6225515 or 9765281. OLE color: 9765281.
HSL color Cylindrical-coordinate representation of color #A10195: hue angle of 304.5º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A10195 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 149 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.37 |
| HSL | 304.5º | 0.99% | 0.32% | - |
| HSV(B) | 304.5º | 0.99% | 0.63% | - |
| XYZ | 20.13 | 9.77 | 29.26 | - |
| YUV | 65.71 | 175.01 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 149 | 0 | 0.99 | 0.07 | 0.37 | 304.5 | 0.99 | 0.32 |
| Hex | A1 | 1 | 95 | 0 | 63 | 7 | 25 | 130 | 63 | 20 |
| Octal | 241 | 1 | 225 | 0 | 143 | 7 | 45 | 460 | 143 | 40 |
| Binary | 10100001 | 1 | 10010101 | 0 | 1100011 | 111 | 100101 | 100110000 | 1100011 | 100000 |
Color Harmonies of #A10195
Complementary color
Monochromatic Colors of #A10195
Black with #A10195
Text Example
Text Example
White with #A10195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10195; }
p { color: rgb(161,1,149); }
H1.HeaderClassName
{
color: #A10195;
}
.AnyTagClassName
{
color: #A10195;
}
</style>
background-color css
<style>
a { background-color: #A10195; }
a { background-color: rgb(161,1,149); }
div.DivClassName
{
background-color: #A10195;
}
.BgClassName
{
background-color: #A10195;
}
</style>
border-color css
<style>
span { border-color: #A10195; }
span { border-color: rgb(161,1,149); }
td.TdClassName
{
border-color: #A10195;
}
.TagClassName
{
border-color: #A10195;
}
</style>