Shades of Deep Magenta #AF0FAA
Tints of Deep Magenta #AF0FAA
RGB
CMYK
RGB Variations
Color information
#AF0FAA (or 0xAF0FAA) is known color: Deep Magenta. HEX triplet: AF, 0F and AA. RGB value is (175,15,170). Sum of RGB (Red+Green+Blue) = 175+15+170=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0FAA is #50F055. Grayscale: #505050. Windows color (decimal): -5304406 or 11145135. OLE color: 11145135.
HSL color Cylindrical-coordinate representation of color #AF0FAA: hue angle of 301.88º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF0FAA is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 15 | 170 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.31 |
| HSL | 301.88º | 0.84% | 0.37% | - |
| HSV(B) | 301.88º | 0.91% | 0.69% | - |
| XYZ | 25.11 | 12.36 | 39.09 | - |
| YUV | 80.51 | 178.51 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 170 | 0 | 0.91 | 0.03 | 0.31 | 301.88 | 0.84 | 0.37 |
| Hex | AF | F | AA | 0 | 5B | 3 | 1F | 12E | 54 | 25 |
| Octal | 257 | 17 | 252 | 0 | 133 | 3 | 37 | 456 | 124 | 45 |
| Binary | 10101111 | 1111 | 10101010 | 0 | 1011011 | 11 | 11111 | 100101110 | 1010100 | 100101 |
Color Harmonies of #AF0FAA
Complementary color
Monochromatic Colors of #AF0FAA
Black with #AF0FAA
Text Example
Text Example
White with #AF0FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0FAA; }
p { color: rgb(175,15,170); }
H1.HeaderClassName
{
color: #AF0FAA;
}
.AnyTagClassName
{
color: #AF0FAA;
}
</style>
background-color css
<style>
a { background-color: #AF0FAA; }
a { background-color: rgb(175,15,170); }
div.DivClassName
{
background-color: #AF0FAA;
}
.BgClassName
{
background-color: #AF0FAA;
}
</style>
border-color css
<style>
span { border-color: #AF0FAA; }
span { border-color: rgb(175,15,170); }
td.TdClassName
{
border-color: #AF0FAA;
}
.TagClassName
{
border-color: #AF0FAA;
}
</style>