Shades of Medium Violet Red #AB1584
Tints of Medium Violet Red #AB1584
RGB
CMYK
RGB Variations
Color information
#AB1584 (or 0xAB1584) is known color: Medium Violet Red. HEX triplet: AB, 15 and 84. RGB value is (171,21,132). Sum of RGB (Red+Green+Blue) = 171+21+132=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1584 is #54EA7B. Grayscale: #4E4E4E. Windows color (decimal): -5565052 or 8656299. OLE color: 8656299.
HSL color Cylindrical-coordinate representation of color #AB1584: hue angle of 315.6º 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 #AB1584 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 132 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.33 |
| HSL | 315.6º | 0.78% | 0.38% | - |
| HSV(B) | 315.6º | 0.88% | 0.67% | - |
| XYZ | 21.23 | 10.86 | 22.81 | - |
| YUV | 78.5 | 158.2 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 132 | 0 | 0.88 | 0.23 | 0.33 | 315.6 | 0.78 | 0.38 |
| Hex | AB | 15 | 84 | 0 | 58 | 17 | 21 | 13C | 4E | 26 |
| Octal | 253 | 25 | 204 | 0 | 130 | 27 | 41 | 474 | 116 | 46 |
| Binary | 10101011 | 10101 | 10000100 | 0 | 1011000 | 10111 | 100001 | 100111100 | 1001110 | 100110 |
Color Harmonies of #AB1584
Complementary color
Monochromatic Colors of #AB1584
Black with #AB1584
Text Example
Text Example
White with #AB1584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1584; }
p { color: rgb(171,21,132); }
H1.HeaderClassName
{
color: #AB1584;
}
.AnyTagClassName
{
color: #AB1584;
}
</style>
background-color css
<style>
a { background-color: #AB1584; }
a { background-color: rgb(171,21,132); }
div.DivClassName
{
background-color: #AB1584;
}
.BgClassName
{
background-color: #AB1584;
}
</style>
border-color css
<style>
span { border-color: #AB1584; }
span { border-color: rgb(171,21,132); }
td.TdClassName
{
border-color: #AB1584;
}
.TagClassName
{
border-color: #AB1584;
}
</style>