Shades of Deep Magenta #AF1AB9
Tints of Deep Magenta #AF1AB9
RGB
CMYK
RGB Variations
Color information
#AF1AB9 (or 0xAF1AB9) is known color: Deep Magenta. HEX triplet: AF, 1A and B9. RGB value is (175,26,185). Sum of RGB (Red+Green+Blue) = 175+26+185=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 185 (72.66% from 255 or 47.93% from 386); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF1AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1AB9 is #50E546. Grayscale: #585858. Windows color (decimal): -5301575 or 12130991. OLE color: 12130991.
HSL color Cylindrical-coordinate representation of color #AF1AB9: hue angle of 296.23º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1AB9 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 26 | 185 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.27 |
| HSL | 296.23º | 0.75% | 0.41% | - |
| HSV(B) | 296.23º | 0.86% | 0.73% | - |
| XYZ | 26.81 | 13.36 | 47.06 | - |
| YUV | 88.68 | 182.36 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 185 | 0.05 | 0.86 | 0 | 0.27 | 296.23 | 0.75 | 0.41 |
| Hex | AF | 1A | B9 | 5 | 56 | 0 | 1B | 128 | 4B | 29 |
| Octal | 257 | 32 | 271 | 5 | 126 | 0 | 33 | 450 | 113 | 51 |
| Binary | 10101111 | 11010 | 10111001 | 101 | 1010110 | 0 | 11011 | 100101000 | 1001011 | 101001 |
Color Harmonies of #AF1AB9
Complementary color
Monochromatic Colors of #AF1AB9
Black with #AF1AB9
Text Example
Text Example
White with #AF1AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1AB9; }
p { color: rgb(175,26,185); }
H1.HeaderClassName
{
color: #AF1AB9;
}
.AnyTagClassName
{
color: #AF1AB9;
}
</style>
background-color css
<style>
a { background-color: #AF1AB9; }
a { background-color: rgb(175,26,185); }
div.DivClassName
{
background-color: #AF1AB9;
}
.BgClassName
{
background-color: #AF1AB9;
}
</style>
border-color css
<style>
span { border-color: #AF1AB9; }
span { border-color: rgb(175,26,185); }
td.TdClassName
{
border-color: #AF1AB9;
}
.TagClassName
{
border-color: #AF1AB9;
}
</style>