Shades of Deep Magenta #AF10B8
Tints of Deep Magenta #AF10B8
RGB
CMYK
RGB Variations
Color information
#AF10B8 (or 0xAF10B8) is known color: Deep Magenta. HEX triplet: AF, 10 and B8. RGB value is (175,16,184). Sum of RGB (Red+Green+Blue) = 175+16+184=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 184 (72.27% from 255 or 49.07% from 375); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF10B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF10B8 is #50EF47. Grayscale: #525252. Windows color (decimal): -5304136 or 12062895. OLE color: 12062895.
HSL color Cylindrical-coordinate representation of color #AF10B8: hue angle of 296.79º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF10B8 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 16 | 184 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.28 |
| HSL | 296.79º | 0.84% | 0.39% | - |
| HSV(B) | 296.79º | 0.91% | 0.72% | - |
| XYZ | 26.52 | 12.95 | 46.45 | - |
| YUV | 82.69 | 185.18 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 184 | 0.05 | 0.91 | 0 | 0.28 | 296.79 | 0.84 | 0.39 |
| Hex | AF | 10 | B8 | 5 | 5B | 0 | 1C | 129 | 54 | 27 |
| Octal | 257 | 20 | 270 | 5 | 133 | 0 | 34 | 451 | 124 | 47 |
| Binary | 10101111 | 10000 | 10111000 | 101 | 1011011 | 0 | 11100 | 100101001 | 1010100 | 100111 |
Color Harmonies of #AF10B8
Complementary color
Monochromatic Colors of #AF10B8
Black with #AF10B8
Text Example
Text Example
White with #AF10B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF10B8; }
p { color: rgb(175,16,184); }
H1.HeaderClassName
{
color: #AF10B8;
}
.AnyTagClassName
{
color: #AF10B8;
}
</style>
background-color css
<style>
a { background-color: #AF10B8; }
a { background-color: rgb(175,16,184); }
div.DivClassName
{
background-color: #AF10B8;
}
.BgClassName
{
background-color: #AF10B8;
}
</style>
border-color css
<style>
span { border-color: #AF10B8; }
span { border-color: rgb(175,16,184); }
td.TdClassName
{
border-color: #AF10B8;
}
.TagClassName
{
border-color: #AF10B8;
}
</style>