Shades of Dark Magenta #A215AC
Tints of Dark Magenta #A215AC
RGB
CMYK
RGB Variations
Color information
#A215AC (or 0xA215AC) is known color: Dark Magenta. HEX triplet: A2, 15 and AC. RGB value is (162,21,172). Sum of RGB (Red+Green+Blue) = 162+21+172=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #A215AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A215AC is #5DEA53. Grayscale: #4F4F4F. Windows color (decimal): -6154836 or 11277730. OLE color: 11277730.
HSL color Cylindrical-coordinate representation of color #A215AC: hue angle of 296.03º 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 #A215AC is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 21 | 172 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.33 |
| HSL | 296.03º | 0.78% | 0.38% | - |
| HSV(B) | 296.03º | 0.88% | 0.67% | - |
| XYZ | 22.61 | 11.2 | 40 | - |
| YUV | 80.37 | 179.71 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 21 | 172 | 0.06 | 0.88 | 0 | 0.33 | 296.03 | 0.78 | 0.38 |
| Hex | A2 | 15 | AC | 6 | 58 | 0 | 21 | 128 | 4E | 26 |
| Octal | 242 | 25 | 254 | 6 | 130 | 0 | 41 | 450 | 116 | 46 |
| Binary | 10100010 | 10101 | 10101100 | 110 | 1011000 | 0 | 100001 | 100101000 | 1001110 | 100110 |
Color Harmonies of #A215AC
Complementary color
Monochromatic Colors of #A215AC
Black with #A215AC
Text Example
Text Example
White with #A215AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A215AC; }
p { color: rgb(162,21,172); }
H1.HeaderClassName
{
color: #A215AC;
}
.AnyTagClassName
{
color: #A215AC;
}
</style>
background-color css
<style>
a { background-color: #A215AC; }
a { background-color: rgb(162,21,172); }
div.DivClassName
{
background-color: #A215AC;
}
.BgClassName
{
background-color: #A215AC;
}
</style>
border-color css
<style>
span { border-color: #A215AC; }
span { border-color: rgb(162,21,172); }
td.TdClassName
{
border-color: #A215AC;
}
.TagClassName
{
border-color: #A215AC;
}
</style>