Shades of Dark Magenta #A818A4
Tints of Dark Magenta #A818A4
RGB
CMYK
RGB Variations
Color information
#A818A4 (or 0xA818A4) is known color: Dark Magenta. HEX triplet: A8, 18 and A4. RGB value is (168,24,164). Sum of RGB (Red+Green+Blue) = 168+24+164=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A818A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A818A4 is #57E75B. Grayscale: #525252. Windows color (decimal): -5760860 or 10754216. OLE color: 10754216.
HSL color Cylindrical-coordinate representation of color #A818A4: hue angle of 301.67º 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 #A818A4 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 24 | 164 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.34 |
| HSL | 301.67º | 0.75% | 0.38% | - |
| HSV(B) | 301.67º | 0.86% | 0.66% | - |
| XYZ | 23.18 | 11.66 | 36.15 | - |
| YUV | 83.02 | 173.71 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 164 | 0 | 0.86 | 0.02 | 0.34 | 301.67 | 0.75 | 0.38 |
| Hex | A8 | 18 | A4 | 0 | 56 | 2 | 22 | 12E | 4B | 26 |
| Octal | 250 | 30 | 244 | 0 | 126 | 2 | 42 | 456 | 113 | 46 |
| Binary | 10101000 | 11000 | 10100100 | 0 | 1010110 | 10 | 100010 | 100101110 | 1001011 | 100110 |
Color Harmonies of #A818A4
Complementary color
Monochromatic Colors of #A818A4
Black with #A818A4
Text Example
Text Example
White with #A818A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A818A4; }
p { color: rgb(168,24,164); }
H1.HeaderClassName
{
color: #A818A4;
}
.AnyTagClassName
{
color: #A818A4;
}
</style>
background-color css
<style>
a { background-color: #A818A4; }
a { background-color: rgb(168,24,164); }
div.DivClassName
{
background-color: #A818A4;
}
.BgClassName
{
background-color: #A818A4;
}
</style>
border-color css
<style>
span { border-color: #A818A4; }
span { border-color: rgb(168,24,164); }
td.TdClassName
{
border-color: #A818A4;
}
.TagClassName
{
border-color: #A818A4;
}
</style>