Shades of Dark Magenta #A813A5
Tints of Dark Magenta #A813A5
RGB
CMYK
RGB Variations
Color information
#A813A5 (or 0xA813A5) is known color: Dark Magenta. HEX triplet: A8, 13 and A5. RGB value is (168,19,165). Sum of RGB (Red+Green+Blue) = 168+19+165=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 165 (64.84% from 255 or 46.88% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A813A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A813A5 is #57EC5A. Grayscale: #4F4F4F. Windows color (decimal): -5762139 or 10818472. OLE color: 10818472.
HSL color Cylindrical-coordinate representation of color #A813A5: hue angle of 301.21º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A813A5 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 19 | 165 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.34 |
| HSL | 301.21º | 0.8% | 0.37% | - |
| HSV(B) | 301.21º | 0.89% | 0.66% | - |
| XYZ | 23.17 | 11.51 | 36.6 | - |
| YUV | 80.2 | 175.86 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 165 | 0 | 0.89 | 0.02 | 0.34 | 301.21 | 0.8 | 0.37 |
| Hex | A8 | 13 | A5 | 0 | 59 | 2 | 22 | 12D | 50 | 25 |
| Octal | 250 | 23 | 245 | 0 | 131 | 2 | 42 | 455 | 120 | 45 |
| Binary | 10101000 | 10011 | 10100101 | 0 | 1011001 | 10 | 100010 | 100101101 | 1010000 | 100101 |
Color Harmonies of #A813A5
Complementary color
Monochromatic Colors of #A813A5
Black with #A813A5
Text Example
Text Example
White with #A813A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A813A5; }
p { color: rgb(168,19,165); }
H1.HeaderClassName
{
color: #A813A5;
}
.AnyTagClassName
{
color: #A813A5;
}
</style>
background-color css
<style>
a { background-color: #A813A5; }
a { background-color: rgb(168,19,165); }
div.DivClassName
{
background-color: #A813A5;
}
.BgClassName
{
background-color: #A813A5;
}
</style>
border-color css
<style>
span { border-color: #A813A5; }
span { border-color: rgb(168,19,165); }
td.TdClassName
{
border-color: #A813A5;
}
.TagClassName
{
border-color: #A813A5;
}
</style>