Shades of Dark Magenta #A402A8
Tints of Dark Magenta #A402A8
RGB
CMYK
RGB Variations
Color information
#A402A8 (or 0xA402A8) is known color: Dark Magenta. HEX triplet: A4, 02 and A8. RGB value is (164,2,168). Sum of RGB (Red+Green+Blue) = 164+2+168=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 168 (66.02% from 255 or 50.30% from 334); Max value from RGB is 168 - color contains mainly: blue. Hex color #A402A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A402A8 is #5BFD57. Grayscale: #444444. Windows color (decimal): -6028632 or 11010724. OLE color: 11010724.
HSL color Cylindrical-coordinate representation of color #A402A8: hue angle of 298.55º 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 #A402A8 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 2 | 168 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.34 |
| HSL | 298.55º | 0.98% | 0.33% | - |
| HSV(B) | 298.55º | 0.99% | 0.66% | - |
| XYZ | 22.4 | 10.76 | 37.94 | - |
| YUV | 69.36 | 183.67 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 2 | 168 | 0.02 | 0.99 | 0 | 0.34 | 298.55 | 0.98 | 0.33 |
| Hex | A4 | 2 | A8 | 2 | 63 | 0 | 22 | 12B | 62 | 21 |
| Octal | 244 | 2 | 250 | 2 | 143 | 0 | 42 | 453 | 142 | 41 |
| Binary | 10100100 | 10 | 10101000 | 10 | 1100011 | 0 | 100010 | 100101011 | 1100010 | 100001 |
Color Harmonies of #A402A8
Complementary color
Monochromatic Colors of #A402A8
Black with #A402A8
Text Example
Text Example
White with #A402A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A402A8; }
p { color: rgb(164,2,168); }
H1.HeaderClassName
{
color: #A402A8;
}
.AnyTagClassName
{
color: #A402A8;
}
</style>
background-color css
<style>
a { background-color: #A402A8; }
a { background-color: rgb(164,2,168); }
div.DivClassName
{
background-color: #A402A8;
}
.BgClassName
{
background-color: #A402A8;
}
</style>
border-color css
<style>
span { border-color: #A402A8; }
span { border-color: rgb(164,2,168); }
td.TdClassName
{
border-color: #A402A8;
}
.TagClassName
{
border-color: #A402A8;
}
</style>