Shades of Dark Magenta #A409A8
Tints of Dark Magenta #A409A8
RGB
CMYK
RGB Variations
Color information
#A409A8 (or 0xA409A8) is known color: Dark Magenta. HEX triplet: A4, 09 and A8. RGB value is (164,9,168). Sum of RGB (Red+Green+Blue) = 164+9+168=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 168 (66.02% from 255 or 49.27% from 341); Max value from RGB is 168 - color contains mainly: blue. Hex color #A409A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A409A8 is #5BF657. Grayscale: #484848. Windows color (decimal): -6026840 or 11012516. OLE color: 11012516.
HSL color Cylindrical-coordinate representation of color #A409A8: hue angle of 298.49º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A409A8 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 9 | 168 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.34 |
| HSL | 298.49º | 0.9% | 0.35% | - |
| HSV(B) | 298.49º | 0.95% | 0.66% | - |
| XYZ | 22.48 | 10.92 | 37.97 | - |
| YUV | 73.47 | 181.35 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 9 | 168 | 0.02 | 0.95 | 0 | 0.34 | 298.49 | 0.9 | 0.35 |
| Hex | A4 | 9 | A8 | 2 | 5F | 0 | 22 | 12A | 5A | 23 |
| Octal | 244 | 11 | 250 | 2 | 137 | 0 | 42 | 452 | 132 | 43 |
| Binary | 10100100 | 1001 | 10101000 | 10 | 1011111 | 0 | 100010 | 100101010 | 1011010 | 100011 |
Color Harmonies of #A409A8
Complementary color
Monochromatic Colors of #A409A8
Black with #A409A8
Text Example
Text Example
White with #A409A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A409A8; }
p { color: rgb(164,9,168); }
H1.HeaderClassName
{
color: #A409A8;
}
.AnyTagClassName
{
color: #A409A8;
}
</style>
background-color css
<style>
a { background-color: #A409A8; }
a { background-color: rgb(164,9,168); }
div.DivClassName
{
background-color: #A409A8;
}
.BgClassName
{
background-color: #A409A8;
}
</style>
border-color css
<style>
span { border-color: #A409A8; }
span { border-color: rgb(164,9,168); }
td.TdClassName
{
border-color: #A409A8;
}
.TagClassName
{
border-color: #A409A8;
}
</style>