Shades of Dark Magenta #A01B9E
Tints of Dark Magenta #A01B9E
RGB
CMYK
RGB Variations
Color information
#A01B9E (or 0xA01B9E) is known color: Dark Magenta. HEX triplet: A0, 1B and 9E. RGB value is (160,27,158). Sum of RGB (Red+Green+Blue) = 160+27+158=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A01B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01B9E is #5FE461. Grayscale: #515151. Windows color (decimal): -6284386 or 10361760. OLE color: 10361760.
HSL color Cylindrical-coordinate representation of color #A01B9E: hue angle of 300.9º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A01B9E is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 27 | 158 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.37 |
| HSL | 300.9º | 0.71% | 0.37% | - |
| HSV(B) | 300.9º | 0.83% | 0.63% | - |
| XYZ | 21.06 | 10.73 | 33.31 | - |
| YUV | 81.7 | 171.06 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 27 | 158 | 0 | 0.83 | 0.01 | 0.37 | 300.9 | 0.71 | 0.37 |
| Hex | A0 | 1B | 9E | 0 | 53 | 1 | 25 | 12D | 47 | 25 |
| Octal | 240 | 33 | 236 | 0 | 123 | 1 | 45 | 455 | 107 | 45 |
| Binary | 10100000 | 11011 | 10011110 | 0 | 1010011 | 1 | 100101 | 100101101 | 1000111 | 100101 |
Color Harmonies of #A01B9E
Complementary color
Monochromatic Colors of #A01B9E
Black with #A01B9E
Text Example
Text Example
White with #A01B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01B9E; }
p { color: rgb(160,27,158); }
H1.HeaderClassName
{
color: #A01B9E;
}
.AnyTagClassName
{
color: #A01B9E;
}
</style>
background-color css
<style>
a { background-color: #A01B9E; }
a { background-color: rgb(160,27,158); }
div.DivClassName
{
background-color: #A01B9E;
}
.BgClassName
{
background-color: #A01B9E;
}
</style>
border-color css
<style>
span { border-color: #A01B9E; }
span { border-color: rgb(160,27,158); }
td.TdClassName
{
border-color: #A01B9E;
}
.TagClassName
{
border-color: #A01B9E;
}
</style>