Shades of Deep Magenta #AF10AF
Tints of Deep Magenta #AF10AF
RGB
CMYK
RGB Variations
Color information
#AF10AF (or 0xAF10AF) is known color: Deep Magenta. HEX triplet: AF, 10 and AF. RGB value is (175,16,175). Sum of RGB (Red+Green+Blue) = 175+16+175=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF10AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF10AF is #50EF50. Grayscale: #515151. Windows color (decimal): -5304145 or 11473071. OLE color: 11473071.
HSL color Cylindrical-coordinate representation of color #AF10AF: hue angle of 300º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF10AF is Cyan = 0, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 175 | - |
| CMYK | 0 | 0.91 | 0 | 0.31 |
| HSL | 300º | 0.83% | 0.37% | - |
| HSV(B) | 300º | 0.91% | 0.69% | - |
| XYZ | 25.6 | 12.58 | 41.64 | - |
| YUV | 81.67 | 180.68 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 175 | 0 | 0.91 | 0 | 0.31 | 300 | 0.83 | 0.37 |
| Hex | AF | 10 | AF | 0 | 5B | 0 | 1F | 12C | 53 | 25 |
| Octal | 257 | 20 | 257 | 0 | 133 | 0 | 37 | 454 | 123 | 45 |
| Binary | 10101111 | 10000 | 10101111 | 0 | 1011011 | 0 | 11111 | 100101100 | 1010011 | 100101 |
Color Harmonies of #AF10AF
Complementary color
Monochromatic Colors of #AF10AF
Black with #AF10AF
Text Example
Text Example
White with #AF10AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF10AF; }
p { color: rgb(175,16,175); }
H1.HeaderClassName
{
color: #AF10AF;
}
.AnyTagClassName
{
color: #AF10AF;
}
</style>
background-color css
<style>
a { background-color: #AF10AF; }
a { background-color: rgb(175,16,175); }
div.DivClassName
{
background-color: #AF10AF;
}
.BgClassName
{
background-color: #AF10AF;
}
</style>
border-color css
<style>
span { border-color: #AF10AF; }
span { border-color: rgb(175,16,175); }
td.TdClassName
{
border-color: #AF10AF;
}
.TagClassName
{
border-color: #AF10AF;
}
</style>