Shades of Dark Magenta #A20FAA
Tints of Dark Magenta #A20FAA
RGB
CMYK
RGB Variations
Color information
#A20FAA (or 0xA20FAA) is known color: Dark Magenta. HEX triplet: A2, 0F and AA. RGB value is (162,15,170). Sum of RGB (Red+Green+Blue) = 162+15+170=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #A20FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20FAA is #5DF055. Grayscale: #4C4C4C. Windows color (decimal): -6156374 or 11145122. OLE color: 11145122.
HSL color Cylindrical-coordinate representation of color #A20FAA: hue angle of 296.9º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20FAA is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 15 | 170 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.33 |
| HSL | 296.9º | 0.84% | 0.36% | - |
| HSV(B) | 296.9º | 0.91% | 0.67% | - |
| XYZ | 22.33 | 10.93 | 38.96 | - |
| YUV | 76.62 | 180.7 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 170 | 0.05 | 0.91 | 0 | 0.33 | 296.9 | 0.84 | 0.36 |
| Hex | A2 | F | AA | 5 | 5B | 0 | 21 | 129 | 54 | 24 |
| Octal | 242 | 17 | 252 | 5 | 133 | 0 | 41 | 451 | 124 | 44 |
| Binary | 10100010 | 1111 | 10101010 | 101 | 1011011 | 0 | 100001 | 100101001 | 1010100 | 100100 |
Color Harmonies of #A20FAA
Complementary color
Monochromatic Colors of #A20FAA
Black with #A20FAA
Text Example
Text Example
White with #A20FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20FAA; }
p { color: rgb(162,15,170); }
H1.HeaderClassName
{
color: #A20FAA;
}
.AnyTagClassName
{
color: #A20FAA;
}
</style>
background-color css
<style>
a { background-color: #A20FAA; }
a { background-color: rgb(162,15,170); }
div.DivClassName
{
background-color: #A20FAA;
}
.BgClassName
{
background-color: #A20FAA;
}
</style>
border-color css
<style>
span { border-color: #A20FAA; }
span { border-color: rgb(162,15,170); }
td.TdClassName
{
border-color: #A20FAA;
}
.TagClassName
{
border-color: #A20FAA;
}
</style>