Shades of Dark Magenta #A802AB
Tints of Dark Magenta #A802AB
RGB
CMYK
RGB Variations
Color information
#A802AB (or 0xA802AB) is known color: Dark Magenta. HEX triplet: A8, 02 and AB. RGB value is (168,2,171). Sum of RGB (Red+Green+Blue) = 168+2+171=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #A802AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A802AB is #57FD54. Grayscale: #464646. Windows color (decimal): -5766485 or 11207336. OLE color: 11207336.
HSL color Cylindrical-coordinate representation of color #A802AB: hue angle of 298.93º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A802AB is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 2 | 171 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.33 |
| HSL | 298.93º | 0.98% | 0.34% | - |
| HSV(B) | 298.93º | 0.99% | 0.67% | - |
| XYZ | 23.52 | 11.31 | 39.47 | - |
| YUV | 70.9 | 184.5 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 171 | 0.02 | 0.99 | 0 | 0.33 | 298.93 | 0.98 | 0.34 |
| Hex | A8 | 2 | AB | 2 | 63 | 0 | 21 | 12B | 62 | 22 |
| Octal | 250 | 2 | 253 | 2 | 143 | 0 | 41 | 453 | 142 | 42 |
| Binary | 10101000 | 10 | 10101011 | 10 | 1100011 | 0 | 100001 | 100101011 | 1100010 | 100010 |
Color Harmonies of #A802AB
Complementary color
Monochromatic Colors of #A802AB
Black with #A802AB
Text Example
Text Example
White with #A802AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A802AB; }
p { color: rgb(168,2,171); }
H1.HeaderClassName
{
color: #A802AB;
}
.AnyTagClassName
{
color: #A802AB;
}
</style>
background-color css
<style>
a { background-color: #A802AB; }
a { background-color: rgb(168,2,171); }
div.DivClassName
{
background-color: #A802AB;
}
.BgClassName
{
background-color: #A802AB;
}
</style>
border-color css
<style>
span { border-color: #A802AB; }
span { border-color: rgb(168,2,171); }
td.TdClassName
{
border-color: #A802AB;
}
.TagClassName
{
border-color: #A802AB;
}
</style>