Shades of Deep Magenta #AF0DAC
Tints of Deep Magenta #AF0DAC
RGB
CMYK
RGB Variations
Color information
#AF0DAC (or 0xAF0DAC) is known color: Deep Magenta. HEX triplet: AF, 0D and AC. RGB value is (175,13,172). Sum of RGB (Red+Green+Blue) = 175+13+172=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 13 (5.47% from 255 or 3.61% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0DAC is #50F253. Grayscale: #4F4F4F. Windows color (decimal): -5304916 or 11275695. OLE color: 11275695.
HSL color Cylindrical-coordinate representation of color #AF0DAC: hue angle of 301.11º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0DAC is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 13 | 172 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.31 |
| HSL | 301.11º | 0.86% | 0.37% | - |
| HSV(B) | 301.11º | 0.93% | 0.69% | - |
| XYZ | 25.27 | 12.38 | 40.09 | - |
| YUV | 79.56 | 180.17 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 172 | 0 | 0.93 | 0.02 | 0.31 | 301.11 | 0.86 | 0.37 |
| Hex | AF | D | AC | 0 | 5D | 2 | 1F | 12D | 56 | 25 |
| Octal | 257 | 15 | 254 | 0 | 135 | 2 | 37 | 455 | 126 | 45 |
| Binary | 10101111 | 1101 | 10101100 | 0 | 1011101 | 10 | 11111 | 100101101 | 1010110 | 100101 |
Color Harmonies of #AF0DAC
Complementary color
Monochromatic Colors of #AF0DAC
Black with #AF0DAC
Text Example
Text Example
White with #AF0DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0DAC; }
p { color: rgb(175,13,172); }
H1.HeaderClassName
{
color: #AF0DAC;
}
.AnyTagClassName
{
color: #AF0DAC;
}
</style>
background-color css
<style>
a { background-color: #AF0DAC; }
a { background-color: rgb(175,13,172); }
div.DivClassName
{
background-color: #AF0DAC;
}
.BgClassName
{
background-color: #AF0DAC;
}
</style>
border-color css
<style>
span { border-color: #AF0DAC; }
span { border-color: rgb(175,13,172); }
td.TdClassName
{
border-color: #AF0DAC;
}
.TagClassName
{
border-color: #AF0DAC;
}
</style>