Shades of Dark Magenta #A61495
Tints of Dark Magenta #A61495
RGB
CMYK
RGB Variations
Color information
#A61495 (or 0xA61495) is known color: Dark Magenta. HEX triplet: A6, 14 and 95. RGB value is (166,20,149). Sum of RGB (Red+Green+Blue) = 166+20+149=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A61495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61495 is #59EB6A. Grayscale: #4D4D4D. Windows color (decimal): -5892971 or 9770150. OLE color: 9770150.
HSL color Cylindrical-coordinate representation of color #A61495: hue angle of 306.99º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A61495 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 20 | 149 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.35 |
| HSL | 306.99º | 0.78% | 0.36% | - |
| HSV(B) | 306.99º | 0.88% | 0.65% | - |
| XYZ | 21.4 | 10.78 | 29.39 | - |
| YUV | 78.36 | 167.87 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 149 | 0 | 0.88 | 0.10 | 0.35 | 306.99 | 0.78 | 0.36 |
| Hex | A6 | 14 | 95 | 0 | 58 | A | 23 | 133 | 4E | 24 |
| Octal | 246 | 24 | 225 | 0 | 130 | 12 | 43 | 463 | 116 | 44 |
| Binary | 10100110 | 10100 | 10010101 | 0 | 1011000 | 1010 | 100011 | 100110011 | 1001110 | 100100 |
Color Harmonies of #A61495
Complementary color
Monochromatic Colors of #A61495
Black with #A61495
Text Example
Text Example
White with #A61495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61495; }
p { color: rgb(166,20,149); }
H1.HeaderClassName
{
color: #A61495;
}
.AnyTagClassName
{
color: #A61495;
}
</style>
background-color css
<style>
a { background-color: #A61495; }
a { background-color: rgb(166,20,149); }
div.DivClassName
{
background-color: #A61495;
}
.BgClassName
{
background-color: #A61495;
}
</style>
border-color css
<style>
span { border-color: #A61495; }
span { border-color: rgb(166,20,149); }
td.TdClassName
{
border-color: #A61495;
}
.TagClassName
{
border-color: #A61495;
}
</style>