Shades of Deep Magenta #AF01AA
Tints of Deep Magenta #AF01AA
RGB
CMYK
RGB Variations
Color information
#AF01AA (or 0xAF01AA) is known color: Deep Magenta. HEX triplet: AF, 01 and AA. RGB value is (175,1,170). Sum of RGB (Red+Green+Blue) = 175+1+170=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF01AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF01AA is #50FE55. Grayscale: #474747. Windows color (decimal): -5307990 or 11141551. OLE color: 11141551.
HSL color Cylindrical-coordinate representation of color #AF01AA: hue angle of 301.72º 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 #AF01AA is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 170 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.31 |
| HSL | 301.72º | 0.99% | 0.35% | - |
| HSV(B) | 301.72º | 0.99% | 0.69% | - |
| XYZ | 24.95 | 12.04 | 39.04 | - |
| YUV | 72.29 | 183.15 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 170 | 0 | 0.99 | 0.03 | 0.31 | 301.72 | 0.99 | 0.35 |
| Hex | AF | 1 | AA | 0 | 63 | 3 | 1F | 12E | 63 | 23 |
| Octal | 257 | 1 | 252 | 0 | 143 | 3 | 37 | 456 | 143 | 43 |
| Binary | 10101111 | 1 | 10101010 | 0 | 1100011 | 11 | 11111 | 100101110 | 1100011 | 100011 |
Color Harmonies of #AF01AA
Complementary color
Monochromatic Colors of #AF01AA
Black with #AF01AA
Text Example
Text Example
White with #AF01AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF01AA; }
p { color: rgb(175,1,170); }
H1.HeaderClassName
{
color: #AF01AA;
}
.AnyTagClassName
{
color: #AF01AA;
}
</style>
background-color css
<style>
a { background-color: #AF01AA; }
a { background-color: rgb(175,1,170); }
div.DivClassName
{
background-color: #AF01AA;
}
.BgClassName
{
background-color: #AF01AA;
}
</style>
border-color css
<style>
span { border-color: #AF01AA; }
span { border-color: rgb(175,1,170); }
td.TdClassName
{
border-color: #AF01AA;
}
.TagClassName
{
border-color: #AF01AA;
}
</style>