Shades of Dark Magenta #AF069E
Tints of Dark Magenta #AF069E
RGB
CMYK
RGB Variations
Color information
#AF069E (or 0xAF069E) is known color: Dark Magenta. HEX triplet: AF, 06 and 9E. RGB value is (175,6,158). Sum of RGB (Red+Green+Blue) = 175+6+158=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 6 (2.73% from 255 or 1.77% from 339); Blue value is 158 (62.11% from 255 or 46.61% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF069E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF069E is #50F961. Grayscale: #494949. Windows color (decimal): -5306722 or 10356399. OLE color: 10356399.
HSL color Cylindrical-coordinate representation of color #AF069E: hue angle of 306.04º 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 #AF069E is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 158 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.31 |
| HSL | 306.04º | 0.93% | 0.35% | - |
| HSV(B) | 306.04º | 0.97% | 0.69% | - |
| XYZ | 23.92 | 11.71 | 33.35 | - |
| YUV | 73.86 | 175.49 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 158 | 0 | 0.97 | 0.10 | 0.31 | 306.04 | 0.93 | 0.35 |
| Hex | AF | 6 | 9E | 0 | 61 | A | 1F | 132 | 5D | 23 |
| Octal | 257 | 6 | 236 | 0 | 141 | 12 | 37 | 462 | 135 | 43 |
| Binary | 10101111 | 110 | 10011110 | 0 | 1100001 | 1010 | 11111 | 100110010 | 1011101 | 100011 |
Color Harmonies of #AF069E
Complementary color
Monochromatic Colors of #AF069E
Black with #AF069E
Text Example
Text Example
White with #AF069E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF069E; }
p { color: rgb(175,6,158); }
H1.HeaderClassName
{
color: #AF069E;
}
.AnyTagClassName
{
color: #AF069E;
}
</style>
background-color css
<style>
a { background-color: #AF069E; }
a { background-color: rgb(175,6,158); }
div.DivClassName
{
background-color: #AF069E;
}
.BgClassName
{
background-color: #AF069E;
}
</style>
border-color css
<style>
span { border-color: #AF069E; }
span { border-color: rgb(175,6,158); }
td.TdClassName
{
border-color: #AF069E;
}
.TagClassName
{
border-color: #AF069E;
}
</style>