Shades of Dark Magenta #A515AB
Tints of Dark Magenta #A515AB
RGB
CMYK
RGB Variations
Color information
#A515AB (or 0xA515AB) is known color: Dark Magenta. HEX triplet: A5, 15 and AB. RGB value is (165,21,171). Sum of RGB (Red+Green+Blue) = 165+21+171=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #A515AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A515AB is #5AEA54. Grayscale: #505050. Windows color (decimal): -5958229 or 11212197. OLE color: 11212197.
HSL color Cylindrical-coordinate representation of color #A515AB: hue angle of 297.6º 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 #A515AB is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 21 | 171 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.33 |
| HSL | 297.6º | 0.78% | 0.38% | - |
| HSV(B) | 297.6º | 0.88% | 0.67% | - |
| XYZ | 23.14 | 11.48 | 39.52 | - |
| YUV | 81.16 | 178.71 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 21 | 171 | 0.04 | 0.88 | 0 | 0.33 | 297.6 | 0.78 | 0.38 |
| Hex | A5 | 15 | AB | 4 | 58 | 0 | 21 | 12A | 4E | 26 |
| Octal | 245 | 25 | 253 | 4 | 130 | 0 | 41 | 452 | 116 | 46 |
| Binary | 10100101 | 10101 | 10101011 | 100 | 1011000 | 0 | 100001 | 100101010 | 1001110 | 100110 |
Color Harmonies of #A515AB
Complementary color
Monochromatic Colors of #A515AB
Black with #A515AB
Text Example
Text Example
White with #A515AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A515AB; }
p { color: rgb(165,21,171); }
H1.HeaderClassName
{
color: #A515AB;
}
.AnyTagClassName
{
color: #A515AB;
}
</style>
background-color css
<style>
a { background-color: #A515AB; }
a { background-color: rgb(165,21,171); }
div.DivClassName
{
background-color: #A515AB;
}
.BgClassName
{
background-color: #A515AB;
}
</style>
border-color css
<style>
span { border-color: #A515AB; }
span { border-color: rgb(165,21,171); }
td.TdClassName
{
border-color: #A515AB;
}
.TagClassName
{
border-color: #A515AB;
}
</style>