Shades of Dark Magenta #A415A5
Tints of Dark Magenta #A415A5
RGB
CMYK
RGB Variations
Color information
#A415A5 (or 0xA415A5) is known color: Dark Magenta. HEX triplet: A4, 15 and A5. RGB value is (164,21,165). Sum of RGB (Red+Green+Blue) = 164+21+165=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 165 (64.84% from 255 or 47.14% from 350); Max value from RGB is 165 - color contains mainly: blue. Hex color #A415A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A415A5 is #5BEA5A. Grayscale: #4F4F4F. Windows color (decimal): -6023771 or 10818980. OLE color: 10818980.
HSL color Cylindrical-coordinate representation of color #A415A5: hue angle of 299.58º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A415A5 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 21 | 165 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.35 |
| HSL | 299.58º | 0.77% | 0.36% | - |
| HSV(B) | 299.58º | 0.87% | 0.65% | - |
| XYZ | 22.37 | 11.15 | 36.57 | - |
| YUV | 80.17 | 175.88 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 21 | 165 | 0.01 | 0.87 | 0 | 0.35 | 299.58 | 0.77 | 0.36 |
| Hex | A4 | 15 | A5 | 1 | 57 | 0 | 23 | 12C | 4D | 24 |
| Octal | 244 | 25 | 245 | 1 | 127 | 0 | 43 | 454 | 115 | 44 |
| Binary | 10100100 | 10101 | 10100101 | 1 | 1010111 | 0 | 100011 | 100101100 | 1001101 | 100100 |
Color Harmonies of #A415A5
Complementary color
Monochromatic Colors of #A415A5
Black with #A415A5
Text Example
Text Example
White with #A415A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A415A5; }
p { color: rgb(164,21,165); }
H1.HeaderClassName
{
color: #A415A5;
}
.AnyTagClassName
{
color: #A415A5;
}
</style>
background-color css
<style>
a { background-color: #A415A5; }
a { background-color: rgb(164,21,165); }
div.DivClassName
{
background-color: #A415A5;
}
.BgClassName
{
background-color: #A415A5;
}
</style>
border-color css
<style>
span { border-color: #A415A5; }
span { border-color: rgb(164,21,165); }
td.TdClassName
{
border-color: #A415A5;
}
.TagClassName
{
border-color: #A415A5;
}
</style>