Shades of Dark Magenta #A206A3
Tints of Dark Magenta #A206A3
RGB
CMYK
RGB Variations
Color information
#A206A3 (or 0xA206A3) is known color: Dark Magenta. HEX triplet: A2, 06 and A3. RGB value is (162,6,163). Sum of RGB (Red+Green+Blue) = 162+6+163=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 163 (64.06% from 255 or 49.24% from 331); Max value from RGB is 163 - color contains mainly: blue. Hex color #A206A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A206A3 is #5DF95C. Grayscale: #464646. Windows color (decimal): -6158685 or 10684066. OLE color: 10684066.
HSL color Cylindrical-coordinate representation of color #A206A3: hue angle of 299.62º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A206A3 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 6 | 163 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.36 |
| HSL | 299.62º | 0.93% | 0.33% | - |
| HSV(B) | 299.62º | 0.96% | 0.64% | - |
| XYZ | 21.58 | 10.46 | 35.53 | - |
| YUV | 70.54 | 180.18 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 6 | 163 | 0.01 | 0.96 | 0 | 0.36 | 299.62 | 0.93 | 0.33 |
| Hex | A2 | 6 | A3 | 1 | 60 | 0 | 24 | 12C | 5D | 21 |
| Octal | 242 | 6 | 243 | 1 | 140 | 0 | 44 | 454 | 135 | 41 |
| Binary | 10100010 | 110 | 10100011 | 1 | 1100000 | 0 | 100100 | 100101100 | 1011101 | 100001 |
Color Harmonies of #A206A3
Complementary color
Monochromatic Colors of #A206A3
Black with #A206A3
Text Example
Text Example
White with #A206A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A206A3; }
p { color: rgb(162,6,163); }
H1.HeaderClassName
{
color: #A206A3;
}
.AnyTagClassName
{
color: #A206A3;
}
</style>
background-color css
<style>
a { background-color: #A206A3; }
a { background-color: rgb(162,6,163); }
div.DivClassName
{
background-color: #A206A3;
}
.BgClassName
{
background-color: #A206A3;
}
</style>
border-color css
<style>
span { border-color: #A206A3; }
span { border-color: rgb(162,6,163); }
td.TdClassName
{
border-color: #A206A3;
}
.TagClassName
{
border-color: #A206A3;
}
</style>