Shades of Medium Red Violet #AB1FA0
Tints of Medium Red Violet #AB1FA0
RGB
CMYK
RGB Variations
Color information
#AB1FA0 (or 0xAB1FA0) is known color: Medium Red Violet. HEX triplet: AB, 1F and A0. RGB value is (171,31,160). Sum of RGB (Red+Green+Blue) = 171+31+160=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 160 (62.89% from 255 or 44.20% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1FA0 is #54E05F. Grayscale: #575757. Windows color (decimal): -5562464 or 10493867. OLE color: 10493867.
HSL color Cylindrical-coordinate representation of color #AB1FA0: hue angle of 304.71º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB1FA0 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 31 | 160 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.33 |
| HSL | 304.71º | 0.69% | 0.4% | - |
| HSV(B) | 304.71º | 0.82% | 0.67% | - |
| XYZ | 23.63 | 12.18 | 34.36 | - |
| YUV | 87.57 | 168.88 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 31 | 160 | 0 | 0.82 | 0.06 | 0.33 | 304.71 | 0.69 | 0.4 |
| Hex | AB | 1F | A0 | 0 | 52 | 6 | 21 | 131 | 45 | 28 |
| Octal | 253 | 37 | 240 | 0 | 122 | 6 | 41 | 461 | 105 | 50 |
| Binary | 10101011 | 11111 | 10100000 | 0 | 1010010 | 110 | 100001 | 100110001 | 1000101 | 101000 |
Color Harmonies of #AB1FA0
Complementary color
Monochromatic Colors of #AB1FA0
Black with #AB1FA0
Text Example
Text Example
White with #AB1FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1FA0; }
p { color: rgb(171,31,160); }
H1.HeaderClassName
{
color: #AB1FA0;
}
.AnyTagClassName
{
color: #AB1FA0;
}
</style>
background-color css
<style>
a { background-color: #AB1FA0; }
a { background-color: rgb(171,31,160); }
div.DivClassName
{
background-color: #AB1FA0;
}
.BgClassName
{
background-color: #AB1FA0;
}
</style>
border-color css
<style>
span { border-color: #AB1FA0; }
span { border-color: rgb(171,31,160); }
td.TdClassName
{
border-color: #AB1FA0;
}
.TagClassName
{
border-color: #AB1FA0;
}
</style>