Shades of Deep Magenta #AF1EAC
Tints of Deep Magenta #AF1EAC
RGB
CMYK
RGB Variations
Color information
#AF1EAC (or 0xAF1EAC) is known color: Deep Magenta. HEX triplet: AF, 1E and AC. RGB value is (175,30,172). Sum of RGB (Red+Green+Blue) = 175+30+172=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 30 (12.11% from 255 or 7.96% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1EAC is #50E153. Grayscale: #595959. Windows color (decimal): -5300564 or 11280047. OLE color: 11280047.
HSL color Cylindrical-coordinate representation of color #AF1EAC: hue angle of 301.24º degrees, saturation: 0.71, 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 #AF1EAC is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 30 | 172 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.31 |
| HSL | 301.24º | 0.71% | 0.4% | - |
| HSV(B) | 301.24º | 0.83% | 0.69% | - |
| XYZ | 25.59 | 13.02 | 40.19 | - |
| YUV | 89.54 | 174.54 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 30 | 172 | 0 | 0.83 | 0.02 | 0.31 | 301.24 | 0.71 | 0.4 |
| Hex | AF | 1E | AC | 0 | 53 | 2 | 1F | 12D | 47 | 28 |
| Octal | 257 | 36 | 254 | 0 | 123 | 2 | 37 | 455 | 107 | 50 |
| Binary | 10101111 | 11110 | 10101100 | 0 | 1010011 | 10 | 11111 | 100101101 | 1000111 | 101000 |
Color Harmonies of #AF1EAC
Complementary color
Monochromatic Colors of #AF1EAC
Black with #AF1EAC
Text Example
Text Example
White with #AF1EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1EAC; }
p { color: rgb(175,30,172); }
H1.HeaderClassName
{
color: #AF1EAC;
}
.AnyTagClassName
{
color: #AF1EAC;
}
</style>
background-color css
<style>
a { background-color: #AF1EAC; }
a { background-color: rgb(175,30,172); }
div.DivClassName
{
background-color: #AF1EAC;
}
.BgClassName
{
background-color: #AF1EAC;
}
</style>
border-color css
<style>
span { border-color: #AF1EAC; }
span { border-color: rgb(175,30,172); }
td.TdClassName
{
border-color: #AF1EAC;
}
.TagClassName
{
border-color: #AF1EAC;
}
</style>