Shades of Dark Magenta #A20F9A
Tints of Dark Magenta #A20F9A
RGB
CMYK
RGB Variations
Color information
#A20F9A (or 0xA20F9A) is known color: Dark Magenta. HEX triplet: A2, 0F and 9A. RGB value is (162,15,154). Sum of RGB (Red+Green+Blue) = 162+15+154=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20F9A is #5DF065. Grayscale: #4A4A4A. Windows color (decimal): -6156390 or 10096546. OLE color: 10096546.
HSL color Cylindrical-coordinate representation of color #A20F9A: hue angle of 303.27º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20F9A is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 15 | 154 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.36 |
| HSL | 303.27º | 0.83% | 0.35% | - |
| HSV(B) | 303.27º | 0.91% | 0.64% | - |
| XYZ | 20.9 | 10.36 | 31.47 | - |
| YUV | 74.8 | 172.7 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 154 | 0 | 0.91 | 0.05 | 0.36 | 303.27 | 0.83 | 0.35 |
| Hex | A2 | F | 9A | 0 | 5B | 5 | 24 | 12F | 53 | 23 |
| Octal | 242 | 17 | 232 | 0 | 133 | 5 | 44 | 457 | 123 | 43 |
| Binary | 10100010 | 1111 | 10011010 | 0 | 1011011 | 101 | 100100 | 100101111 | 1010011 | 100011 |
Color Harmonies of #A20F9A
Complementary color
Monochromatic Colors of #A20F9A
Black with #A20F9A
Text Example
Text Example
White with #A20F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20F9A; }
p { color: rgb(162,15,154); }
H1.HeaderClassName
{
color: #A20F9A;
}
.AnyTagClassName
{
color: #A20F9A;
}
</style>
background-color css
<style>
a { background-color: #A20F9A; }
a { background-color: rgb(162,15,154); }
div.DivClassName
{
background-color: #A20F9A;
}
.BgClassName
{
background-color: #A20F9A;
}
</style>
border-color css
<style>
span { border-color: #A20F9A; }
span { border-color: rgb(162,15,154); }
td.TdClassName
{
border-color: #A20F9A;
}
.TagClassName
{
border-color: #A20F9A;
}
</style>