Shades of Dark Magenta #A00892
Tints of Dark Magenta #A00892
RGB
CMYK
RGB Variations
Color information
#A00892 (or 0xA00892) is known color: Dark Magenta. HEX triplet: A0, 08 and 92. RGB value is (160,8,146). Sum of RGB (Red+Green+Blue) = 160+8+146=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A00892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00892 is #5FF76D. Grayscale: #444444. Windows color (decimal): -6289262 or 9570464. OLE color: 9570464.
HSL color Cylindrical-coordinate representation of color #A00892: hue angle of 305.53º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00892 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 8 | 146 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.37 |
| HSL | 305.53º | 0.9% | 0.33% | - |
| HSV(B) | 305.53º | 0.95% | 0.63% | - |
| XYZ | 19.77 | 9.72 | 28.03 | - |
| YUV | 69.18 | 171.36 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 146 | 0 | 0.95 | 0.09 | 0.37 | 305.53 | 0.9 | 0.33 |
| Hex | A0 | 8 | 92 | 0 | 5F | 9 | 25 | 132 | 5A | 21 |
| Octal | 240 | 10 | 222 | 0 | 137 | 11 | 45 | 462 | 132 | 41 |
| Binary | 10100000 | 1000 | 10010010 | 0 | 1011111 | 1001 | 100101 | 100110010 | 1011010 | 100001 |
Color Harmonies of #A00892
Complementary color
Monochromatic Colors of #A00892
Black with #A00892
Text Example
Text Example
White with #A00892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00892; }
p { color: rgb(160,8,146); }
H1.HeaderClassName
{
color: #A00892;
}
.AnyTagClassName
{
color: #A00892;
}
</style>
background-color css
<style>
a { background-color: #A00892; }
a { background-color: rgb(160,8,146); }
div.DivClassName
{
background-color: #A00892;
}
.BgClassName
{
background-color: #A00892;
}
</style>
border-color css
<style>
span { border-color: #A00892; }
span { border-color: rgb(160,8,146); }
td.TdClassName
{
border-color: #A00892;
}
.TagClassName
{
border-color: #A00892;
}
</style>