Shades of Deep Magenta #AF0BAC
Tints of Deep Magenta #AF0BAC
RGB
CMYK
RGB Variations
Color information
#AF0BAC (or 0xAF0BAC) is known color: Deep Magenta. HEX triplet: AF, 0B and AC. RGB value is (175,11,172). Sum of RGB (Red+Green+Blue) = 175+11+172=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0BAC is #50F453. Grayscale: #4D4D4D. Windows color (decimal): -5305428 or 11275183. OLE color: 11275183.
HSL color Cylindrical-coordinate representation of color #AF0BAC: hue angle of 301.1º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0BAC is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 11 | 172 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.31 |
| HSL | 301.1º | 0.88% | 0.36% | - |
| HSV(B) | 301.1º | 0.94% | 0.69% | - |
| XYZ | 25.25 | 12.33 | 40.08 | - |
| YUV | 78.39 | 180.83 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 172 | 0 | 0.94 | 0.02 | 0.31 | 301.1 | 0.88 | 0.36 |
| Hex | AF | B | AC | 0 | 5E | 2 | 1F | 12D | 58 | 24 |
| Octal | 257 | 13 | 254 | 0 | 136 | 2 | 37 | 455 | 130 | 44 |
| Binary | 10101111 | 1011 | 10101100 | 0 | 1011110 | 10 | 11111 | 100101101 | 1011000 | 100100 |
Color Harmonies of #AF0BAC
Complementary color
Monochromatic Colors of #AF0BAC
Black with #AF0BAC
Text Example
Text Example
White with #AF0BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0BAC; }
p { color: rgb(175,11,172); }
H1.HeaderClassName
{
color: #AF0BAC;
}
.AnyTagClassName
{
color: #AF0BAC;
}
</style>
background-color css
<style>
a { background-color: #AF0BAC; }
a { background-color: rgb(175,11,172); }
div.DivClassName
{
background-color: #AF0BAC;
}
.BgClassName
{
background-color: #AF0BAC;
}
</style>
border-color css
<style>
span { border-color: #AF0BAC; }
span { border-color: rgb(175,11,172); }
td.TdClassName
{
border-color: #AF0BAC;
}
.TagClassName
{
border-color: #AF0BAC;
}
</style>