Shades of Dark Magenta #AF069A
Tints of Dark Magenta #AF069A
RGB
CMYK
RGB Variations
Color information
#AF069A (or 0xAF069A) is known color: Dark Magenta. HEX triplet: AF, 06 and 9A. RGB value is (175,6,154). Sum of RGB (Red+Green+Blue) = 175+6+154=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF069A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF069A is #50F965. Grayscale: #484848. Windows color (decimal): -5306726 or 10094255. OLE color: 10094255.
HSL color Cylindrical-coordinate representation of color #AF069A: hue angle of 307.46º 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 #AF069A is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 154 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.31 |
| HSL | 307.46º | 0.93% | 0.35% | - |
| HSV(B) | 307.46º | 0.97% | 0.69% | - |
| XYZ | 23.58 | 11.58 | 31.56 | - |
| YUV | 73.4 | 173.49 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 154 | 0 | 0.97 | 0.12 | 0.31 | 307.46 | 0.93 | 0.35 |
| Hex | AF | 6 | 9A | 0 | 61 | C | 1F | 133 | 5D | 23 |
| Octal | 257 | 6 | 232 | 0 | 141 | 14 | 37 | 463 | 135 | 43 |
| Binary | 10101111 | 110 | 10011010 | 0 | 1100001 | 1100 | 11111 | 100110011 | 1011101 | 100011 |
Color Harmonies of #AF069A
Complementary color
Monochromatic Colors of #AF069A
Black with #AF069A
Text Example
Text Example
White with #AF069A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF069A; }
p { color: rgb(175,6,154); }
H1.HeaderClassName
{
color: #AF069A;
}
.AnyTagClassName
{
color: #AF069A;
}
</style>
background-color css
<style>
a { background-color: #AF069A; }
a { background-color: rgb(175,6,154); }
div.DivClassName
{
background-color: #AF069A;
}
.BgClassName
{
background-color: #AF069A;
}
</style>
border-color css
<style>
span { border-color: #AF069A; }
span { border-color: rgb(175,6,154); }
td.TdClassName
{
border-color: #AF069A;
}
.TagClassName
{
border-color: #AF069A;
}
</style>