Shades of Dark Magenta #A00192
Tints of Dark Magenta #A00192
RGB
CMYK
RGB Variations
Color information
#A00192 (or 0xA00192) is known color: Dark Magenta. HEX triplet: A0, 01 and 92. RGB value is (160,1,146). Sum of RGB (Red+Green+Blue) = 160+1+146=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A00192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00192 is #5FFE6D. Grayscale: #404040. Windows color (decimal): -6291054 or 9568672. OLE color: 9568672.
HSL color Cylindrical-coordinate representation of color #A00192: hue angle of 305.28º 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 #A00192 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 146 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.37 |
| HSL | 305.28º | 0.99% | 0.32% | - |
| HSV(B) | 305.28º | 0.99% | 0.63% | - |
| XYZ | 19.7 | 9.57 | 28 | - |
| YUV | 65.07 | 173.68 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 146 | 0 | 0.99 | 0.09 | 0.37 | 305.28 | 0.99 | 0.32 |
| Hex | A0 | 1 | 92 | 0 | 63 | 9 | 25 | 131 | 63 | 20 |
| Octal | 240 | 1 | 222 | 0 | 143 | 11 | 45 | 461 | 143 | 40 |
| Binary | 10100000 | 1 | 10010010 | 0 | 1100011 | 1001 | 100101 | 100110001 | 1100011 | 100000 |
Color Harmonies of #A00192
Complementary color
Monochromatic Colors of #A00192
Black with #A00192
Text Example
Text Example
White with #A00192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00192; }
p { color: rgb(160,1,146); }
H1.HeaderClassName
{
color: #A00192;
}
.AnyTagClassName
{
color: #A00192;
}
</style>
background-color css
<style>
a { background-color: #A00192; }
a { background-color: rgb(160,1,146); }
div.DivClassName
{
background-color: #A00192;
}
.BgClassName
{
background-color: #A00192;
}
</style>
border-color css
<style>
span { border-color: #A00192; }
span { border-color: rgb(160,1,146); }
td.TdClassName
{
border-color: #A00192;
}
.TagClassName
{
border-color: #A00192;
}
</style>