Shades of Dark Magenta #A415A2
Tints of Dark Magenta #A415A2
RGB
CMYK
RGB Variations
Color information
#A415A2 (or 0xA415A2) is known color: Dark Magenta. HEX triplet: A4, 15 and A2. RGB value is (164,21,162). Sum of RGB (Red+Green+Blue) = 164+21+162=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 162 (63.67% from 255 or 46.69% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A415A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A415A2 is #5BEA5D. Grayscale: #4F4F4F. Windows color (decimal): -6023774 or 10622372. OLE color: 10622372.
HSL color Cylindrical-coordinate representation of color #A415A2: hue angle of 300.84º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A415A2 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 21 | 162 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.36 |
| HSL | 300.84º | 0.77% | 0.36% | - |
| HSV(B) | 300.84º | 0.87% | 0.64% | - |
| XYZ | 22.1 | 11.04 | 35.15 | - |
| YUV | 79.83 | 174.38 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 21 | 162 | 0 | 0.87 | 0.01 | 0.36 | 300.84 | 0.77 | 0.36 |
| Hex | A4 | 15 | A2 | 0 | 57 | 1 | 24 | 12D | 4D | 24 |
| Octal | 244 | 25 | 242 | 0 | 127 | 1 | 44 | 455 | 115 | 44 |
| Binary | 10100100 | 10101 | 10100010 | 0 | 1010111 | 1 | 100100 | 100101101 | 1001101 | 100100 |
Color Harmonies of #A415A2
Complementary color
Monochromatic Colors of #A415A2
Black with #A415A2
Text Example
Text Example
White with #A415A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A415A2; }
p { color: rgb(164,21,162); }
H1.HeaderClassName
{
color: #A415A2;
}
.AnyTagClassName
{
color: #A415A2;
}
</style>
background-color css
<style>
a { background-color: #A415A2; }
a { background-color: rgb(164,21,162); }
div.DivClassName
{
background-color: #A415A2;
}
.BgClassName
{
background-color: #A415A2;
}
</style>
border-color css
<style>
span { border-color: #A415A2; }
span { border-color: rgb(164,21,162); }
td.TdClassName
{
border-color: #A415A2;
}
.TagClassName
{
border-color: #A415A2;
}
</style>