Shades of Dark Magenta #A802A1
Tints of Dark Magenta #A802A1
RGB
CMYK
RGB Variations
Color information
#A802A1 (or 0xA802A1) is known color: Dark Magenta. HEX triplet: A8, 02 and A1. RGB value is (168,2,161). Sum of RGB (Red+Green+Blue) = 168+2+161=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 161 (63.28% from 255 or 48.64% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A802A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A802A1 is #57FD5E. Grayscale: #454545. Windows color (decimal): -5766495 or 10551976. OLE color: 10551976.
HSL color Cylindrical-coordinate representation of color #A802A1: hue angle of 302.53º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A802A1 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 2 | 161 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.34 |
| HSL | 302.53º | 0.98% | 0.33% | - |
| HSV(B) | 302.53º | 0.99% | 0.66% | - |
| XYZ | 22.6 | 10.94 | 34.64 | - |
| YUV | 69.76 | 179.5 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 161 | 0 | 0.99 | 0.04 | 0.34 | 302.53 | 0.98 | 0.33 |
| Hex | A8 | 2 | A1 | 0 | 63 | 4 | 22 | 12F | 62 | 21 |
| Octal | 250 | 2 | 241 | 0 | 143 | 4 | 42 | 457 | 142 | 41 |
| Binary | 10101000 | 10 | 10100001 | 0 | 1100011 | 100 | 100010 | 100101111 | 1100010 | 100001 |
Color Harmonies of #A802A1
Complementary color
Monochromatic Colors of #A802A1
Black with #A802A1
Text Example
Text Example
White with #A802A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A802A1; }
p { color: rgb(168,2,161); }
H1.HeaderClassName
{
color: #A802A1;
}
.AnyTagClassName
{
color: #A802A1;
}
</style>
background-color css
<style>
a { background-color: #A802A1; }
a { background-color: rgb(168,2,161); }
div.DivClassName
{
background-color: #A802A1;
}
.BgClassName
{
background-color: #A802A1;
}
</style>
border-color css
<style>
span { border-color: #A802A1; }
span { border-color: rgb(168,2,161); }
td.TdClassName
{
border-color: #A802A1;
}
.TagClassName
{
border-color: #A802A1;
}
</style>