Shades of Deep Magenta #AF1AAB
Tints of Deep Magenta #AF1AAB
RGB
CMYK
RGB Variations
Color information
#AF1AAB (or 0xAF1AAB) is known color: Deep Magenta. HEX triplet: AF, 1A and AB. RGB value is (175,26,171). Sum of RGB (Red+Green+Blue) = 175+26+171=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 26 (10.55% from 255 or 6.99% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1AAB is #50E554. Grayscale: #565656. Windows color (decimal): -5301589 or 11213487. OLE color: 11213487.
HSL color Cylindrical-coordinate representation of color #AF1AAB: hue angle of 301.61º 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 #AF1AAB is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 26 | 171 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.31 |
| HSL | 301.61º | 0.74% | 0.39% | - |
| HSV(B) | 301.61º | 0.85% | 0.69% | - |
| XYZ | 25.4 | 12.79 | 39.66 | - |
| YUV | 87.08 | 175.36 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 171 | 0 | 0.85 | 0.02 | 0.31 | 301.61 | 0.74 | 0.39 |
| Hex | AF | 1A | AB | 0 | 55 | 2 | 1F | 12E | 4A | 27 |
| Octal | 257 | 32 | 253 | 0 | 125 | 2 | 37 | 456 | 112 | 47 |
| Binary | 10101111 | 11010 | 10101011 | 0 | 1010101 | 10 | 11111 | 100101110 | 1001010 | 100111 |
Color Harmonies of #AF1AAB
Complementary color
Monochromatic Colors of #AF1AAB
Black with #AF1AAB
Text Example
Text Example
White with #AF1AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1AAB; }
p { color: rgb(175,26,171); }
H1.HeaderClassName
{
color: #AF1AAB;
}
.AnyTagClassName
{
color: #AF1AAB;
}
</style>
background-color css
<style>
a { background-color: #AF1AAB; }
a { background-color: rgb(175,26,171); }
div.DivClassName
{
background-color: #AF1AAB;
}
.BgClassName
{
background-color: #AF1AAB;
}
</style>
border-color css
<style>
span { border-color: #AF1AAB; }
span { border-color: rgb(175,26,171); }
td.TdClassName
{
border-color: #AF1AAB;
}
.TagClassName
{
border-color: #AF1AAB;
}
</style>