Shades of Dark Magenta #A20395
Tints of Dark Magenta #A20395
RGB
CMYK
RGB Variations
Color information
#A20395 (or 0xA20395) is known color: Dark Magenta. HEX triplet: A2, 03 and 95. RGB value is (162,3,149). Sum of RGB (Red+Green+Blue) = 162+3+149=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A20395 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20395 is #5DFC6A. Grayscale: #424242. Windows color (decimal): -6159467 or 9765794. OLE color: 9765794.
HSL color Cylindrical-coordinate representation of color #A20395: hue angle of 304.91º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A20395 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 3 | 149 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.36 |
| HSL | 304.91º | 0.96% | 0.32% | - |
| HSV(B) | 304.91º | 0.98% | 0.64% | - |
| XYZ | 20.36 | 9.92 | 29.27 | - |
| YUV | 67.19 | 174.18 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 149 | 0 | 0.98 | 0.08 | 0.36 | 304.91 | 0.96 | 0.32 |
| Hex | A2 | 3 | 95 | 0 | 62 | 8 | 24 | 131 | 60 | 20 |
| Octal | 242 | 3 | 225 | 0 | 142 | 10 | 44 | 461 | 140 | 40 |
| Binary | 10100010 | 11 | 10010101 | 0 | 1100010 | 1000 | 100100 | 100110001 | 1100000 | 100000 |
Color Harmonies of #A20395
Complementary color
Monochromatic Colors of #A20395
Black with #A20395
Text Example
Text Example
White with #A20395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20395; }
p { color: rgb(162,3,149); }
H1.HeaderClassName
{
color: #A20395;
}
.AnyTagClassName
{
color: #A20395;
}
</style>
background-color css
<style>
a { background-color: #A20395; }
a { background-color: rgb(162,3,149); }
div.DivClassName
{
background-color: #A20395;
}
.BgClassName
{
background-color: #A20395;
}
</style>
border-color css
<style>
span { border-color: #A20395; }
span { border-color: rgb(162,3,149); }
td.TdClassName
{
border-color: #A20395;
}
.TagClassName
{
border-color: #A20395;
}
</style>