Shades of Dark Magenta #A206AB
Tints of Dark Magenta #A206AB
RGB
CMYK
RGB Variations
Color information
#A206AB (or 0xA206AB) is known color: Dark Magenta. HEX triplet: A2, 06 and AB. RGB value is (162,6,171). Sum of RGB (Red+Green+Blue) = 162+6+171=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 6 (2.73% from 255 or 1.77% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #A206AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A206AB is #5DF954. Grayscale: #464646. Windows color (decimal): -6158677 or 11208354. OLE color: 11208354.
HSL color Cylindrical-coordinate representation of color #A206AB: hue angle of 296.73º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A206AB is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 6 | 171 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.33 |
| HSL | 296.73º | 0.93% | 0.35% | - |
| HSV(B) | 296.73º | 0.96% | 0.67% | - |
| XYZ | 22.32 | 10.75 | 39.43 | - |
| YUV | 71.45 | 184.18 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 6 | 171 | 0.05 | 0.96 | 0 | 0.33 | 296.73 | 0.93 | 0.35 |
| Hex | A2 | 6 | AB | 5 | 60 | 0 | 21 | 129 | 5D | 23 |
| Octal | 242 | 6 | 253 | 5 | 140 | 0 | 41 | 451 | 135 | 43 |
| Binary | 10100010 | 110 | 10101011 | 101 | 1100000 | 0 | 100001 | 100101001 | 1011101 | 100011 |
Color Harmonies of #A206AB
Complementary color
Monochromatic Colors of #A206AB
Black with #A206AB
Text Example
Text Example
White with #A206AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A206AB; }
p { color: rgb(162,6,171); }
H1.HeaderClassName
{
color: #A206AB;
}
.AnyTagClassName
{
color: #A206AB;
}
</style>
background-color css
<style>
a { background-color: #A206AB; }
a { background-color: rgb(162,6,171); }
div.DivClassName
{
background-color: #A206AB;
}
.BgClassName
{
background-color: #A206AB;
}
</style>
border-color css
<style>
span { border-color: #A206AB; }
span { border-color: rgb(162,6,171); }
td.TdClassName
{
border-color: #A206AB;
}
.TagClassName
{
border-color: #A206AB;
}
</style>