Shades of Dark Magenta #A00198
Tints of Dark Magenta #A00198
RGB
CMYK
RGB Variations
Color information
#A00198 (or 0xA00198) is known color: Dark Magenta. HEX triplet: A0, 01 and 98. RGB value is (160,1,152). Sum of RGB (Red+Green+Blue) = 160+1+152=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A00198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00198 is #5FFE67. Grayscale: #414141. Windows color (decimal): -6291048 or 9961888. OLE color: 9961888.
HSL color Cylindrical-coordinate representation of color #A00198: hue angle of 303.02º 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 #A00198 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 152 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.37 |
| HSL | 303.02º | 0.99% | 0.32% | - |
| HSV(B) | 303.02º | 0.99% | 0.63% | - |
| XYZ | 20.18 | 9.76 | 30.53 | - |
| YUV | 65.76 | 176.68 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 152 | 0 | 0.99 | 0.05 | 0.37 | 303.02 | 0.99 | 0.32 |
| Hex | A0 | 1 | 98 | 0 | 63 | 5 | 25 | 12F | 63 | 20 |
| Octal | 240 | 1 | 230 | 0 | 143 | 5 | 45 | 457 | 143 | 40 |
| Binary | 10100000 | 1 | 10011000 | 0 | 1100011 | 101 | 100101 | 100101111 | 1100011 | 100000 |
Color Harmonies of #A00198
Complementary color
Monochromatic Colors of #A00198
Black with #A00198
Text Example
Text Example
White with #A00198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00198; }
p { color: rgb(160,1,152); }
H1.HeaderClassName
{
color: #A00198;
}
.AnyTagClassName
{
color: #A00198;
}
</style>
background-color css
<style>
a { background-color: #A00198; }
a { background-color: rgb(160,1,152); }
div.DivClassName
{
background-color: #A00198;
}
.BgClassName
{
background-color: #A00198;
}
</style>
border-color css
<style>
span { border-color: #A00198; }
span { border-color: rgb(160,1,152); }
td.TdClassName
{
border-color: #A00198;
}
.TagClassName
{
border-color: #A00198;
}
</style>