Shades of Deep Magenta #AB10AF
Tints of Deep Magenta #AB10AF
RGB
CMYK
RGB Variations
Color information
#AB10AF (or 0xAB10AF) is known color: Deep Magenta. HEX triplet: AB, 10 and AF. RGB value is (171,16,175). Sum of RGB (Red+Green+Blue) = 171+16+175=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB10AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB10AF is #54EF50. Grayscale: #4F4F4F. Windows color (decimal): -5566289 or 11473067. OLE color: 11473067.
HSL color Cylindrical-coordinate representation of color #AB10AF: hue angle of 298.49º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB10AF is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 16 | 175 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.31 |
| HSL | 298.49º | 0.83% | 0.37% | - |
| HSV(B) | 298.49º | 0.91% | 0.69% | - |
| XYZ | 24.72 | 12.12 | 41.59 | - |
| YUV | 80.47 | 181.35 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 175 | 0.02 | 0.91 | 0 | 0.31 | 298.49 | 0.83 | 0.37 |
| Hex | AB | 10 | AF | 2 | 5B | 0 | 1F | 12A | 53 | 25 |
| Octal | 253 | 20 | 257 | 2 | 133 | 0 | 37 | 452 | 123 | 45 |
| Binary | 10101011 | 10000 | 10101111 | 10 | 1011011 | 0 | 11111 | 100101010 | 1010011 | 100101 |
Color Harmonies of #AB10AF
Complementary color
Monochromatic Colors of #AB10AF
Black with #AB10AF
Text Example
Text Example
White with #AB10AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB10AF; }
p { color: rgb(171,16,175); }
H1.HeaderClassName
{
color: #AB10AF;
}
.AnyTagClassName
{
color: #AB10AF;
}
</style>
background-color css
<style>
a { background-color: #AB10AF; }
a { background-color: rgb(171,16,175); }
div.DivClassName
{
background-color: #AB10AF;
}
.BgClassName
{
background-color: #AB10AF;
}
</style>
border-color css
<style>
span { border-color: #AB10AF; }
span { border-color: rgb(171,16,175); }
td.TdClassName
{
border-color: #AB10AF;
}
.TagClassName
{
border-color: #AB10AF;
}
</style>