Shades of Dark Magenta #A609AA
Tints of Dark Magenta #A609AA
RGB
CMYK
RGB Variations
Color information
#A609AA (or 0xA609AA) is known color: Dark Magenta. HEX triplet: A6, 09 and AA. RGB value is (166,9,170). Sum of RGB (Red+Green+Blue) = 166+9+170=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #A609AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A609AA is #59F655. Grayscale: #494949. Windows color (decimal): -5895766 or 11143590. OLE color: 11143590.
HSL color Cylindrical-coordinate representation of color #A609AA: hue angle of 298.51º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A609AA is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 9 | 170 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.33 |
| HSL | 298.51º | 0.9% | 0.35% | - |
| HSV(B) | 298.51º | 0.95% | 0.67% | - |
| XYZ | 23.08 | 11.2 | 38.98 | - |
| YUV | 74.3 | 182.01 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 170 | 0.02 | 0.95 | 0 | 0.33 | 298.51 | 0.9 | 0.35 |
| Hex | A6 | 9 | AA | 2 | 5F | 0 | 21 | 12B | 5A | 23 |
| Octal | 246 | 11 | 252 | 2 | 137 | 0 | 41 | 453 | 132 | 43 |
| Binary | 10100110 | 1001 | 10101010 | 10 | 1011111 | 0 | 100001 | 100101011 | 1011010 | 100011 |
Color Harmonies of #A609AA
Complementary color
Monochromatic Colors of #A609AA
Black with #A609AA
Text Example
Text Example
White with #A609AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A609AA; }
p { color: rgb(166,9,170); }
H1.HeaderClassName
{
color: #A609AA;
}
.AnyTagClassName
{
color: #A609AA;
}
</style>
background-color css
<style>
a { background-color: #A609AA; }
a { background-color: rgb(166,9,170); }
div.DivClassName
{
background-color: #A609AA;
}
.BgClassName
{
background-color: #A609AA;
}
</style>
border-color css
<style>
span { border-color: #A609AA; }
span { border-color: rgb(166,9,170); }
td.TdClassName
{
border-color: #A609AA;
}
.TagClassName
{
border-color: #A609AA;
}
</style>