Shades of Dark Magenta #A20CA7
Tints of Dark Magenta #A20CA7
RGB
CMYK
RGB Variations
Color information
#A20CA7 (or 0xA20CA7) is known color: Dark Magenta. HEX triplet: A2, 0C and A7. RGB value is (162,12,167). Sum of RGB (Red+Green+Blue) = 162+12+167=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 167 (65.62% from 255 or 48.97% from 341); Max value from RGB is 167 - color contains mainly: blue. Hex color #A20CA7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20CA7 is #5DF358. Grayscale: #4A4A4A. Windows color (decimal): -6157145 or 10947746. OLE color: 10947746.
HSL color Cylindrical-coordinate representation of color #A20CA7: hue angle of 298.06º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20CA7 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 12 | 167 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.35 |
| HSL | 298.06º | 0.87% | 0.35% | - |
| HSV(B) | 298.06º | 0.93% | 0.65% | - |
| XYZ | 22.01 | 10.73 | 37.47 | - |
| YUV | 74.52 | 180.2 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 167 | 0.03 | 0.93 | 0 | 0.35 | 298.06 | 0.87 | 0.35 |
| Hex | A2 | C | A7 | 3 | 5D | 0 | 23 | 12A | 57 | 23 |
| Octal | 242 | 14 | 247 | 3 | 135 | 0 | 43 | 452 | 127 | 43 |
| Binary | 10100010 | 1100 | 10100111 | 11 | 1011101 | 0 | 100011 | 100101010 | 1010111 | 100011 |
Color Harmonies of #A20CA7
Complementary color
Monochromatic Colors of #A20CA7
Black with #A20CA7
Text Example
Text Example
White with #A20CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20CA7; }
p { color: rgb(162,12,167); }
H1.HeaderClassName
{
color: #A20CA7;
}
.AnyTagClassName
{
color: #A20CA7;
}
</style>
background-color css
<style>
a { background-color: #A20CA7; }
a { background-color: rgb(162,12,167); }
div.DivClassName
{
background-color: #A20CA7;
}
.BgClassName
{
background-color: #A20CA7;
}
</style>
border-color css
<style>
span { border-color: #A20CA7; }
span { border-color: rgb(162,12,167); }
td.TdClassName
{
border-color: #A20CA7;
}
.TagClassName
{
border-color: #A20CA7;
}
</style>