Shades of Medium Red Violet #AB2095
Tints of Medium Red Violet #AB2095
RGB
CMYK
RGB Variations
Color information
#AB2095 (or 0xAB2095) is known color: Medium Red Violet. HEX triplet: AB, 20 and 95. RGB value is (171,32,149). Sum of RGB (Red+Green+Blue) = 171+32+149=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2095 is #54DF6A. Grayscale: #565656. Windows color (decimal): -5562219 or 9773227. OLE color: 9773227.
HSL color Cylindrical-coordinate representation of color #AB2095: hue angle of 309.5º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2095 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 32 | 149 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.33 |
| HSL | 309.5º | 0.68% | 0.4% | - |
| HSV(B) | 309.5º | 0.81% | 0.67% | - |
| XYZ | 22.74 | 11.86 | 29.52 | - |
| YUV | 86.9 | 163.05 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 32 | 149 | 0 | 0.81 | 0.13 | 0.33 | 309.5 | 0.68 | 0.4 |
| Hex | AB | 20 | 95 | 0 | 51 | D | 21 | 135 | 44 | 28 |
| Octal | 253 | 40 | 225 | 0 | 121 | 15 | 41 | 465 | 104 | 50 |
| Binary | 10101011 | 100000 | 10010101 | 0 | 1010001 | 1101 | 100001 | 100110101 | 1000100 | 101000 |
Color Harmonies of #AB2095
Complementary color
Monochromatic Colors of #AB2095
Black with #AB2095
Text Example
Text Example
White with #AB2095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2095; }
p { color: rgb(171,32,149); }
H1.HeaderClassName
{
color: #AB2095;
}
.AnyTagClassName
{
color: #AB2095;
}
</style>
background-color css
<style>
a { background-color: #AB2095; }
a { background-color: rgb(171,32,149); }
div.DivClassName
{
background-color: #AB2095;
}
.BgClassName
{
background-color: #AB2095;
}
</style>
border-color css
<style>
span { border-color: #AB2095; }
span { border-color: rgb(171,32,149); }
td.TdClassName
{
border-color: #AB2095;
}
.TagClassName
{
border-color: #AB2095;
}
</style>