Shades of Dark Magenta #860AAC
Tints of Dark Magenta #860AAC
RGB
CMYK
RGB Variations
Color information
#860AAC (or 0x860AAC) is known color: Dark Magenta. HEX triplet: 86, 0A and AC. RGB value is (134,10,172). Sum of RGB (Red+Green+Blue) = 134+10+172=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #860AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860AAC is #79F553. Grayscale: #414141. Windows color (decimal): -7992660 or 11274886. OLE color: 11274886.
HSL color Cylindrical-coordinate representation of color #860AAC: hue angle of 285.93º 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 #860AAC is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 10 | 172 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.33 |
| HSL | 285.93º | 0.89% | 0.36% | - |
| HSV(B) | 285.93º | 0.94% | 0.67% | - |
| XYZ | 17.39 | 8.26 | 39.71 | - |
| YUV | 65.54 | 188.08 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 10 | 172 | 0.22 | 0.94 | 0 | 0.33 | 285.93 | 0.89 | 0.36 |
| Hex | 86 | A | AC | 16 | 5E | 0 | 21 | 11E | 59 | 24 |
| Octal | 206 | 12 | 254 | 26 | 136 | 0 | 41 | 436 | 131 | 44 |
| Binary | 10000110 | 1010 | 10101100 | 10110 | 1011110 | 0 | 100001 | 100011110 | 1011001 | 100100 |
Color Harmonies of #860AAC
Complementary color
Monochromatic Colors of #860AAC
Black with #860AAC
Text Example
Text Example
White with #860AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860AAC; }
p { color: rgb(134,10,172); }
H1.HeaderClassName
{
color: #860AAC;
}
.AnyTagClassName
{
color: #860AAC;
}
</style>
background-color css
<style>
a { background-color: #860AAC; }
a { background-color: rgb(134,10,172); }
div.DivClassName
{
background-color: #860AAC;
}
.BgClassName
{
background-color: #860AAC;
}
</style>
border-color css
<style>
span { border-color: #860AAC; }
span { border-color: rgb(134,10,172); }
td.TdClassName
{
border-color: #860AAC;
}
.TagClassName
{
border-color: #860AAC;
}
</style>