Shades of Dark Magenta #AF069D
Tints of Dark Magenta #AF069D
RGB
CMYK
RGB Variations
Color information
#AF069D (or 0xAF069D) is known color: Dark Magenta. HEX triplet: AF, 06 and 9D. RGB value is (175,6,157). Sum of RGB (Red+Green+Blue) = 175+6+157=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF069D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF069D is #50F962. Grayscale: #494949. Windows color (decimal): -5306723 or 10290863. OLE color: 10290863.
HSL color Cylindrical-coordinate representation of color #AF069D: hue angle of 306.39º 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 #AF069D is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 157 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.31 |
| HSL | 306.39º | 0.93% | 0.35% | - |
| HSV(B) | 306.39º | 0.97% | 0.69% | - |
| XYZ | 23.83 | 11.68 | 32.9 | - |
| YUV | 73.75 | 174.99 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 157 | 0 | 0.97 | 0.10 | 0.31 | 306.39 | 0.93 | 0.35 |
| Hex | AF | 6 | 9D | 0 | 61 | A | 1F | 132 | 5D | 23 |
| Octal | 257 | 6 | 235 | 0 | 141 | 12 | 37 | 462 | 135 | 43 |
| Binary | 10101111 | 110 | 10011101 | 0 | 1100001 | 1010 | 11111 | 100110010 | 1011101 | 100011 |
Color Harmonies of #AF069D
Complementary color
Monochromatic Colors of #AF069D
Black with #AF069D
Text Example
Text Example
White with #AF069D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF069D; }
p { color: rgb(175,6,157); }
H1.HeaderClassName
{
color: #AF069D;
}
.AnyTagClassName
{
color: #AF069D;
}
</style>
background-color css
<style>
a { background-color: #AF069D; }
a { background-color: rgb(175,6,157); }
div.DivClassName
{
background-color: #AF069D;
}
.BgClassName
{
background-color: #AF069D;
}
</style>
border-color css
<style>
span { border-color: #AF069D; }
span { border-color: rgb(175,6,157); }
td.TdClassName
{
border-color: #AF069D;
}
.TagClassName
{
border-color: #AF069D;
}
</style>