Shades of Medium Violet Red #AB1582
Tints of Medium Violet Red #AB1582
RGB
CMYK
RGB Variations
Color information
#AB1582 (or 0xAB1582) is known color: Medium Violet Red. HEX triplet: AB, 15 and 82. RGB value is (171,21,130). Sum of RGB (Red+Green+Blue) = 171+21+130=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1582 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1582 is #54EA7D. Grayscale: #4D4D4D. Windows color (decimal): -5565054 or 8525227. OLE color: 8525227.
HSL color Cylindrical-coordinate representation of color #AB1582: hue angle of 316.4º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1582 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 130 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.33 |
| HSL | 316.4º | 0.78% | 0.38% | - |
| HSV(B) | 316.4º | 0.88% | 0.67% | - |
| XYZ | 21.09 | 10.81 | 22.09 | - |
| YUV | 78.28 | 157.2 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 130 | 0 | 0.88 | 0.24 | 0.33 | 316.4 | 0.78 | 0.38 |
| Hex | AB | 15 | 82 | 0 | 58 | 18 | 21 | 13C | 4E | 26 |
| Octal | 253 | 25 | 202 | 0 | 130 | 30 | 41 | 474 | 116 | 46 |
| Binary | 10101011 | 10101 | 10000010 | 0 | 1011000 | 11000 | 100001 | 100111100 | 1001110 | 100110 |
Color Harmonies of #AB1582
Complementary color
Monochromatic Colors of #AB1582
Black with #AB1582
Text Example
Text Example
White with #AB1582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1582; }
p { color: rgb(171,21,130); }
H1.HeaderClassName
{
color: #AB1582;
}
.AnyTagClassName
{
color: #AB1582;
}
</style>
background-color css
<style>
a { background-color: #AB1582; }
a { background-color: rgb(171,21,130); }
div.DivClassName
{
background-color: #AB1582;
}
.BgClassName
{
background-color: #AB1582;
}
</style>
border-color css
<style>
span { border-color: #AB1582; }
span { border-color: rgb(171,21,130); }
td.TdClassName
{
border-color: #AB1582;
}
.TagClassName
{
border-color: #AB1582;
}
</style>