Shades of Deep Magenta #AF01BB
Tints of Deep Magenta #AF01BB
RGB
CMYK
RGB Variations
Color information
#AF01BB (or 0xAF01BB) is known color: Deep Magenta. HEX triplet: AF, 01 and BB. RGB value is (175,1,187). Sum of RGB (Red+Green+Blue) = 175+1+187=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF01BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF01BB is #50FE44. Grayscale: #494949. Windows color (decimal): -5307973 or 12255663. OLE color: 12255663.
HSL color Cylindrical-coordinate representation of color #AF01BB: hue angle of 296.13º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF01BB is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 1 | 187 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.27 |
| HSL | 296.13º | 0.99% | 0.37% | - |
| HSV(B) | 296.13º | 0.99% | 0.73% | - |
| XYZ | 26.66 | 12.72 | 48.06 | - |
| YUV | 74.23 | 191.65 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 187 | 0.06 | 0.99 | 0 | 0.27 | 296.13 | 0.99 | 0.37 |
| Hex | AF | 1 | BB | 6 | 63 | 0 | 1B | 128 | 63 | 25 |
| Octal | 257 | 1 | 273 | 6 | 143 | 0 | 33 | 450 | 143 | 45 |
| Binary | 10101111 | 1 | 10111011 | 110 | 1100011 | 0 | 11011 | 100101000 | 1100011 | 100101 |
Color Harmonies of #AF01BB
Complementary color
Monochromatic Colors of #AF01BB
Black with #AF01BB
Text Example
Text Example
White with #AF01BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF01BB; }
p { color: rgb(175,1,187); }
H1.HeaderClassName
{
color: #AF01BB;
}
.AnyTagClassName
{
color: #AF01BB;
}
</style>
background-color css
<style>
a { background-color: #AF01BB; }
a { background-color: rgb(175,1,187); }
div.DivClassName
{
background-color: #AF01BB;
}
.BgClassName
{
background-color: #AF01BB;
}
</style>
border-color css
<style>
span { border-color: #AF01BB; }
span { border-color: rgb(175,1,187); }
td.TdClassName
{
border-color: #AF01BB;
}
.TagClassName
{
border-color: #AF01BB;
}
</style>