Shades of Dark Magenta #A20BAC
Tints of Dark Magenta #A20BAC
RGB
CMYK
RGB Variations
Color information
#A20BAC (or 0xA20BAC) is known color: Dark Magenta. HEX triplet: A2, 0B and AC. RGB value is (162,11,172). Sum of RGB (Red+Green+Blue) = 162+11+172=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #A20BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20BAC is #5DF453. Grayscale: #4A4A4A. Windows color (decimal): -6157396 or 11275170. OLE color: 11275170.
HSL color Cylindrical-coordinate representation of color #A20BAC: hue angle of 296.27º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20BAC is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 11 | 172 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.33 |
| HSL | 296.27º | 0.88% | 0.36% | - |
| HSV(B) | 296.27º | 0.94% | 0.67% | - |
| XYZ | 22.47 | 10.9 | 39.95 | - |
| YUV | 74.5 | 183.03 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 11 | 172 | 0.06 | 0.94 | 0 | 0.33 | 296.27 | 0.88 | 0.36 |
| Hex | A2 | B | AC | 6 | 5E | 0 | 21 | 128 | 58 | 24 |
| Octal | 242 | 13 | 254 | 6 | 136 | 0 | 41 | 450 | 130 | 44 |
| Binary | 10100010 | 1011 | 10101100 | 110 | 1011110 | 0 | 100001 | 100101000 | 1011000 | 100100 |
Color Harmonies of #A20BAC
Complementary color
Monochromatic Colors of #A20BAC
Black with #A20BAC
Text Example
Text Example
White with #A20BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20BAC; }
p { color: rgb(162,11,172); }
H1.HeaderClassName
{
color: #A20BAC;
}
.AnyTagClassName
{
color: #A20BAC;
}
</style>
background-color css
<style>
a { background-color: #A20BAC; }
a { background-color: rgb(162,11,172); }
div.DivClassName
{
background-color: #A20BAC;
}
.BgClassName
{
background-color: #A20BAC;
}
</style>
border-color css
<style>
span { border-color: #A20BAC; }
span { border-color: rgb(162,11,172); }
td.TdClassName
{
border-color: #A20BAC;
}
.TagClassName
{
border-color: #A20BAC;
}
</style>