Shades of Dark Magenta #A2099B
Tints of Dark Magenta #A2099B
RGB
CMYK
RGB Variations
Color information
#A2099B (or 0xA2099B) is known color: Dark Magenta. HEX triplet: A2, 09 and 9B. RGB value is (162,9,155). Sum of RGB (Red+Green+Blue) = 162+9+155=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A2099B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2099B is #5DF664. Grayscale: #464646. Windows color (decimal): -6157925 or 10160546. OLE color: 10160546.
HSL color Cylindrical-coordinate representation of color #A2099B: hue angle of 302.75º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2099B is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 9 | 155 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.36 |
| HSL | 302.75º | 0.89% | 0.34% | - |
| HSV(B) | 302.75º | 0.94% | 0.64% | - |
| XYZ | 20.91 | 10.24 | 31.89 | - |
| YUV | 71.39 | 175.19 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 155 | 0 | 0.94 | 0.04 | 0.36 | 302.75 | 0.89 | 0.34 |
| Hex | A2 | 9 | 9B | 0 | 5E | 4 | 24 | 12F | 59 | 22 |
| Octal | 242 | 11 | 233 | 0 | 136 | 4 | 44 | 457 | 131 | 42 |
| Binary | 10100010 | 1001 | 10011011 | 0 | 1011110 | 100 | 100100 | 100101111 | 1011001 | 100010 |
Color Harmonies of #A2099B
Complementary color
Monochromatic Colors of #A2099B
Black with #A2099B
Text Example
Text Example
White with #A2099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2099B; }
p { color: rgb(162,9,155); }
H1.HeaderClassName
{
color: #A2099B;
}
.AnyTagClassName
{
color: #A2099B;
}
</style>
background-color css
<style>
a { background-color: #A2099B; }
a { background-color: rgb(162,9,155); }
div.DivClassName
{
background-color: #A2099B;
}
.BgClassName
{
background-color: #A2099B;
}
</style>
border-color css
<style>
span { border-color: #A2099B; }
span { border-color: rgb(162,9,155); }
td.TdClassName
{
border-color: #A2099B;
}
.TagClassName
{
border-color: #A2099B;
}
</style>