Shades of Dark Magenta #A00FAA
Tints of Dark Magenta #A00FAA
RGB
CMYK
RGB Variations
Color information
#A00FAA (or 0xA00FAA) is known color: Dark Magenta. HEX triplet: A0, 0F and AA. RGB value is (160,15,170). Sum of RGB (Red+Green+Blue) = 160+15+170=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #A00FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00FAA is #5FF055. Grayscale: #4B4B4B. Windows color (decimal): -6287446 or 11145120. OLE color: 11145120.
HSL color Cylindrical-coordinate representation of color #A00FAA: hue angle of 296.13º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00FAA is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 15 | 170 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.33 |
| HSL | 296.13º | 0.84% | 0.36% | - |
| HSV(B) | 296.13º | 0.91% | 0.67% | - |
| XYZ | 21.92 | 10.72 | 38.94 | - |
| YUV | 76.03 | 181.04 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 170 | 0.06 | 0.91 | 0 | 0.33 | 296.13 | 0.84 | 0.36 |
| Hex | A0 | F | AA | 6 | 5B | 0 | 21 | 128 | 54 | 24 |
| Octal | 240 | 17 | 252 | 6 | 133 | 0 | 41 | 450 | 124 | 44 |
| Binary | 10100000 | 1111 | 10101010 | 110 | 1011011 | 0 | 100001 | 100101000 | 1010100 | 100100 |
Color Harmonies of #A00FAA
Complementary color
Monochromatic Colors of #A00FAA
Black with #A00FAA
Text Example
Text Example
White with #A00FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00FAA; }
p { color: rgb(160,15,170); }
H1.HeaderClassName
{
color: #A00FAA;
}
.AnyTagClassName
{
color: #A00FAA;
}
</style>
background-color css
<style>
a { background-color: #A00FAA; }
a { background-color: rgb(160,15,170); }
div.DivClassName
{
background-color: #A00FAA;
}
.BgClassName
{
background-color: #A00FAA;
}
</style>
border-color css
<style>
span { border-color: #A00FAA; }
span { border-color: rgb(160,15,170); }
td.TdClassName
{
border-color: #A00FAA;
}
.TagClassName
{
border-color: #A00FAA;
}
</style>