Shades of Deep Magenta #AF1AAF
Tints of Deep Magenta #AF1AAF
RGB
CMYK
RGB Variations
Color information
#AF1AAF (or 0xAF1AAF) is known color: Deep Magenta. HEX triplet: AF, 1A and AF. RGB value is (175,26,175). Sum of RGB (Red+Green+Blue) = 175+26+175=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF1AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1AAF is #50E550. Grayscale: #575757. Windows color (decimal): -5301585 or 11475631. OLE color: 11475631.
HSL color Cylindrical-coordinate representation of color #AF1AAF: hue angle of 300º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1AAF is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 26 | 175 | - |
| CMYK | 0 | 0.85 | 0 | 0.31 |
| HSL | 300º | 0.74% | 0.39% | - |
| HSV(B) | 300º | 0.85% | 0.69% | - |
| XYZ | 25.79 | 12.95 | 41.7 | - |
| YUV | 87.54 | 177.36 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 175 | 0 | 0.85 | 0 | 0.31 | 300 | 0.74 | 0.39 |
| Hex | AF | 1A | AF | 0 | 55 | 0 | 1F | 12C | 4A | 27 |
| Octal | 257 | 32 | 257 | 0 | 125 | 0 | 37 | 454 | 112 | 47 |
| Binary | 10101111 | 11010 | 10101111 | 0 | 1010101 | 0 | 11111 | 100101100 | 1001010 | 100111 |
Color Harmonies of #AF1AAF
Complementary color
Monochromatic Colors of #AF1AAF
Black with #AF1AAF
Text Example
Text Example
White with #AF1AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1AAF; }
p { color: rgb(175,26,175); }
H1.HeaderClassName
{
color: #AF1AAF;
}
.AnyTagClassName
{
color: #AF1AAF;
}
</style>
background-color css
<style>
a { background-color: #AF1AAF; }
a { background-color: rgb(175,26,175); }
div.DivClassName
{
background-color: #AF1AAF;
}
.BgClassName
{
background-color: #AF1AAF;
}
</style>
border-color css
<style>
span { border-color: #AF1AAF; }
span { border-color: rgb(175,26,175); }
td.TdClassName
{
border-color: #AF1AAF;
}
.TagClassName
{
border-color: #AF1AAF;
}
</style>