Shades of Dark Magenta #A00FA2
Tints of Dark Magenta #A00FA2
RGB
CMYK
RGB Variations
Color information
#A00FA2 (or 0xA00FA2) is known color: Dark Magenta. HEX triplet: A0, 0F and A2. RGB value is (160,15,162). Sum of RGB (Red+Green+Blue) = 160+15+162=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 162 (63.67% from 255 or 48.07% from 337); Max value from RGB is 162 - color contains mainly: blue. Hex color #A00FA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00FA2 is #5FF05D. Grayscale: #4A4A4A. Windows color (decimal): -6287454 or 10620832. OLE color: 10620832.
HSL color Cylindrical-coordinate representation of color #A00FA2: hue angle of 299.18º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00FA2 is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
RGB | 160 | 15 | 162 | - |
CMYK | 0.01 | 0.91 | 0 | 0.36 |
HSL | 299.18º | 0.83% | 0.35% | - |
HSV(B) | 299.18º | 0.91% | 0.64% | - |
XYZ | 21.19 | 10.42 | 35.08 | - |
YUV | 75.11 | 177.04 | 188.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 15 | 162 | 0.01 | 0.91 | 0 | 0.36 | 299.18 | 0.83 | 0.35 |
Hex | A0 | F | A2 | 1 | 5B | 0 | 24 | 12B | 53 | 23 |
Octal | 240 | 17 | 242 | 1 | 133 | 0 | 44 | 453 | 123 | 43 |
Binary | 10100000 | 1111 | 10100010 | 1 | 1011011 | 0 | 100100 | 100101011 | 1010011 | 100011 |
Color Harmonies of #A00FA2
Complementary color
Monochromatic Colors of #A00FA2
Black with #A00FA2
Text Example
Text Example
White with #A00FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00FA2; }
p { color: rgb(160,15,162); }
H1.HeaderClassName
{
color: #A00FA2;
}
.AnyTagClassName
{
color: #A00FA2;
}
</style>
background-color css
<style>
a { background-color: #A00FA2; }
a { background-color: rgb(160,15,162); }
div.DivClassName
{
background-color: #A00FA2;
}
.BgClassName
{
background-color: #A00FA2;
}
</style>
border-color css
<style>
span { border-color: #A00FA2; }
span { border-color: rgb(160,15,162); }
td.TdClassName
{
border-color: #A00FA2;
}
.TagClassName
{
border-color: #A00FA2;
}
</style>