Shades of Dark Magenta #A00099
Tints of Dark Magenta #A00099
RGB
CMYK
RGB Variations
Color information
#A00099 (or 0xA00099) is known color: Dark Magenta. HEX triplet: A0, 00 and 99. RGB value is (160,0,153). Sum of RGB (Red+Green+Blue) = 160+0+153=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A00099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00099 is #5FFF66. Grayscale: #404040. Windows color (decimal): -6291303 or 10027168. OLE color: 10027168.
HSL color Cylindrical-coordinate representation of color #A00099: hue angle of 302.62º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A00099 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 0 | 153 | - |
| CMYK | 0 | 1 | 0.04 | 0.37 |
| HSL | 302.63º | 1% | 0.31% | - |
| HSV(B) | 302.63º | 1% | 0.63% | - |
| XYZ | 20.25 | 9.77 | 30.96 | - |
| YUV | 65.28 | 177.51 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 153 | 0 | 1 | 0.04 | 0.37 | 302.63 | 1 | 0.31 |
| Hex | A0 | 0 | 99 | 0 | 64 | 4 | 25 | 12F | 64 | 1F |
| Octal | 240 | 0 | 231 | 0 | 144 | 4 | 45 | 457 | 144 | 37 |
| Binary | 10100000 | 0 | 10011001 | 0 | 1100100 | 100 | 100101 | 100101111 | 1100100 | 11111 |
Color Harmonies of #A00099
Complementary color
Monochromatic Colors of #A00099
Black with #A00099
Text Example
Text Example
White with #A00099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00099; }
p { color: rgb(160,0,153); }
H1.HeaderClassName
{
color: #A00099;
}
.AnyTagClassName
{
color: #A00099;
}
</style>
background-color css
<style>
a { background-color: #A00099; }
a { background-color: rgb(160,0,153); }
div.DivClassName
{
background-color: #A00099;
}
.BgClassName
{
background-color: #A00099;
}
</style>
border-color css
<style>
span { border-color: #A00099; }
span { border-color: rgb(160,0,153); }
td.TdClassName
{
border-color: #A00099;
}
.TagClassName
{
border-color: #A00099;
}
</style>