Shades of Deep Magenta #AF1AAA
Tints of Deep Magenta #AF1AAA
RGB
CMYK
RGB Variations
Color information
#AF1AAA (or 0xAF1AAA) is known color: Deep Magenta. HEX triplet: AF, 1A and AA. RGB value is (175,26,170). Sum of RGB (Red+Green+Blue) = 175+26+170=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 26 (10.55% from 255 or 7.01% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1AAA is #50E555. Grayscale: #565656. Windows color (decimal): -5301590 or 11147951. OLE color: 11147951.
HSL color Cylindrical-coordinate representation of color #AF1AAA: hue angle of 302.01º 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 #AF1AAA is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 26 | 170 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.31 |
| HSL | 302.01º | 0.74% | 0.39% | - |
| HSV(B) | 302.01º | 0.85% | 0.69% | - |
| XYZ | 25.3 | 12.76 | 39.16 | - |
| YUV | 86.97 | 174.86 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 170 | 0 | 0.85 | 0.03 | 0.31 | 302.01 | 0.74 | 0.39 |
| Hex | AF | 1A | AA | 0 | 55 | 3 | 1F | 12E | 4A | 27 |
| Octal | 257 | 32 | 252 | 0 | 125 | 3 | 37 | 456 | 112 | 47 |
| Binary | 10101111 | 11010 | 10101010 | 0 | 1010101 | 11 | 11111 | 100101110 | 1001010 | 100111 |
Color Harmonies of #AF1AAA
Complementary color
Monochromatic Colors of #AF1AAA
Black with #AF1AAA
Text Example
Text Example
White with #AF1AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1AAA; }
p { color: rgb(175,26,170); }
H1.HeaderClassName
{
color: #AF1AAA;
}
.AnyTagClassName
{
color: #AF1AAA;
}
</style>
background-color css
<style>
a { background-color: #AF1AAA; }
a { background-color: rgb(175,26,170); }
div.DivClassName
{
background-color: #AF1AAA;
}
.BgClassName
{
background-color: #AF1AAA;
}
</style>
border-color css
<style>
span { border-color: #AF1AAA; }
span { border-color: rgb(175,26,170); }
td.TdClassName
{
border-color: #AF1AAA;
}
.TagClassName
{
border-color: #AF1AAA;
}
</style>