Shades of Medium Violet Red #AB1682
Tints of Medium Violet Red #AB1682
RGB
CMYK
RGB Variations
Color information
#AB1682 (or 0xAB1682) is known color: Medium Violet Red. HEX triplet: AB, 16 and 82. RGB value is (171,22,130). Sum of RGB (Red+Green+Blue) = 171+22+130=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1682 is #54E97D. Grayscale: #4E4E4E. Windows color (decimal): -5564798 or 8525483. OLE color: 8525483.
HSL color Cylindrical-coordinate representation of color #AB1682: hue angle of 316.51º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1682 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 22 | 130 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.33 |
| HSL | 316.51º | 0.77% | 0.38% | - |
| HSV(B) | 316.51º | 0.87% | 0.67% | - |
| XYZ | 21.11 | 10.84 | 22.1 | - |
| YUV | 78.86 | 156.86 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 130 | 0 | 0.87 | 0.24 | 0.33 | 316.51 | 0.77 | 0.38 |
| Hex | AB | 16 | 82 | 0 | 57 | 18 | 21 | 13D | 4D | 26 |
| Octal | 253 | 26 | 202 | 0 | 127 | 30 | 41 | 475 | 115 | 46 |
| Binary | 10101011 | 10110 | 10000010 | 0 | 1010111 | 11000 | 100001 | 100111101 | 1001101 | 100110 |
Color Harmonies of #AB1682
Complementary color
Monochromatic Colors of #AB1682
Black with #AB1682
Text Example
Text Example
White with #AB1682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1682; }
p { color: rgb(171,22,130); }
H1.HeaderClassName
{
color: #AB1682;
}
.AnyTagClassName
{
color: #AB1682;
}
</style>
background-color css
<style>
a { background-color: #AB1682; }
a { background-color: rgb(171,22,130); }
div.DivClassName
{
background-color: #AB1682;
}
.BgClassName
{
background-color: #AB1682;
}
</style>
border-color css
<style>
span { border-color: #AB1682; }
span { border-color: rgb(171,22,130); }
td.TdClassName
{
border-color: #AB1682;
}
.TagClassName
{
border-color: #AB1682;
}
</style>