Shades of Deep Magenta #AF14AC
Tints of Deep Magenta #AF14AC
RGB
CMYK
RGB Variations
Color information
#AF14AC (or 0xAF14AC) is known color: Deep Magenta. HEX triplet: AF, 14 and AC. RGB value is (175,20,172). Sum of RGB (Red+Green+Blue) = 175+20+172=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF14AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF14AC is #50EB53. Grayscale: #535353. Windows color (decimal): -5303124 or 11277487. OLE color: 11277487.
HSL color Cylindrical-coordinate representation of color #AF14AC: hue angle of 301.16º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF14AC is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 20 | 172 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.31 |
| HSL | 301.16º | 0.79% | 0.38% | - |
| HSV(B) | 301.16º | 0.89% | 0.69% | - |
| XYZ | 25.38 | 12.59 | 40.12 | - |
| YUV | 83.67 | 177.85 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 172 | 0 | 0.89 | 0.02 | 0.31 | 301.16 | 0.79 | 0.38 |
| Hex | AF | 14 | AC | 0 | 59 | 2 | 1F | 12D | 4F | 26 |
| Octal | 257 | 24 | 254 | 0 | 131 | 2 | 37 | 455 | 117 | 46 |
| Binary | 10101111 | 10100 | 10101100 | 0 | 1011001 | 10 | 11111 | 100101101 | 1001111 | 100110 |
Color Harmonies of #AF14AC
Complementary color
Monochromatic Colors of #AF14AC
Black with #AF14AC
Text Example
Text Example
White with #AF14AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF14AC; }
p { color: rgb(175,20,172); }
H1.HeaderClassName
{
color: #AF14AC;
}
.AnyTagClassName
{
color: #AF14AC;
}
</style>
background-color css
<style>
a { background-color: #AF14AC; }
a { background-color: rgb(175,20,172); }
div.DivClassName
{
background-color: #AF14AC;
}
.BgClassName
{
background-color: #AF14AC;
}
</style>
border-color css
<style>
span { border-color: #AF14AC; }
span { border-color: rgb(175,20,172); }
td.TdClassName
{
border-color: #AF14AC;
}
.TagClassName
{
border-color: #AF14AC;
}
</style>