Shades of Deep Magenta #AF00B7
Tints of Deep Magenta #AF00B7
RGB
CMYK
RGB Variations
Color information
#AF00B7 (or 0xAF00B7) is known color: Deep Magenta. HEX triplet: AF, 00 and B7. RGB value is (175,0,183). Sum of RGB (Red+Green+Blue) = 175+0+183=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 183 (71.88% from 255 or 51.12% from 358); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF00B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF00B7 is #50FF48. Grayscale: #484848. Windows color (decimal): -5308233 or 11993263. OLE color: 11993263.
HSL color Cylindrical-coordinate representation of color #AF00B7: hue angle of 297.38º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF00B7 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 0 | 183 | - |
| CMYK | 0.04 | 1 | 0 | 0.28 |
| HSL | 297.38º | 1% | 0.36% | - |
| HSV(B) | 297.38º | 1% | 0.72% | - |
| XYZ | 26.23 | 12.53 | 45.84 | - |
| YUV | 73.19 | 189.98 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 183 | 0.04 | 1 | 0 | 0.28 | 297.38 | 1 | 0.36 |
| Hex | AF | 0 | B7 | 4 | 64 | 0 | 1C | 129 | 64 | 24 |
| Octal | 257 | 0 | 267 | 4 | 144 | 0 | 34 | 451 | 144 | 44 |
| Binary | 10101111 | 0 | 10110111 | 100 | 1100100 | 0 | 11100 | 100101001 | 1100100 | 100100 |
Color Harmonies of #AF00B7
Complementary color
Monochromatic Colors of #AF00B7
Black with #AF00B7
Text Example
Text Example
White with #AF00B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF00B7; }
p { color: rgb(175,0,183); }
H1.HeaderClassName
{
color: #AF00B7;
}
.AnyTagClassName
{
color: #AF00B7;
}
</style>
background-color css
<style>
a { background-color: #AF00B7; }
a { background-color: rgb(175,0,183); }
div.DivClassName
{
background-color: #AF00B7;
}
.BgClassName
{
background-color: #AF00B7;
}
</style>
border-color css
<style>
span { border-color: #AF00B7; }
span { border-color: rgb(175,0,183); }
td.TdClassName
{
border-color: #AF00B7;
}
.TagClassName
{
border-color: #AF00B7;
}
</style>