Shades of Deep Magenta #AF0DAB
Tints of Deep Magenta #AF0DAB
RGB
CMYK
RGB Variations
Color information
#AF0DAB (or 0xAF0DAB) is known color: Deep Magenta. HEX triplet: AF, 0D and AB. RGB value is (175,13,171). Sum of RGB (Red+Green+Blue) = 175+13+171=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 13 (5.47% from 255 or 3.62% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0DAB is #50F254. Grayscale: #4E4E4E. Windows color (decimal): -5304917 or 11210159. OLE color: 11210159.
HSL color Cylindrical-coordinate representation of color #AF0DAB: hue angle of 301.48º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0DAB is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 13 | 171 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.31 |
| HSL | 301.48º | 0.86% | 0.37% | - |
| HSV(B) | 301.48º | 0.93% | 0.69% | - |
| XYZ | 25.17 | 12.34 | 39.58 | - |
| YUV | 79.45 | 179.67 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 171 | 0 | 0.93 | 0.02 | 0.31 | 301.48 | 0.86 | 0.37 |
| Hex | AF | D | AB | 0 | 5D | 2 | 1F | 12D | 56 | 25 |
| Octal | 257 | 15 | 253 | 0 | 135 | 2 | 37 | 455 | 126 | 45 |
| Binary | 10101111 | 1101 | 10101011 | 0 | 1011101 | 10 | 11111 | 100101101 | 1010110 | 100101 |
Color Harmonies of #AF0DAB
Complementary color
Monochromatic Colors of #AF0DAB
Black with #AF0DAB
Text Example
Text Example
White with #AF0DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0DAB; }
p { color: rgb(175,13,171); }
H1.HeaderClassName
{
color: #AF0DAB;
}
.AnyTagClassName
{
color: #AF0DAB;
}
</style>
background-color css
<style>
a { background-color: #AF0DAB; }
a { background-color: rgb(175,13,171); }
div.DivClassName
{
background-color: #AF0DAB;
}
.BgClassName
{
background-color: #AF0DAB;
}
</style>
border-color css
<style>
span { border-color: #AF0DAB; }
span { border-color: rgb(175,13,171); }
td.TdClassName
{
border-color: #AF0DAB;
}
.TagClassName
{
border-color: #AF0DAB;
}
</style>