Shades of Dark Magenta #AF06A6
Tints of Dark Magenta #AF06A6
RGB
CMYK
RGB Variations
Color information
#AF06A6 (or 0xAF06A6) is known color: Dark Magenta. HEX triplet: AF, 06 and A6. RGB value is (175,6,166). Sum of RGB (Red+Green+Blue) = 175+6+166=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 166 (65.23% from 255 or 47.84% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF06A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF06A6 is #50F959. Grayscale: #4A4A4A. Windows color (decimal): -5306714 or 10880687. OLE color: 10880687.
HSL color Cylindrical-coordinate representation of color #AF06A6: hue angle of 303.2º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF06A6 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 166 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.31 |
| HSL | 303.2º | 0.93% | 0.35% | - |
| HSV(B) | 303.2º | 0.97% | 0.69% | - |
| XYZ | 24.63 | 12 | 37.09 | - |
| YUV | 74.77 | 179.49 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 166 | 0 | 0.97 | 0.05 | 0.31 | 303.2 | 0.93 | 0.35 |
| Hex | AF | 6 | A6 | 0 | 61 | 5 | 1F | 12F | 5D | 23 |
| Octal | 257 | 6 | 246 | 0 | 141 | 5 | 37 | 457 | 135 | 43 |
| Binary | 10101111 | 110 | 10100110 | 0 | 1100001 | 101 | 11111 | 100101111 | 1011101 | 100011 |
Color Harmonies of #AF06A6
Complementary color
Monochromatic Colors of #AF06A6
Black with #AF06A6
Text Example
Text Example
White with #AF06A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF06A6; }
p { color: rgb(175,6,166); }
H1.HeaderClassName
{
color: #AF06A6;
}
.AnyTagClassName
{
color: #AF06A6;
}
</style>
background-color css
<style>
a { background-color: #AF06A6; }
a { background-color: rgb(175,6,166); }
div.DivClassName
{
background-color: #AF06A6;
}
.BgClassName
{
background-color: #AF06A6;
}
</style>
border-color css
<style>
span { border-color: #AF06A6; }
span { border-color: rgb(175,6,166); }
td.TdClassName
{
border-color: #AF06A6;
}
.TagClassName
{
border-color: #AF06A6;
}
</style>