Shades of Deep Magenta #AF01B7
Tints of Deep Magenta #AF01B7
RGB
CMYK
RGB Variations
Color information
#AF01B7 (or 0xAF01B7) is known color: Deep Magenta. HEX triplet: AF, 01 and B7. RGB value is (175,1,183). Sum of RGB (Red+Green+Blue) = 175+1+183=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 183 (71.88% from 255 or 50.97% from 359); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF01B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF01B7 is #50FE48. Grayscale: #494949. Windows color (decimal): -5307977 or 11993519. OLE color: 11993519.
HSL color Cylindrical-coordinate representation of color #AF01B7: hue angle of 297.36º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF01B7 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 1 | 183 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.28 |
| HSL | 297.36º | 0.99% | 0.36% | - |
| HSV(B) | 297.36º | 0.99% | 0.72% | - |
| XYZ | 26.24 | 12.55 | 45.84 | - |
| YUV | 73.77 | 189.65 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 183 | 0.04 | 0.99 | 0 | 0.28 | 297.36 | 0.99 | 0.36 |
| Hex | AF | 1 | B7 | 4 | 63 | 0 | 1C | 129 | 63 | 24 |
| Octal | 257 | 1 | 267 | 4 | 143 | 0 | 34 | 451 | 143 | 44 |
| Binary | 10101111 | 1 | 10110111 | 100 | 1100011 | 0 | 11100 | 100101001 | 1100011 | 100100 |
Color Harmonies of #AF01B7
Complementary color
Monochromatic Colors of #AF01B7
Black with #AF01B7
Text Example
Text Example
White with #AF01B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF01B7; }
p { color: rgb(175,1,183); }
H1.HeaderClassName
{
color: #AF01B7;
}
.AnyTagClassName
{
color: #AF01B7;
}
</style>
background-color css
<style>
a { background-color: #AF01B7; }
a { background-color: rgb(175,1,183); }
div.DivClassName
{
background-color: #AF01B7;
}
.BgClassName
{
background-color: #AF01B7;
}
</style>
border-color css
<style>
span { border-color: #AF01B7; }
span { border-color: rgb(175,1,183); }
td.TdClassName
{
border-color: #AF01B7;
}
.TagClassName
{
border-color: #AF01B7;
}
</style>