Shades of Dark Magenta #A600AF
Tints of Dark Magenta #A600AF
RGB
CMYK
RGB Variations
Color information
#A600AF (or 0xA600AF) is known color: Dark Magenta. HEX triplet: A6, 00 and AF. RGB value is (166,0,175). Sum of RGB (Red+Green+Blue) = 166+0+175=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #A600AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A600AF is #59FF50. Grayscale: #454545. Windows color (decimal): -5898065 or 11468966. OLE color: 11468966.
HSL color Cylindrical-coordinate representation of color #A600AF: hue angle of 296.91º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A600AF is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 0 | 175 | - |
| CMYK | 0.05 | 1 | 0 | 0.31 |
| HSL | 296.91º | 1% | 0.34% | - |
| HSV(B) | 296.91º | 1% | 0.69% | - |
| XYZ | 23.46 | 11.2 | 41.48 | - |
| YUV | 69.58 | 187.5 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 175 | 0.05 | 1 | 0 | 0.31 | 296.91 | 1 | 0.34 |
| Hex | A6 | 0 | AF | 5 | 64 | 0 | 1F | 129 | 64 | 22 |
| Octal | 246 | 0 | 257 | 5 | 144 | 0 | 37 | 451 | 144 | 42 |
| Binary | 10100110 | 0 | 10101111 | 101 | 1100100 | 0 | 11111 | 100101001 | 1100100 | 100010 |
Color Harmonies of #A600AF
Complementary color
Monochromatic Colors of #A600AF
Black with #A600AF
Text Example
Text Example
White with #A600AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A600AF; }
p { color: rgb(166,0,175); }
H1.HeaderClassName
{
color: #A600AF;
}
.AnyTagClassName
{
color: #A600AF;
}
</style>
background-color css
<style>
a { background-color: #A600AF; }
a { background-color: rgb(166,0,175); }
div.DivClassName
{
background-color: #A600AF;
}
.BgClassName
{
background-color: #A600AF;
}
</style>
border-color css
<style>
span { border-color: #A600AF; }
span { border-color: rgb(166,0,175); }
td.TdClassName
{
border-color: #A600AF;
}
.TagClassName
{
border-color: #A600AF;
}
</style>