Shades of Dark Magenta #A00395
Tints of Dark Magenta #A00395
RGB
CMYK
RGB Variations
Color information
#A00395 (or 0xA00395) is known color: Dark Magenta. HEX triplet: A0, 03 and 95. RGB value is (160,3,149). Sum of RGB (Red+Green+Blue) = 160+3+149=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A00395 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00395 is #5FFC6A. Grayscale: #424242. Windows color (decimal): -6290539 or 9765792. OLE color: 9765792.
HSL color Cylindrical-coordinate representation of color #A00395: hue angle of 304.2º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00395 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 149 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.37 |
| HSL | 304.2º | 0.96% | 0.32% | - |
| HSV(B) | 304.2º | 0.98% | 0.63% | - |
| XYZ | 19.95 | 9.71 | 29.26 | - |
| YUV | 66.59 | 174.51 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 149 | 0 | 0.98 | 0.07 | 0.37 | 304.2 | 0.96 | 0.32 |
| Hex | A0 | 3 | 95 | 0 | 62 | 7 | 25 | 130 | 60 | 20 |
| Octal | 240 | 3 | 225 | 0 | 142 | 7 | 45 | 460 | 140 | 40 |
| Binary | 10100000 | 11 | 10010101 | 0 | 1100010 | 111 | 100101 | 100110000 | 1100000 | 100000 |
Color Harmonies of #A00395
Complementary color
Monochromatic Colors of #A00395
Black with #A00395
Text Example
Text Example
White with #A00395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00395; }
p { color: rgb(160,3,149); }
H1.HeaderClassName
{
color: #A00395;
}
.AnyTagClassName
{
color: #A00395;
}
</style>
background-color css
<style>
a { background-color: #A00395; }
a { background-color: rgb(160,3,149); }
div.DivClassName
{
background-color: #A00395;
}
.BgClassName
{
background-color: #A00395;
}
</style>
border-color css
<style>
span { border-color: #A00395; }
span { border-color: rgb(160,3,149); }
td.TdClassName
{
border-color: #A00395;
}
.TagClassName
{
border-color: #A00395;
}
</style>