Shades of Dark Magenta #A81595
Tints of Dark Magenta #A81595
RGB
CMYK
RGB Variations
Color information
#A81595 (or 0xA81595) is known color: Dark Magenta. HEX triplet: A8, 15 and 95. RGB value is (168,21,149). Sum of RGB (Red+Green+Blue) = 168+21+149=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A81595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81595 is #57EA6A. Grayscale: #4F4F4F. Windows color (decimal): -5761643 or 9770408. OLE color: 9770408.
HSL color Cylindrical-coordinate representation of color #A81595: hue angle of 307.76º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81595 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 21 | 149 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.34 |
| HSL | 307.76º | 0.78% | 0.37% | - |
| HSV(B) | 307.76º | 0.88% | 0.66% | - |
| XYZ | 21.84 | 11.03 | 29.41 | - |
| YUV | 79.55 | 167.2 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 149 | 0 | 0.88 | 0.11 | 0.34 | 307.76 | 0.78 | 0.37 |
| Hex | A8 | 15 | 95 | 0 | 58 | B | 22 | 134 | 4E | 25 |
| Octal | 250 | 25 | 225 | 0 | 130 | 13 | 42 | 464 | 116 | 45 |
| Binary | 10101000 | 10101 | 10010101 | 0 | 1011000 | 1011 | 100010 | 100110100 | 1001110 | 100101 |
Color Harmonies of #A81595
Complementary color
Monochromatic Colors of #A81595
Black with #A81595
Text Example
Text Example
White with #A81595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81595; }
p { color: rgb(168,21,149); }
H1.HeaderClassName
{
color: #A81595;
}
.AnyTagClassName
{
color: #A81595;
}
</style>
background-color css
<style>
a { background-color: #A81595; }
a { background-color: rgb(168,21,149); }
div.DivClassName
{
background-color: #A81595;
}
.BgClassName
{
background-color: #A81595;
}
</style>
border-color css
<style>
span { border-color: #A81595; }
span { border-color: rgb(168,21,149); }
td.TdClassName
{
border-color: #A81595;
}
.TagClassName
{
border-color: #A81595;
}
</style>