Shades of Dark Magenta #A00398
Tints of Dark Magenta #A00398
RGB
CMYK
RGB Variations
Color information
#A00398 (or 0xA00398) is known color: Dark Magenta. HEX triplet: A0, 03 and 98. RGB value is (160,3,152). Sum of RGB (Red+Green+Blue) = 160+3+152=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A00398 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00398 is #5FFC67. Grayscale: #424242. Windows color (decimal): -6290536 or 9962400. OLE color: 9962400.
HSL color Cylindrical-coordinate representation of color #A00398: hue angle of 303.06º 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 #A00398 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 152 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.37 |
| HSL | 303.06º | 0.96% | 0.32% | - |
| HSV(B) | 303.06º | 0.98% | 0.63% | - |
| XYZ | 20.2 | 9.81 | 30.53 | - |
| YUV | 66.93 | 176.01 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 152 | 0 | 0.98 | 0.05 | 0.37 | 303.06 | 0.96 | 0.32 |
| Hex | A0 | 3 | 98 | 0 | 62 | 5 | 25 | 12F | 60 | 20 |
| Octal | 240 | 3 | 230 | 0 | 142 | 5 | 45 | 457 | 140 | 40 |
| Binary | 10100000 | 11 | 10011000 | 0 | 1100010 | 101 | 100101 | 100101111 | 1100000 | 100000 |
Color Harmonies of #A00398
Complementary color
Monochromatic Colors of #A00398
Black with #A00398
Text Example
Text Example
White with #A00398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00398; }
p { color: rgb(160,3,152); }
H1.HeaderClassName
{
color: #A00398;
}
.AnyTagClassName
{
color: #A00398;
}
</style>
background-color css
<style>
a { background-color: #A00398; }
a { background-color: rgb(160,3,152); }
div.DivClassName
{
background-color: #A00398;
}
.BgClassName
{
background-color: #A00398;
}
</style>
border-color css
<style>
span { border-color: #A00398; }
span { border-color: rgb(160,3,152); }
td.TdClassName
{
border-color: #A00398;
}
.TagClassName
{
border-color: #A00398;
}
</style>