Shades of Deep Magenta #AF1AB4
Tints of Deep Magenta #AF1AB4
RGB
CMYK
RGB Variations
Color information
#AF1AB4 (or 0xAF1AB4) is known color: Deep Magenta. HEX triplet: AF, 1A and B4. RGB value is (175,26,180). Sum of RGB (Red+Green+Blue) = 175+26+180=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 26 (10.55% from 255 or 6.82% from 381); Blue value is 180 (70.70% from 255 or 47.24% from 381); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF1AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1AB4 is #50E54B. Grayscale: #575757. Windows color (decimal): -5301580 or 11803311. OLE color: 11803311.
HSL color Cylindrical-coordinate representation of color #AF1AB4: hue angle of 298.05º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1AB4 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 26 | 180 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.29 |
| HSL | 298.05º | 0.75% | 0.4% | - |
| HSV(B) | 298.05º | 0.86% | 0.71% | - |
| XYZ | 26.29 | 13.15 | 44.33 | - |
| YUV | 88.11 | 179.86 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 180 | 0.03 | 0.86 | 0 | 0.29 | 298.05 | 0.75 | 0.4 |
| Hex | AF | 1A | B4 | 3 | 56 | 0 | 1D | 12A | 4B | 28 |
| Octal | 257 | 32 | 264 | 3 | 126 | 0 | 35 | 452 | 113 | 50 |
| Binary | 10101111 | 11010 | 10110100 | 11 | 1010110 | 0 | 11101 | 100101010 | 1001011 | 101000 |
Color Harmonies of #AF1AB4
Complementary color
Monochromatic Colors of #AF1AB4
Black with #AF1AB4
Text Example
Text Example
White with #AF1AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1AB4; }
p { color: rgb(175,26,180); }
H1.HeaderClassName
{
color: #AF1AB4;
}
.AnyTagClassName
{
color: #AF1AB4;
}
</style>
background-color css
<style>
a { background-color: #AF1AB4; }
a { background-color: rgb(175,26,180); }
div.DivClassName
{
background-color: #AF1AB4;
}
.BgClassName
{
background-color: #AF1AB4;
}
</style>
border-color css
<style>
span { border-color: #AF1AB4; }
span { border-color: rgb(175,26,180); }
td.TdClassName
{
border-color: #AF1AB4;
}
.TagClassName
{
border-color: #AF1AB4;
}
</style>