Shades of Dark Magenta #A20298
Tints of Dark Magenta #A20298
RGB
CMYK
RGB Variations
Color information
#A20298 (or 0xA20298) is known color: Dark Magenta. HEX triplet: A2, 02 and 98. RGB value is (162,2,152). Sum of RGB (Red+Green+Blue) = 162+2+152=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A20298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20298 is #5DFD67. Grayscale: #424242. Windows color (decimal): -6159720 or 9962146. OLE color: 9962146.
HSL color Cylindrical-coordinate representation of color #A20298: hue angle of 303.75º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A20298 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 2 | 152 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.36 |
| HSL | 303.75º | 0.98% | 0.32% | - |
| HSV(B) | 303.75º | 0.99% | 0.64% | - |
| XYZ | 20.59 | 9.99 | 30.55 | - |
| YUV | 66.94 | 176.01 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 152 | 0 | 0.99 | 0.06 | 0.36 | 303.75 | 0.98 | 0.32 |
| Hex | A2 | 2 | 98 | 0 | 63 | 6 | 24 | 130 | 62 | 20 |
| Octal | 242 | 2 | 230 | 0 | 143 | 6 | 44 | 460 | 142 | 40 |
| Binary | 10100010 | 10 | 10011000 | 0 | 1100011 | 110 | 100100 | 100110000 | 1100010 | 100000 |
Color Harmonies of #A20298
Complementary color
Monochromatic Colors of #A20298
Black with #A20298
Text Example
Text Example
White with #A20298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20298; }
p { color: rgb(162,2,152); }
H1.HeaderClassName
{
color: #A20298;
}
.AnyTagClassName
{
color: #A20298;
}
</style>
background-color css
<style>
a { background-color: #A20298; }
a { background-color: rgb(162,2,152); }
div.DivClassName
{
background-color: #A20298;
}
.BgClassName
{
background-color: #A20298;
}
</style>
border-color css
<style>
span { border-color: #A20298; }
span { border-color: rgb(162,2,152); }
td.TdClassName
{
border-color: #A20298;
}
.TagClassName
{
border-color: #A20298;
}
</style>