Shades of Medium Red Violet #AB2084
Tints of Medium Red Violet #AB2084
RGB
CMYK
RGB Variations
Color information
#AB2084 (or 0xAB2084) is known color: Medium Red Violet. HEX triplet: AB, 20 and 84. RGB value is (171,32,132). Sum of RGB (Red+Green+Blue) = 171+32+132=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2084 is #54DF7B. Grayscale: #545454. Windows color (decimal): -5562236 or 8659115. OLE color: 8659115.
HSL color Cylindrical-coordinate representation of color #AB2084: hue angle of 316.83º 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 #AB2084 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 32 | 132 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.33 |
| HSL | 316.83º | 0.68% | 0.4% | - |
| HSV(B) | 316.83º | 0.81% | 0.67% | - |
| XYZ | 21.48 | 11.36 | 22.89 | - |
| YUV | 84.96 | 154.55 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 32 | 132 | 0 | 0.81 | 0.23 | 0.33 | 316.83 | 0.68 | 0.4 |
| Hex | AB | 20 | 84 | 0 | 51 | 17 | 21 | 13D | 44 | 28 |
| Octal | 253 | 40 | 204 | 0 | 121 | 27 | 41 | 475 | 104 | 50 |
| Binary | 10101011 | 100000 | 10000100 | 0 | 1010001 | 10111 | 100001 | 100111101 | 1000100 | 101000 |
Color Harmonies of #AB2084
Complementary color
Monochromatic Colors of #AB2084
Black with #AB2084
Text Example
Text Example
White with #AB2084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2084; }
p { color: rgb(171,32,132); }
H1.HeaderClassName
{
color: #AB2084;
}
.AnyTagClassName
{
color: #AB2084;
}
</style>
background-color css
<style>
a { background-color: #AB2084; }
a { background-color: rgb(171,32,132); }
div.DivClassName
{
background-color: #AB2084;
}
.BgClassName
{
background-color: #AB2084;
}
</style>
border-color css
<style>
span { border-color: #AB2084; }
span { border-color: rgb(171,32,132); }
td.TdClassName
{
border-color: #AB2084;
}
.TagClassName
{
border-color: #AB2084;
}
</style>