Shades of Dark Magenta #A20897
Tints of Dark Magenta #A20897
RGB
CMYK
RGB Variations
Color information
#A20897 (or 0xA20897) is known color: Dark Magenta. HEX triplet: A2, 08 and 97. RGB value is (162,8,151). Sum of RGB (Red+Green+Blue) = 162+8+151=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A20897 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20897 is #5DF768. Grayscale: #454545. Windows color (decimal): -6158185 or 9898146. OLE color: 9898146.
HSL color Cylindrical-coordinate representation of color #A20897: hue angle of 304.29º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20897 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 8 | 151 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.36 |
| HSL | 304.29º | 0.91% | 0.33% | - |
| HSV(B) | 304.29º | 0.95% | 0.64% | - |
| XYZ | 20.57 | 10.09 | 30.14 | - |
| YUV | 70.35 | 173.52 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 151 | 0 | 0.95 | 0.07 | 0.36 | 304.29 | 0.91 | 0.33 |
| Hex | A2 | 8 | 97 | 0 | 5F | 7 | 24 | 130 | 5B | 21 |
| Octal | 242 | 10 | 227 | 0 | 137 | 7 | 44 | 460 | 133 | 41 |
| Binary | 10100010 | 1000 | 10010111 | 0 | 1011111 | 111 | 100100 | 100110000 | 1011011 | 100001 |
Color Harmonies of #A20897
Complementary color
Monochromatic Colors of #A20897
Black with #A20897
Text Example
Text Example
White with #A20897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20897; }
p { color: rgb(162,8,151); }
H1.HeaderClassName
{
color: #A20897;
}
.AnyTagClassName
{
color: #A20897;
}
</style>
background-color css
<style>
a { background-color: #A20897; }
a { background-color: rgb(162,8,151); }
div.DivClassName
{
background-color: #A20897;
}
.BgClassName
{
background-color: #A20897;
}
</style>
border-color css
<style>
span { border-color: #A20897; }
span { border-color: rgb(162,8,151); }
td.TdClassName
{
border-color: #A20897;
}
.TagClassName
{
border-color: #A20897;
}
</style>