Shades of Dark Magenta #A518A2
Tints of Dark Magenta #A518A2
RGB
CMYK
RGB Variations
Color information
#A518A2 (or 0xA518A2) is known color: Dark Magenta. HEX triplet: A5, 18 and A2. RGB value is (165,24,162). Sum of RGB (Red+Green+Blue) = 165+24+162=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 162 (63.67% from 255 or 46.15% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A518A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A518A2 is #5AE75D. Grayscale: #515151. Windows color (decimal): -5957470 or 10623141. OLE color: 10623141.
HSL color Cylindrical-coordinate representation of color #A518A2: hue angle of 301.28º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A518A2 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 24 | 162 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.35 |
| HSL | 301.28º | 0.75% | 0.37% | - |
| HSV(B) | 301.28º | 0.85% | 0.65% | - |
| XYZ | 22.37 | 11.26 | 35.18 | - |
| YUV | 81.89 | 173.21 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 24 | 162 | 0 | 0.85 | 0.02 | 0.35 | 301.28 | 0.75 | 0.37 |
| Hex | A5 | 18 | A2 | 0 | 55 | 2 | 23 | 12D | 4B | 25 |
| Octal | 245 | 30 | 242 | 0 | 125 | 2 | 43 | 455 | 113 | 45 |
| Binary | 10100101 | 11000 | 10100010 | 0 | 1010101 | 10 | 100011 | 100101101 | 1001011 | 100101 |
Color Harmonies of #A518A2
Complementary color
Monochromatic Colors of #A518A2
Black with #A518A2
Text Example
Text Example
White with #A518A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A518A2; }
p { color: rgb(165,24,162); }
H1.HeaderClassName
{
color: #A518A2;
}
.AnyTagClassName
{
color: #A518A2;
}
</style>
background-color css
<style>
a { background-color: #A518A2; }
a { background-color: rgb(165,24,162); }
div.DivClassName
{
background-color: #A518A2;
}
.BgClassName
{
background-color: #A518A2;
}
</style>
border-color css
<style>
span { border-color: #A518A2; }
span { border-color: rgb(165,24,162); }
td.TdClassName
{
border-color: #A518A2;
}
.TagClassName
{
border-color: #A518A2;
}
</style>