Shades of Dark Magenta #A815AC
Tints of Dark Magenta #A815AC
RGB
CMYK
RGB Variations
Color information
#A815AC (or 0xA815AC) is known color: Dark Magenta. HEX triplet: A8, 15 and AC. RGB value is (168,21,172). Sum of RGB (Red+Green+Blue) = 168+21+172=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #A815AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A815AC is #57EA53. Grayscale: #515151. Windows color (decimal): -5761620 or 11277736. OLE color: 11277736.
HSL color Cylindrical-coordinate representation of color #A815AC: hue angle of 298.41º 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 #A815AC is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 21 | 172 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.33 |
| HSL | 298.41º | 0.78% | 0.38% | - |
| HSV(B) | 298.41º | 0.88% | 0.67% | - |
| XYZ | 23.86 | 11.84 | 40.06 | - |
| YUV | 82.17 | 178.7 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 172 | 0.02 | 0.88 | 0 | 0.33 | 298.41 | 0.78 | 0.38 |
| Hex | A8 | 15 | AC | 2 | 58 | 0 | 21 | 12A | 4E | 26 |
| Octal | 250 | 25 | 254 | 2 | 130 | 0 | 41 | 452 | 116 | 46 |
| Binary | 10101000 | 10101 | 10101100 | 10 | 1011000 | 0 | 100001 | 100101010 | 1001110 | 100110 |
Color Harmonies of #A815AC
Complementary color
Monochromatic Colors of #A815AC
Black with #A815AC
Text Example
Text Example
White with #A815AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A815AC; }
p { color: rgb(168,21,172); }
H1.HeaderClassName
{
color: #A815AC;
}
.AnyTagClassName
{
color: #A815AC;
}
</style>
background-color css
<style>
a { background-color: #A815AC; }
a { background-color: rgb(168,21,172); }
div.DivClassName
{
background-color: #A815AC;
}
.BgClassName
{
background-color: #A815AC;
}
</style>
border-color css
<style>
span { border-color: #A815AC; }
span { border-color: rgb(168,21,172); }
td.TdClassName
{
border-color: #A815AC;
}
.TagClassName
{
border-color: #A815AC;
}
</style>