Shades of Dark Magenta #800AAC
Tints of Dark Magenta #800AAC
RGB
CMYK
RGB Variations
Color information
#800AAC (or 0x800AAC) is known color: Dark Magenta. HEX triplet: 80, 0A and AC. RGB value is (128,10,172). Sum of RGB (Red+Green+Blue) = 128+10+172=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #800AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800AAC is #7FF553. Grayscale: #3F3F3F. Windows color (decimal): -8385876 or 11274880. OLE color: 11274880.
HSL color Cylindrical-coordinate representation of color #800AAC: hue angle of 283.7º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800AAC is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 10 | 172 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.33 |
| HSL | 283.7º | 0.89% | 0.36% | - |
| HSV(B) | 283.7º | 0.94% | 0.67% | - |
| XYZ | 16.46 | 7.78 | 39.66 | - |
| YUV | 63.75 | 189.09 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 10 | 172 | 0.26 | 0.94 | 0 | 0.33 | 283.7 | 0.89 | 0.36 |
| Hex | 80 | A | AC | 1A | 5E | 0 | 21 | 11C | 59 | 24 |
| Octal | 200 | 12 | 254 | 32 | 136 | 0 | 41 | 434 | 131 | 44 |
| Binary | 10000000 | 1010 | 10101100 | 11010 | 1011110 | 0 | 100001 | 100011100 | 1011001 | 100100 |
Color Harmonies of #800AAC
Complementary color
Monochromatic Colors of #800AAC
Black with #800AAC
Text Example
Text Example
White with #800AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800AAC; }
p { color: rgb(128,10,172); }
H1.HeaderClassName
{
color: #800AAC;
}
.AnyTagClassName
{
color: #800AAC;
}
</style>
background-color css
<style>
a { background-color: #800AAC; }
a { background-color: rgb(128,10,172); }
div.DivClassName
{
background-color: #800AAC;
}
.BgClassName
{
background-color: #800AAC;
}
</style>
border-color css
<style>
span { border-color: #800AAC; }
span { border-color: rgb(128,10,172); }
td.TdClassName
{
border-color: #800AAC;
}
.TagClassName
{
border-color: #800AAC;
}
</style>