Shades of Deep Magenta #AF0FB8
Tints of Deep Magenta #AF0FB8
RGB
CMYK
RGB Variations
Color information
#AF0FB8 (or 0xAF0FB8) is known color: Deep Magenta. HEX triplet: AF, 0F and B8. RGB value is (175,15,184). Sum of RGB (Red+Green+Blue) = 175+15+184=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 15 (6.25% from 255 or 4.01% from 374); Blue value is 184 (72.27% from 255 or 49.20% from 374); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF0FB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0FB8 is #50F047. Grayscale: #515151. Windows color (decimal): -5304392 or 12062639. OLE color: 12062639.
HSL color Cylindrical-coordinate representation of color #AF0FB8: hue angle of 296.8º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF0FB8 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 15 | 184 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.28 |
| HSL | 296.8º | 0.85% | 0.39% | - |
| HSV(B) | 296.8º | 0.92% | 0.72% | - |
| XYZ | 26.5 | 12.92 | 46.44 | - |
| YUV | 82.11 | 185.51 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 184 | 0.05 | 0.92 | 0 | 0.28 | 296.8 | 0.85 | 0.39 |
| Hex | AF | F | B8 | 5 | 5C | 0 | 1C | 129 | 55 | 27 |
| Octal | 257 | 17 | 270 | 5 | 134 | 0 | 34 | 451 | 125 | 47 |
| Binary | 10101111 | 1111 | 10111000 | 101 | 1011100 | 0 | 11100 | 100101001 | 1010101 | 100111 |
Color Harmonies of #AF0FB8
Complementary color
Monochromatic Colors of #AF0FB8
Black with #AF0FB8
Text Example
Text Example
White with #AF0FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0FB8; }
p { color: rgb(175,15,184); }
H1.HeaderClassName
{
color: #AF0FB8;
}
.AnyTagClassName
{
color: #AF0FB8;
}
</style>
background-color css
<style>
a { background-color: #AF0FB8; }
a { background-color: rgb(175,15,184); }
div.DivClassName
{
background-color: #AF0FB8;
}
.BgClassName
{
background-color: #AF0FB8;
}
</style>
border-color css
<style>
span { border-color: #AF0FB8; }
span { border-color: rgb(175,15,184); }
td.TdClassName
{
border-color: #AF0FB8;
}
.TagClassName
{
border-color: #AF0FB8;
}
</style>