Shades of Dark Magenta #A20397
Tints of Dark Magenta #A20397
RGB
CMYK
RGB Variations
Color information
#A20397 (or 0xA20397) is known color: Dark Magenta. HEX triplet: A2, 03 and 97. RGB value is (162,3,151). Sum of RGB (Red+Green+Blue) = 162+3+151=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 151 (59.38% from 255 or 47.78% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A20397 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20397 is #5DFC68. Grayscale: #424242. Windows color (decimal): -6159465 or 9896866. OLE color: 9896866.
HSL color Cylindrical-coordinate representation of color #A20397: hue angle of 304.15º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A20397 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 3 | 151 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.36 |
| HSL | 304.15º | 0.96% | 0.32% | - |
| HSV(B) | 304.15º | 0.98% | 0.64% | - |
| XYZ | 20.52 | 9.98 | 30.12 | - |
| YUV | 67.41 | 175.18 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 151 | 0 | 0.98 | 0.07 | 0.36 | 304.15 | 0.96 | 0.32 |
| Hex | A2 | 3 | 97 | 0 | 62 | 7 | 24 | 130 | 60 | 20 |
| Octal | 242 | 3 | 227 | 0 | 142 | 7 | 44 | 460 | 140 | 40 |
| Binary | 10100010 | 11 | 10010111 | 0 | 1100010 | 111 | 100100 | 100110000 | 1100000 | 100000 |
Color Harmonies of #A20397
Complementary color
Monochromatic Colors of #A20397
Black with #A20397
Text Example
Text Example
White with #A20397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20397; }
p { color: rgb(162,3,151); }
H1.HeaderClassName
{
color: #A20397;
}
.AnyTagClassName
{
color: #A20397;
}
</style>
background-color css
<style>
a { background-color: #A20397; }
a { background-color: rgb(162,3,151); }
div.DivClassName
{
background-color: #A20397;
}
.BgClassName
{
background-color: #A20397;
}
</style>
border-color css
<style>
span { border-color: #A20397; }
span { border-color: rgb(162,3,151); }
td.TdClassName
{
border-color: #A20397;
}
.TagClassName
{
border-color: #A20397;
}
</style>