Shades of Dark Magenta #A818AA
Tints of Dark Magenta #A818AA
RGB
CMYK
RGB Variations
Color information
#A818AA (or 0xA818AA) is known color: Dark Magenta. HEX triplet: A8, 18 and AA. RGB value is (168,24,170). Sum of RGB (Red+Green+Blue) = 168+24+170=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #A818AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A818AA is #57E755. Grayscale: #535353. Windows color (decimal): -5760854 or 11147432. OLE color: 11147432.
HSL color Cylindrical-coordinate representation of color #A818AA: hue angle of 299.18º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A818AA is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 24 | 170 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.33 |
| HSL | 299.18º | 0.75% | 0.38% | - |
| HSV(B) | 299.18º | 0.86% | 0.67% | - |
| XYZ | 23.73 | 11.88 | 39.07 | - |
| YUV | 83.7 | 176.71 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 170 | 0.01 | 0.86 | 0 | 0.33 | 299.18 | 0.75 | 0.38 |
| Hex | A8 | 18 | AA | 1 | 56 | 0 | 21 | 12B | 4B | 26 |
| Octal | 250 | 30 | 252 | 1 | 126 | 0 | 41 | 453 | 113 | 46 |
| Binary | 10101000 | 11000 | 10101010 | 1 | 1010110 | 0 | 100001 | 100101011 | 1001011 | 100110 |
Color Harmonies of #A818AA
Complementary color
Monochromatic Colors of #A818AA
Black with #A818AA
Text Example
Text Example
White with #A818AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A818AA; }
p { color: rgb(168,24,170); }
H1.HeaderClassName
{
color: #A818AA;
}
.AnyTagClassName
{
color: #A818AA;
}
</style>
background-color css
<style>
a { background-color: #A818AA; }
a { background-color: rgb(168,24,170); }
div.DivClassName
{
background-color: #A818AA;
}
.BgClassName
{
background-color: #A818AA;
}
</style>
border-color css
<style>
span { border-color: #A818AA; }
span { border-color: rgb(168,24,170); }
td.TdClassName
{
border-color: #A818AA;
}
.TagClassName
{
border-color: #A818AA;
}
</style>