Shades of Deep Magenta #AF12AA
Tints of Deep Magenta #AF12AA
RGB
CMYK
RGB Variations
Color information
#AF12AA (or 0xAF12AA) is known color: Deep Magenta. HEX triplet: AF, 12 and AA. RGB value is (175,18,170). Sum of RGB (Red+Green+Blue) = 175+18+170=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF12AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF12AA is #50ED55. Grayscale: #515151. Windows color (decimal): -5303638 or 11145903. OLE color: 11145903.
HSL color Cylindrical-coordinate representation of color #AF12AA: hue angle of 301.91º degrees, saturation: 0.81, 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 #AF12AA is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 170 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.31 |
| HSL | 301.91º | 0.81% | 0.38% | - |
| HSV(B) | 301.91º | 0.9% | 0.69% | - |
| XYZ | 25.15 | 12.45 | 39.11 | - |
| YUV | 82.27 | 177.51 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 170 | 0 | 0.90 | 0.03 | 0.31 | 301.91 | 0.81 | 0.38 |
| Hex | AF | 12 | AA | 0 | 5A | 3 | 1F | 12E | 51 | 26 |
| Octal | 257 | 22 | 252 | 0 | 132 | 3 | 37 | 456 | 121 | 46 |
| Binary | 10101111 | 10010 | 10101010 | 0 | 1011010 | 11 | 11111 | 100101110 | 1010001 | 100110 |
Color Harmonies of #AF12AA
Complementary color
Monochromatic Colors of #AF12AA
Black with #AF12AA
Text Example
Text Example
White with #AF12AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF12AA; }
p { color: rgb(175,18,170); }
H1.HeaderClassName
{
color: #AF12AA;
}
.AnyTagClassName
{
color: #AF12AA;
}
</style>
background-color css
<style>
a { background-color: #AF12AA; }
a { background-color: rgb(175,18,170); }
div.DivClassName
{
background-color: #AF12AA;
}
.BgClassName
{
background-color: #AF12AA;
}
</style>
border-color css
<style>
span { border-color: #AF12AA; }
span { border-color: rgb(175,18,170); }
td.TdClassName
{
border-color: #AF12AA;
}
.TagClassName
{
border-color: #AF12AA;
}
</style>