Shades of Deep Magenta #AF00AC
Tints of Deep Magenta #AF00AC
RGB
CMYK
RGB Variations
Color information
#AF00AC (or 0xAF00AC) is known color: Deep Magenta. HEX triplet: AF, 00 and AC. RGB value is (175,0,172). Sum of RGB (Red+Green+Blue) = 175+0+172=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF00AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF00AC is #50FF53. Grayscale: #474747. Windows color (decimal): -5308244 or 11272367. OLE color: 11272367.
HSL color Cylindrical-coordinate representation of color #AF00AC: hue angle of 301.03º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF00AC is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 172 | - |
| CMYK | 0 | 1 | 0.02 | 0.31 |
| HSL | 301.03º | 1% | 0.34% | - |
| HSV(B) | 301.03º | 1% | 0.69% | - |
| XYZ | 25.13 | 12.09 | 40.04 | - |
| YUV | 71.93 | 184.48 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 172 | 0 | 1 | 0.02 | 0.31 | 301.03 | 1 | 0.34 |
| Hex | AF | 0 | AC | 0 | 64 | 2 | 1F | 12D | 64 | 22 |
| Octal | 257 | 0 | 254 | 0 | 144 | 2 | 37 | 455 | 144 | 42 |
| Binary | 10101111 | 0 | 10101100 | 0 | 1100100 | 10 | 11111 | 100101101 | 1100100 | 100010 |
Color Harmonies of #AF00AC
Complementary color
Monochromatic Colors of #AF00AC
Black with #AF00AC
Text Example
Text Example
White with #AF00AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF00AC; }
p { color: rgb(175,0,172); }
H1.HeaderClassName
{
color: #AF00AC;
}
.AnyTagClassName
{
color: #AF00AC;
}
</style>
background-color css
<style>
a { background-color: #AF00AC; }
a { background-color: rgb(175,0,172); }
div.DivClassName
{
background-color: #AF00AC;
}
.BgClassName
{
background-color: #AF00AC;
}
</style>
border-color css
<style>
span { border-color: #AF00AC; }
span { border-color: rgb(175,0,172); }
td.TdClassName
{
border-color: #AF00AC;
}
.TagClassName
{
border-color: #AF00AC;
}
</style>