Shades of Dark Magenta #A609AF
Tints of Dark Magenta #A609AF
RGB
CMYK
RGB Variations
Color information
#A609AF (or 0xA609AF) is known color: Dark Magenta. HEX triplet: A6, 09 and AF. RGB value is (166,9,175). Sum of RGB (Red+Green+Blue) = 166+9+175=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #A609AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A609AF is #59F650. Grayscale: #4A4A4A. Windows color (decimal): -5895761 or 11471270. OLE color: 11471270.
HSL color Cylindrical-coordinate representation of color #A609AF: hue angle of 296.75º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A609AF is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 9 | 175 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.31 |
| HSL | 296.75º | 0.9% | 0.36% | - |
| HSV(B) | 296.75º | 0.95% | 0.69% | - |
| XYZ | 23.56 | 11.4 | 41.52 | - |
| YUV | 74.87 | 184.51 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 175 | 0.05 | 0.95 | 0 | 0.31 | 296.75 | 0.9 | 0.36 |
| Hex | A6 | 9 | AF | 5 | 5F | 0 | 1F | 129 | 5A | 24 |
| Octal | 246 | 11 | 257 | 5 | 137 | 0 | 37 | 451 | 132 | 44 |
| Binary | 10100110 | 1001 | 10101111 | 101 | 1011111 | 0 | 11111 | 100101001 | 1011010 | 100100 |
Color Harmonies of #A609AF
Complementary color
Monochromatic Colors of #A609AF
Black with #A609AF
Text Example
Text Example
White with #A609AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A609AF; }
p { color: rgb(166,9,175); }
H1.HeaderClassName
{
color: #A609AF;
}
.AnyTagClassName
{
color: #A609AF;
}
</style>
background-color css
<style>
a { background-color: #A609AF; }
a { background-color: rgb(166,9,175); }
div.DivClassName
{
background-color: #A609AF;
}
.BgClassName
{
background-color: #A609AF;
}
</style>
border-color css
<style>
span { border-color: #A609AF; }
span { border-color: rgb(166,9,175); }
td.TdClassName
{
border-color: #A609AF;
}
.TagClassName
{
border-color: #A609AF;
}
</style>