Shades of Deep Magenta #AF10AB
Tints of Deep Magenta #AF10AB
RGB
CMYK
RGB Variations
Color information
#AF10AB (or 0xAF10AB) is known color: Deep Magenta. HEX triplet: AF, 10 and AB. RGB value is (175,16,171). Sum of RGB (Red+Green+Blue) = 175+16+171=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF10AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF10AB is #50EF54. Grayscale: #505050. Windows color (decimal): -5304149 or 11210927. OLE color: 11210927.
HSL color Cylindrical-coordinate representation of color #AF10AB: hue angle of 301.51º degrees, saturation: 0.83, 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 #AF10AB is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 171 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.31 |
| HSL | 301.51º | 0.83% | 0.37% | - |
| HSV(B) | 301.51º | 0.91% | 0.69% | - |
| XYZ | 25.22 | 12.42 | 39.6 | - |
| YUV | 81.21 | 178.68 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 171 | 0 | 0.91 | 0.02 | 0.31 | 301.51 | 0.83 | 0.37 |
| Hex | AF | 10 | AB | 0 | 5B | 2 | 1F | 12E | 53 | 25 |
| Octal | 257 | 20 | 253 | 0 | 133 | 2 | 37 | 456 | 123 | 45 |
| Binary | 10101111 | 10000 | 10101011 | 0 | 1011011 | 10 | 11111 | 100101110 | 1010011 | 100101 |
Color Harmonies of #AF10AB
Complementary color
Monochromatic Colors of #AF10AB
Black with #AF10AB
Text Example
Text Example
White with #AF10AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF10AB; }
p { color: rgb(175,16,171); }
H1.HeaderClassName
{
color: #AF10AB;
}
.AnyTagClassName
{
color: #AF10AB;
}
</style>
background-color css
<style>
a { background-color: #AF10AB; }
a { background-color: rgb(175,16,171); }
div.DivClassName
{
background-color: #AF10AB;
}
.BgClassName
{
background-color: #AF10AB;
}
</style>
border-color css
<style>
span { border-color: #AF10AB; }
span { border-color: rgb(175,16,171); }
td.TdClassName
{
border-color: #AF10AB;
}
.TagClassName
{
border-color: #AF10AB;
}
</style>