Shades of Dark Magenta #A00191
Tints of Dark Magenta #A00191
RGB
CMYK
RGB Variations
Color information
#A00191 (or 0xA00191) is known color: Dark Magenta. HEX triplet: A0, 01 and 91. RGB value is (160,1,145). Sum of RGB (Red+Green+Blue) = 160+1+145=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 145 (57.03% from 255 or 47.39% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A00191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00191 is #5FFE6E. Grayscale: #404040. Windows color (decimal): -6291055 or 9503136. OLE color: 9503136.
HSL color Cylindrical-coordinate representation of color #A00191: hue angle of 305.66º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00191 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 145 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.37 |
| HSL | 305.66º | 0.99% | 0.32% | - |
| HSV(B) | 305.66º | 0.99% | 0.63% | - |
| XYZ | 19.62 | 9.54 | 27.6 | - |
| YUV | 64.96 | 173.18 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 145 | 0 | 0.99 | 0.09 | 0.37 | 305.66 | 0.99 | 0.32 |
| Hex | A0 | 1 | 91 | 0 | 63 | 9 | 25 | 132 | 63 | 20 |
| Octal | 240 | 1 | 221 | 0 | 143 | 11 | 45 | 462 | 143 | 40 |
| Binary | 10100000 | 1 | 10010001 | 0 | 1100011 | 1001 | 100101 | 100110010 | 1100011 | 100000 |
Color Harmonies of #A00191
Complementary color
Monochromatic Colors of #A00191
Black with #A00191
Text Example
Text Example
White with #A00191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00191; }
p { color: rgb(160,1,145); }
H1.HeaderClassName
{
color: #A00191;
}
.AnyTagClassName
{
color: #A00191;
}
</style>
background-color css
<style>
a { background-color: #A00191; }
a { background-color: rgb(160,1,145); }
div.DivClassName
{
background-color: #A00191;
}
.BgClassName
{
background-color: #A00191;
}
</style>
border-color css
<style>
span { border-color: #A00191; }
span { border-color: rgb(160,1,145); }
td.TdClassName
{
border-color: #A00191;
}
.TagClassName
{
border-color: #A00191;
}
</style>