Shades of Dark Magenta #A60195
Tints of Dark Magenta #A60195
RGB
CMYK
RGB Variations
Color information
#A60195 (or 0xA60195) is known color: Dark Magenta. HEX triplet: A6, 01 and 95. RGB value is (166,1,149). Sum of RGB (Red+Green+Blue) = 166+1+149=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A60195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60195 is #59FE6A. Grayscale: #424242. Windows color (decimal): -5897835 or 9765286. OLE color: 9765286.
HSL color Cylindrical-coordinate representation of color #A60195: hue angle of 306.18º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A60195 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 1 | 149 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.35 |
| HSL | 306.18º | 0.99% | 0.33% | - |
| HSV(B) | 306.18º | 0.99% | 0.65% | - |
| XYZ | 21.16 | 10.3 | 29.31 | - |
| YUV | 67.21 | 174.16 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 149 | 0 | 0.99 | 0.10 | 0.35 | 306.18 | 0.99 | 0.33 |
| Hex | A6 | 1 | 95 | 0 | 63 | A | 23 | 132 | 63 | 21 |
| Octal | 246 | 1 | 225 | 0 | 143 | 12 | 43 | 462 | 143 | 41 |
| Binary | 10100110 | 1 | 10010101 | 0 | 1100011 | 1010 | 100011 | 100110010 | 1100011 | 100001 |
Color Harmonies of #A60195
Complementary color
Monochromatic Colors of #A60195
Black with #A60195
Text Example
Text Example
White with #A60195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60195; }
p { color: rgb(166,1,149); }
H1.HeaderClassName
{
color: #A60195;
}
.AnyTagClassName
{
color: #A60195;
}
</style>
background-color css
<style>
a { background-color: #A60195; }
a { background-color: rgb(166,1,149); }
div.DivClassName
{
background-color: #A60195;
}
.BgClassName
{
background-color: #A60195;
}
</style>
border-color css
<style>
span { border-color: #A60195; }
span { border-color: rgb(166,1,149); }
td.TdClassName
{
border-color: #A60195;
}
.TagClassName
{
border-color: #A60195;
}
</style>