Shades of Deep Magenta #AF10BB
Tints of Deep Magenta #AF10BB
RGB
CMYK
RGB Variations
Color information
#AF10BB (or 0xAF10BB) is known color: Deep Magenta. HEX triplet: AF, 10 and BB. RGB value is (175,16,187). Sum of RGB (Red+Green+Blue) = 175+16+187=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF10BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF10BB is #50EF44. Grayscale: #525252. Windows color (decimal): -5304133 or 12259503. OLE color: 12259503.
HSL color Cylindrical-coordinate representation of color #AF10BB: hue angle of 295.79º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF10BB is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 16 | 187 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.27 |
| HSL | 295.79º | 0.84% | 0.4% | - |
| HSV(B) | 295.79º | 0.91% | 0.73% | - |
| XYZ | 26.83 | 13.07 | 48.12 | - |
| YUV | 83.04 | 186.68 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 187 | 0.06 | 0.91 | 0 | 0.27 | 295.79 | 0.84 | 0.4 |
| Hex | AF | 10 | BB | 6 | 5B | 0 | 1B | 128 | 54 | 28 |
| Octal | 257 | 20 | 273 | 6 | 133 | 0 | 33 | 450 | 124 | 50 |
| Binary | 10101111 | 10000 | 10111011 | 110 | 1011011 | 0 | 11011 | 100101000 | 1010100 | 101000 |
Color Harmonies of #AF10BB
Complementary color
Monochromatic Colors of #AF10BB
Black with #AF10BB
Text Example
Text Example
White with #AF10BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF10BB; }
p { color: rgb(175,16,187); }
H1.HeaderClassName
{
color: #AF10BB;
}
.AnyTagClassName
{
color: #AF10BB;
}
</style>
background-color css
<style>
a { background-color: #AF10BB; }
a { background-color: rgb(175,16,187); }
div.DivClassName
{
background-color: #AF10BB;
}
.BgClassName
{
background-color: #AF10BB;
}
</style>
border-color css
<style>
span { border-color: #AF10BB; }
span { border-color: rgb(175,16,187); }
td.TdClassName
{
border-color: #AF10BB;
}
.TagClassName
{
border-color: #AF10BB;
}
</style>