Shades of Deep Magenta #AF01AF
Tints of Deep Magenta #AF01AF
RGB
CMYK
RGB Variations
Color information
#AF01AF (or 0xAF01AF) is known color: Deep Magenta. HEX triplet: AF, 01 and AF. RGB value is (175,1,175). Sum of RGB (Red+Green+Blue) = 175+1+175=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF01AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF01AF is #50FE50. Grayscale: #484848. Windows color (decimal): -5307985 or 11469231. OLE color: 11469231.
HSL color Cylindrical-coordinate representation of color #AF01AF: hue angle of 300º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF01AF is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 175 | - |
| CMYK | 0 | 0.99 | 0 | 0.31 |
| HSL | 300º | 0.99% | 0.35% | - |
| HSV(B) | 300º | 0.99% | 0.69% | - |
| XYZ | 25.43 | 12.23 | 41.58 | - |
| YUV | 72.86 | 185.65 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 175 | 0 | 0.99 | 0 | 0.31 | 300 | 0.99 | 0.35 |
| Hex | AF | 1 | AF | 0 | 63 | 0 | 1F | 12C | 63 | 23 |
| Octal | 257 | 1 | 257 | 0 | 143 | 0 | 37 | 454 | 143 | 43 |
| Binary | 10101111 | 1 | 10101111 | 0 | 1100011 | 0 | 11111 | 100101100 | 1100011 | 100011 |
Color Harmonies of #AF01AF
Complementary color
Monochromatic Colors of #AF01AF
Black with #AF01AF
Text Example
Text Example
White with #AF01AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF01AF; }
p { color: rgb(175,1,175); }
H1.HeaderClassName
{
color: #AF01AF;
}
.AnyTagClassName
{
color: #AF01AF;
}
</style>
background-color css
<style>
a { background-color: #AF01AF; }
a { background-color: rgb(175,1,175); }
div.DivClassName
{
background-color: #AF01AF;
}
.BgClassName
{
background-color: #AF01AF;
}
</style>
border-color css
<style>
span { border-color: #AF01AF; }
span { border-color: rgb(175,1,175); }
td.TdClassName
{
border-color: #AF01AF;
}
.TagClassName
{
border-color: #AF01AF;
}
</style>