Shades of Deep Magenta #AF00BB
Tints of Deep Magenta #AF00BB
RGB
CMYK
RGB Variations
Color information
#AF00BB (or 0xAF00BB) is known color: Deep Magenta. HEX triplet: AF, 00 and BB. RGB value is (175,0,187). Sum of RGB (Red+Green+Blue) = 175+0+187=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF00BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF00BB is #50FF44. Grayscale: #494949. Windows color (decimal): -5308229 or 12255407. OLE color: 12255407.
HSL color Cylindrical-coordinate representation of color #AF00BB: hue angle of 296.15º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF00BB is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 0 | 187 | - |
| CMYK | 0.06 | 1 | 0 | 0.27 |
| HSL | 296.15º | 1% | 0.37% | - |
| HSV(B) | 296.15º | 1% | 0.73% | - |
| XYZ | 26.65 | 12.7 | 48.06 | - |
| YUV | 73.64 | 191.98 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 187 | 0.06 | 1 | 0 | 0.27 | 296.15 | 1 | 0.37 |
| Hex | AF | 0 | BB | 6 | 64 | 0 | 1B | 128 | 64 | 25 |
| Octal | 257 | 0 | 273 | 6 | 144 | 0 | 33 | 450 | 144 | 45 |
| Binary | 10101111 | 0 | 10111011 | 110 | 1100100 | 0 | 11011 | 100101000 | 1100100 | 100101 |
Color Harmonies of #AF00BB
Complementary color
Monochromatic Colors of #AF00BB
Black with #AF00BB
Text Example
Text Example
White with #AF00BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF00BB; }
p { color: rgb(175,0,187); }
H1.HeaderClassName
{
color: #AF00BB;
}
.AnyTagClassName
{
color: #AF00BB;
}
</style>
background-color css
<style>
a { background-color: #AF00BB; }
a { background-color: rgb(175,0,187); }
div.DivClassName
{
background-color: #AF00BB;
}
.BgClassName
{
background-color: #AF00BB;
}
</style>
border-color css
<style>
span { border-color: #AF00BB; }
span { border-color: rgb(175,0,187); }
td.TdClassName
{
border-color: #AF00BB;
}
.TagClassName
{
border-color: #AF00BB;
}
</style>