Shades of Deep Magenta #AF04AA
Tints of Deep Magenta #AF04AA
RGB
CMYK
RGB Variations
Color information
#AF04AA (or 0xAF04AA) is known color: Deep Magenta. HEX triplet: AF, 04 and AA. RGB value is (175,4,170). Sum of RGB (Red+Green+Blue) = 175+4+170=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF04AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF04AA is #50FB55. Grayscale: #494949. Windows color (decimal): -5307222 or 11142319. OLE color: 11142319.
HSL color Cylindrical-coordinate representation of color #AF04AA: hue angle of 301.75º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF04AA is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 4 | 170 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.31 |
| HSL | 301.75º | 0.96% | 0.35% | - |
| HSV(B) | 301.75º | 0.98% | 0.69% | - |
| XYZ | 24.98 | 12.1 | 39.05 | - |
| YUV | 74.05 | 182.15 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 170 | 0 | 0.98 | 0.03 | 0.31 | 301.75 | 0.96 | 0.35 |
| Hex | AF | 4 | AA | 0 | 62 | 3 | 1F | 12E | 60 | 23 |
| Octal | 257 | 4 | 252 | 0 | 142 | 3 | 37 | 456 | 140 | 43 |
| Binary | 10101111 | 100 | 10101010 | 0 | 1100010 | 11 | 11111 | 100101110 | 1100000 | 100011 |
Color Harmonies of #AF04AA
Complementary color
Monochromatic Colors of #AF04AA
Black with #AF04AA
Text Example
Text Example
White with #AF04AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF04AA; }
p { color: rgb(175,4,170); }
H1.HeaderClassName
{
color: #AF04AA;
}
.AnyTagClassName
{
color: #AF04AA;
}
</style>
background-color css
<style>
a { background-color: #AF04AA; }
a { background-color: rgb(175,4,170); }
div.DivClassName
{
background-color: #AF04AA;
}
.BgClassName
{
background-color: #AF04AA;
}
</style>
border-color css
<style>
span { border-color: #AF04AA; }
span { border-color: rgb(175,4,170); }
td.TdClassName
{
border-color: #AF04AA;
}
.TagClassName
{
border-color: #AF04AA;
}
</style>