Shades of Deep Magenta #AF11AA
Tints of Deep Magenta #AF11AA
RGB
CMYK
RGB Variations
Color information
#AF11AA (or 0xAF11AA) is known color: Deep Magenta. HEX triplet: AF, 11 and AA. RGB value is (175,17,170). Sum of RGB (Red+Green+Blue) = 175+17+170=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF11AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF11AA is #50EE55. Grayscale: #515151. Windows color (decimal): -5303894 or 11145647. OLE color: 11145647.
HSL color Cylindrical-coordinate representation of color #AF11AA: hue angle of 301.9º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF11AA is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 170 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.31 |
| HSL | 301.9º | 0.82% | 0.38% | - |
| HSV(B) | 301.9º | 0.9% | 0.69% | - |
| XYZ | 25.14 | 12.42 | 39.1 | - |
| YUV | 81.68 | 177.85 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 170 | 0 | 0.90 | 0.03 | 0.31 | 301.9 | 0.82 | 0.38 |
| Hex | AF | 11 | AA | 0 | 5A | 3 | 1F | 12E | 52 | 26 |
| Octal | 257 | 21 | 252 | 0 | 132 | 3 | 37 | 456 | 122 | 46 |
| Binary | 10101111 | 10001 | 10101010 | 0 | 1011010 | 11 | 11111 | 100101110 | 1010010 | 100110 |
Color Harmonies of #AF11AA
Complementary color
Monochromatic Colors of #AF11AA
Black with #AF11AA
Text Example
Text Example
White with #AF11AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF11AA; }
p { color: rgb(175,17,170); }
H1.HeaderClassName
{
color: #AF11AA;
}
.AnyTagClassName
{
color: #AF11AA;
}
</style>
background-color css
<style>
a { background-color: #AF11AA; }
a { background-color: rgb(175,17,170); }
div.DivClassName
{
background-color: #AF11AA;
}
.BgClassName
{
background-color: #AF11AA;
}
</style>
border-color css
<style>
span { border-color: #AF11AA; }
span { border-color: rgb(175,17,170); }
td.TdClassName
{
border-color: #AF11AA;
}
.TagClassName
{
border-color: #AF11AA;
}
</style>