Shades of Deep Magenta #AF0FB4
Tints of Deep Magenta #AF0FB4
RGB
CMYK
RGB Variations
Color information
#AF0FB4 (or 0xAF0FB4) is known color: Deep Magenta. HEX triplet: AF, 0F and B4. RGB value is (175,15,180). Sum of RGB (Red+Green+Blue) = 175+15+180=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 180 (70.70% from 255 or 48.65% from 370); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF0FB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0FB4 is #50F04B. Grayscale: #515151. Windows color (decimal): -5304396 or 11800495. OLE color: 11800495.
HSL color Cylindrical-coordinate representation of color #AF0FB4: hue angle of 298.18º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF0FB4 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 15 | 180 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.29 |
| HSL | 298.18º | 0.85% | 0.38% | - |
| HSV(B) | 298.18º | 0.92% | 0.71% | - |
| XYZ | 26.09 | 12.75 | 44.27 | - |
| YUV | 81.65 | 183.51 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 180 | 0.03 | 0.92 | 0 | 0.29 | 298.18 | 0.85 | 0.38 |
| Hex | AF | F | B4 | 3 | 5C | 0 | 1D | 12A | 55 | 26 |
| Octal | 257 | 17 | 264 | 3 | 134 | 0 | 35 | 452 | 125 | 46 |
| Binary | 10101111 | 1111 | 10110100 | 11 | 1011100 | 0 | 11101 | 100101010 | 1010101 | 100110 |
Color Harmonies of #AF0FB4
Complementary color
Monochromatic Colors of #AF0FB4
Black with #AF0FB4
Text Example
Text Example
White with #AF0FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0FB4; }
p { color: rgb(175,15,180); }
H1.HeaderClassName
{
color: #AF0FB4;
}
.AnyTagClassName
{
color: #AF0FB4;
}
</style>
background-color css
<style>
a { background-color: #AF0FB4; }
a { background-color: rgb(175,15,180); }
div.DivClassName
{
background-color: #AF0FB4;
}
.BgClassName
{
background-color: #AF0FB4;
}
</style>
border-color css
<style>
span { border-color: #AF0FB4; }
span { border-color: rgb(175,15,180); }
td.TdClassName
{
border-color: #AF0FB4;
}
.TagClassName
{
border-color: #AF0FB4;
}
</style>