Shades of Dark Magenta #A20CAB
Tints of Dark Magenta #A20CAB
RGB
CMYK
RGB Variations
Color information
#A20CAB (or 0xA20CAB) is known color: Dark Magenta. HEX triplet: A2, 0C and AB. RGB value is (162,12,171). Sum of RGB (Red+Green+Blue) = 162+12+171=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #A20CAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20CAB is #5DF354. Grayscale: #4A4A4A. Windows color (decimal): -6157141 or 11209890. OLE color: 11209890.
HSL color Cylindrical-coordinate representation of color #A20CAB: hue angle of 296.6º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20CAB is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 12 | 171 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.33 |
| HSL | 296.6º | 0.87% | 0.36% | - |
| HSV(B) | 296.6º | 0.93% | 0.67% | - |
| XYZ | 22.38 | 10.88 | 39.45 | - |
| YUV | 74.98 | 182.2 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 171 | 0.05 | 0.93 | 0 | 0.33 | 296.6 | 0.87 | 0.36 |
| Hex | A2 | C | AB | 5 | 5D | 0 | 21 | 129 | 57 | 24 |
| Octal | 242 | 14 | 253 | 5 | 135 | 0 | 41 | 451 | 127 | 44 |
| Binary | 10100010 | 1100 | 10101011 | 101 | 1011101 | 0 | 100001 | 100101001 | 1010111 | 100100 |
Color Harmonies of #A20CAB
Complementary color
Monochromatic Colors of #A20CAB
Black with #A20CAB
Text Example
Text Example
White with #A20CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20CAB; }
p { color: rgb(162,12,171); }
H1.HeaderClassName
{
color: #A20CAB;
}
.AnyTagClassName
{
color: #A20CAB;
}
</style>
background-color css
<style>
a { background-color: #A20CAB; }
a { background-color: rgb(162,12,171); }
div.DivClassName
{
background-color: #A20CAB;
}
.BgClassName
{
background-color: #A20CAB;
}
</style>
border-color css
<style>
span { border-color: #A20CAB; }
span { border-color: rgb(162,12,171); }
td.TdClassName
{
border-color: #A20CAB;
}
.TagClassName
{
border-color: #A20CAB;
}
</style>