Shades of Deep Magenta #AF0BAF
Tints of Deep Magenta #AF0BAF
RGB
CMYK
RGB Variations
Color information
#AF0BAF (or 0xAF0BAF) is known color: Deep Magenta. HEX triplet: AF, 0B and AF. RGB value is (175,11,175). Sum of RGB (Red+Green+Blue) = 175+11+175=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF0BAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0BAF is #50F450. Grayscale: #4E4E4E. Windows color (decimal): -5305425 or 11471791. OLE color: 11471791.
HSL color Cylindrical-coordinate representation of color #AF0BAF: hue angle of 300º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0BAF is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 11 | 175 | - |
| CMYK | 0 | 0.94 | 0 | 0.31 |
| HSL | 300º | 0.88% | 0.36% | - |
| HSV(B) | 300º | 0.94% | 0.69% | - |
| XYZ | 25.54 | 12.45 | 41.61 | - |
| YUV | 78.73 | 182.33 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 175 | 0 | 0.94 | 0 | 0.31 | 300 | 0.88 | 0.36 |
| Hex | AF | B | AF | 0 | 5E | 0 | 1F | 12C | 58 | 24 |
| Octal | 257 | 13 | 257 | 0 | 136 | 0 | 37 | 454 | 130 | 44 |
| Binary | 10101111 | 1011 | 10101111 | 0 | 1011110 | 0 | 11111 | 100101100 | 1011000 | 100100 |
Color Harmonies of #AF0BAF
Complementary color
Monochromatic Colors of #AF0BAF
Black with #AF0BAF
Text Example
Text Example
White with #AF0BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0BAF; }
p { color: rgb(175,11,175); }
H1.HeaderClassName
{
color: #AF0BAF;
}
.AnyTagClassName
{
color: #AF0BAF;
}
</style>
background-color css
<style>
a { background-color: #AF0BAF; }
a { background-color: rgb(175,11,175); }
div.DivClassName
{
background-color: #AF0BAF;
}
.BgClassName
{
background-color: #AF0BAF;
}
</style>
border-color css
<style>
span { border-color: #AF0BAF; }
span { border-color: rgb(175,11,175); }
td.TdClassName
{
border-color: #AF0BAF;
}
.TagClassName
{
border-color: #AF0BAF;
}
</style>