Shades of Dark Magenta #A615AC
Tints of Dark Magenta #A615AC
RGB
CMYK
RGB Variations
Color information
#A615AC (or 0xA615AC) is known color: Dark Magenta. HEX triplet: A6, 15 and AC. RGB value is (166,21,172). Sum of RGB (Red+Green+Blue) = 166+21+172=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #A615AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A615AC is #59EA53. Grayscale: #515151. Windows color (decimal): -5892692 or 11277734. OLE color: 11277734.
HSL color Cylindrical-coordinate representation of color #A615AC: hue angle of 297.62º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A615AC is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 21 | 172 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.33 |
| HSL | 297.62º | 0.78% | 0.38% | - |
| HSV(B) | 297.62º | 0.88% | 0.67% | - |
| XYZ | 23.44 | 11.62 | 40.04 | - |
| YUV | 81.57 | 179.04 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 21 | 172 | 0.03 | 0.88 | 0 | 0.33 | 297.62 | 0.78 | 0.38 |
| Hex | A6 | 15 | AC | 3 | 58 | 0 | 21 | 12A | 4E | 26 |
| Octal | 246 | 25 | 254 | 3 | 130 | 0 | 41 | 452 | 116 | 46 |
| Binary | 10100110 | 10101 | 10101100 | 11 | 1011000 | 0 | 100001 | 100101010 | 1001110 | 100110 |
Color Harmonies of #A615AC
Complementary color
Monochromatic Colors of #A615AC
Black with #A615AC
Text Example
Text Example
White with #A615AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A615AC; }
p { color: rgb(166,21,172); }
H1.HeaderClassName
{
color: #A615AC;
}
.AnyTagClassName
{
color: #A615AC;
}
</style>
background-color css
<style>
a { background-color: #A615AC; }
a { background-color: rgb(166,21,172); }
div.DivClassName
{
background-color: #A615AC;
}
.BgClassName
{
background-color: #A615AC;
}
</style>
border-color css
<style>
span { border-color: #A615AC; }
span { border-color: rgb(166,21,172); }
td.TdClassName
{
border-color: #A615AC;
}
.TagClassName
{
border-color: #A615AC;
}
</style>