Shades of Medium Red Violet #AB1FA3
Tints of Medium Red Violet #AB1FA3
RGB
CMYK
RGB Variations
Color information
#AB1FA3 (or 0xAB1FA3) is known color: Medium Red Violet. HEX triplet: AB, 1F and A3. RGB value is (171,31,163). Sum of RGB (Red+Green+Blue) = 171+31+163=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 163 (64.06% from 255 or 44.66% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1FA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1FA3 is #54E05C. Grayscale: #575757. Windows color (decimal): -5562461 or 10690475. OLE color: 10690475.
HSL color Cylindrical-coordinate representation of color #AB1FA3: hue angle of 303.43º 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 #AB1FA3 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 31 | 163 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.33 |
| HSL | 303.43º | 0.69% | 0.4% | - |
| HSV(B) | 303.43º | 0.82% | 0.67% | - |
| XYZ | 23.9 | 12.28 | 35.76 | - |
| YUV | 87.91 | 170.38 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 31 | 163 | 0 | 0.82 | 0.05 | 0.33 | 303.43 | 0.69 | 0.4 |
| Hex | AB | 1F | A3 | 0 | 52 | 5 | 21 | 12F | 45 | 28 |
| Octal | 253 | 37 | 243 | 0 | 122 | 5 | 41 | 457 | 105 | 50 |
| Binary | 10101011 | 11111 | 10100011 | 0 | 1010010 | 101 | 100001 | 100101111 | 1000101 | 101000 |
Color Harmonies of #AB1FA3
Complementary color
Monochromatic Colors of #AB1FA3
Black with #AB1FA3
Text Example
Text Example
White with #AB1FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1FA3; }
p { color: rgb(171,31,163); }
H1.HeaderClassName
{
color: #AB1FA3;
}
.AnyTagClassName
{
color: #AB1FA3;
}
</style>
background-color css
<style>
a { background-color: #AB1FA3; }
a { background-color: rgb(171,31,163); }
div.DivClassName
{
background-color: #AB1FA3;
}
.BgClassName
{
background-color: #AB1FA3;
}
</style>
border-color css
<style>
span { border-color: #AB1FA3; }
span { border-color: rgb(171,31,163); }
td.TdClassName
{
border-color: #AB1FA3;
}
.TagClassName
{
border-color: #AB1FA3;
}
</style>