Shades of Dark Magenta #A818A5
Tints of Dark Magenta #A818A5
RGB
CMYK
RGB Variations
Color information
#A818A5 (or 0xA818A5) is known color: Dark Magenta. HEX triplet: A8, 18 and A5. RGB value is (168,24,165). Sum of RGB (Red+Green+Blue) = 168+24+165=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 168 - color contains mainly: red. Hex color #A818A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A818A5 is #57E75A. Grayscale: #525252. Windows color (decimal): -5760859 or 10819752. OLE color: 10819752.
HSL color Cylindrical-coordinate representation of color #A818A5: hue angle of 301.25º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A818A5 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 24 | 165 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.34 |
| HSL | 301.25º | 0.75% | 0.38% | - |
| HSV(B) | 301.25º | 0.86% | 0.66% | - |
| XYZ | 23.27 | 11.69 | 36.63 | - |
| YUV | 83.13 | 174.21 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 165 | 0 | 0.86 | 0.02 | 0.34 | 301.25 | 0.75 | 0.38 |
| Hex | A8 | 18 | A5 | 0 | 56 | 2 | 22 | 12D | 4B | 26 |
| Octal | 250 | 30 | 245 | 0 | 126 | 2 | 42 | 455 | 113 | 46 |
| Binary | 10101000 | 11000 | 10100101 | 0 | 1010110 | 10 | 100010 | 100101101 | 1001011 | 100110 |
Color Harmonies of #A818A5
Complementary color
Monochromatic Colors of #A818A5
Black with #A818A5
Text Example
Text Example
White with #A818A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A818A5; }
p { color: rgb(168,24,165); }
H1.HeaderClassName
{
color: #A818A5;
}
.AnyTagClassName
{
color: #A818A5;
}
</style>
background-color css
<style>
a { background-color: #A818A5; }
a { background-color: rgb(168,24,165); }
div.DivClassName
{
background-color: #A818A5;
}
.BgClassName
{
background-color: #A818A5;
}
</style>
border-color css
<style>
span { border-color: #A818A5; }
span { border-color: rgb(168,24,165); }
td.TdClassName
{
border-color: #A818A5;
}
.TagClassName
{
border-color: #A818A5;
}
</style>