Shades of Dark Magenta #A2089F
Tints of Dark Magenta #A2089F
RGB
CMYK
RGB Variations
Color information
#A2089F (or 0xA2089F) is known color: Dark Magenta. HEX triplet: A2, 08 and 9F. RGB value is (162,8,159). Sum of RGB (Red+Green+Blue) = 162+8+159=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 8 (3.52% from 255 or 2.43% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A2089F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2089F is #5DF760. Grayscale: #464646. Windows color (decimal): -6158177 or 10422434. OLE color: 10422434.
HSL color Cylindrical-coordinate representation of color #A2089F: hue angle of 301.17º 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 #A2089F is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 8 | 159 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.36 |
| HSL | 301.17º | 0.91% | 0.33% | - |
| HSV(B) | 301.17º | 0.95% | 0.64% | - |
| XYZ | 21.25 | 10.36 | 33.68 | - |
| YUV | 71.26 | 177.52 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 159 | 0 | 0.95 | 0.02 | 0.36 | 301.17 | 0.91 | 0.33 |
| Hex | A2 | 8 | 9F | 0 | 5F | 2 | 24 | 12D | 5B | 21 |
| Octal | 242 | 10 | 237 | 0 | 137 | 2 | 44 | 455 | 133 | 41 |
| Binary | 10100010 | 1000 | 10011111 | 0 | 1011111 | 10 | 100100 | 100101101 | 1011011 | 100001 |
Color Harmonies of #A2089F
Complementary color
Monochromatic Colors of #A2089F
Black with #A2089F
Text Example
Text Example
White with #A2089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2089F; }
p { color: rgb(162,8,159); }
H1.HeaderClassName
{
color: #A2089F;
}
.AnyTagClassName
{
color: #A2089F;
}
</style>
background-color css
<style>
a { background-color: #A2089F; }
a { background-color: rgb(162,8,159); }
div.DivClassName
{
background-color: #A2089F;
}
.BgClassName
{
background-color: #A2089F;
}
</style>
border-color css
<style>
span { border-color: #A2089F; }
span { border-color: rgb(162,8,159); }
td.TdClassName
{
border-color: #A2089F;
}
.TagClassName
{
border-color: #A2089F;
}
</style>