Shades of Deep Magenta #AF0AC0
Tints of Deep Magenta #AF0AC0
RGB
CMYK
RGB Variations
Color information
#AF0AC0 (or 0xAF0AC0) is known color: Deep Magenta. HEX triplet: AF, 0A and C0. RGB value is (175,10,192). Sum of RGB (Red+Green+Blue) = 175+10+192=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 192 (75.39% from 255 or 50.93% from 377); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF0AC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0AC0 is #50F53F. Grayscale: #4F4F4F. Windows color (decimal): -5305664 or 12585647. OLE color: 12585647.
HSL color Cylindrical-coordinate representation of color #AF0AC0: hue angle of 294.4º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0AC0 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 10 | 192 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.25 |
| HSL | 294.4º | 0.9% | 0.4% | - |
| HSV(B) | 294.4º | 0.95% | 0.75% | - |
| XYZ | 27.3 | 13.14 | 50.97 | - |
| YUV | 80.08 | 191.16 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 10 | 192 | 0.09 | 0.95 | 0 | 0.25 | 294.4 | 0.9 | 0.4 |
| Hex | AF | A | C0 | 9 | 5F | 0 | 19 | 126 | 5A | 28 |
| Octal | 257 | 12 | 300 | 11 | 137 | 0 | 31 | 446 | 132 | 50 |
| Binary | 10101111 | 1010 | 11000000 | 1001 | 1011111 | 0 | 11001 | 100100110 | 1011010 | 101000 |
Color Harmonies of #AF0AC0
Complementary color
Monochromatic Colors of #AF0AC0
Black with #AF0AC0
Text Example
Text Example
White with #AF0AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0AC0; }
p { color: rgb(175,10,192); }
H1.HeaderClassName
{
color: #AF0AC0;
}
.AnyTagClassName
{
color: #AF0AC0;
}
</style>
background-color css
<style>
a { background-color: #AF0AC0; }
a { background-color: rgb(175,10,192); }
div.DivClassName
{
background-color: #AF0AC0;
}
.BgClassName
{
background-color: #AF0AC0;
}
</style>
border-color css
<style>
span { border-color: #AF0AC0; }
span { border-color: rgb(175,10,192); }
td.TdClassName
{
border-color: #AF0AC0;
}
.TagClassName
{
border-color: #AF0AC0;
}
</style>