Shades of Deep Magenta #AF1DAC
Tints of Deep Magenta #AF1DAC
RGB
CMYK
RGB Variations
Color information
#AF1DAC (or 0xAF1DAC) is known color: Deep Magenta. HEX triplet: AF, 1D and AC. RGB value is (175,29,172). Sum of RGB (Red+Green+Blue) = 175+29+172=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 29 (11.72% from 255 or 7.71% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1DAC is #50E253. Grayscale: #585858. Windows color (decimal): -5300820 or 11279791. OLE color: 11279791.
HSL color Cylindrical-coordinate representation of color #AF1DAC: hue angle of 301.23º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF1DAC is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 29 | 172 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.31 |
| HSL | 301.23º | 0.72% | 0.4% | - |
| HSV(B) | 301.23º | 0.83% | 0.69% | - |
| XYZ | 25.56 | 12.97 | 40.19 | - |
| YUV | 88.96 | 174.87 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 29 | 172 | 0 | 0.83 | 0.02 | 0.31 | 301.23 | 0.72 | 0.4 |
| Hex | AF | 1D | AC | 0 | 53 | 2 | 1F | 12D | 48 | 28 |
| Octal | 257 | 35 | 254 | 0 | 123 | 2 | 37 | 455 | 110 | 50 |
| Binary | 10101111 | 11101 | 10101100 | 0 | 1010011 | 10 | 11111 | 100101101 | 1001000 | 101000 |
Color Harmonies of #AF1DAC
Complementary color
Monochromatic Colors of #AF1DAC
Black with #AF1DAC
Text Example
Text Example
White with #AF1DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1DAC; }
p { color: rgb(175,29,172); }
H1.HeaderClassName
{
color: #AF1DAC;
}
.AnyTagClassName
{
color: #AF1DAC;
}
</style>
background-color css
<style>
a { background-color: #AF1DAC; }
a { background-color: rgb(175,29,172); }
div.DivClassName
{
background-color: #AF1DAC;
}
.BgClassName
{
background-color: #AF1DAC;
}
</style>
border-color css
<style>
span { border-color: #AF1DAC; }
span { border-color: rgb(175,29,172); }
td.TdClassName
{
border-color: #AF1DAC;
}
.TagClassName
{
border-color: #AF1DAC;
}
</style>