Shades of Dark Magenta #A81695
Tints of Dark Magenta #A81695
RGB
CMYK
RGB Variations
Color information
#A81695 (or 0xA81695) is known color: Dark Magenta. HEX triplet: A8, 16 and 95. RGB value is (168,22,149). Sum of RGB (Red+Green+Blue) = 168+22+149=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A81695 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81695 is #57E96A. Grayscale: #4F4F4F. Windows color (decimal): -5761387 or 9770664. OLE color: 9770664.
HSL color Cylindrical-coordinate representation of color #A81695: hue angle of 307.81º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A81695 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 22 | 149 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.34 |
| HSL | 307.81º | 0.77% | 0.37% | - |
| HSV(B) | 307.81º | 0.87% | 0.66% | - |
| XYZ | 21.86 | 11.07 | 29.42 | - |
| YUV | 80.13 | 166.87 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 149 | 0 | 0.87 | 0.11 | 0.34 | 307.81 | 0.77 | 0.37 |
| Hex | A8 | 16 | 95 | 0 | 57 | B | 22 | 134 | 4D | 25 |
| Octal | 250 | 26 | 225 | 0 | 127 | 13 | 42 | 464 | 115 | 45 |
| Binary | 10101000 | 10110 | 10010101 | 0 | 1010111 | 1011 | 100010 | 100110100 | 1001101 | 100101 |
Color Harmonies of #A81695
Complementary color
Monochromatic Colors of #A81695
Black with #A81695
Text Example
Text Example
White with #A81695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81695; }
p { color: rgb(168,22,149); }
H1.HeaderClassName
{
color: #A81695;
}
.AnyTagClassName
{
color: #A81695;
}
</style>
background-color css
<style>
a { background-color: #A81695; }
a { background-color: rgb(168,22,149); }
div.DivClassName
{
background-color: #A81695;
}
.BgClassName
{
background-color: #A81695;
}
</style>
border-color css
<style>
span { border-color: #A81695; }
span { border-color: rgb(168,22,149); }
td.TdClassName
{
border-color: #A81695;
}
.TagClassName
{
border-color: #A81695;
}
</style>