Shades of Medium Violet Red #AB1484
Tints of Medium Violet Red #AB1484
RGB
CMYK
RGB Variations
Color information
#AB1484 (or 0xAB1484) is known color: Medium Violet Red. HEX triplet: AB, 14 and 84. RGB value is (171,20,132). Sum of RGB (Red+Green+Blue) = 171+20+132=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1484 is #54EB7B. Grayscale: #4D4D4D. Windows color (decimal): -5565308 or 8656043. OLE color: 8656043.
HSL color Cylindrical-coordinate representation of color #AB1484: hue angle of 315.5º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1484 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 132 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.33 |
| HSL | 315.5º | 0.79% | 0.37% | - |
| HSV(B) | 315.5º | 0.88% | 0.67% | - |
| XYZ | 21.21 | 10.82 | 22.8 | - |
| YUV | 77.92 | 158.53 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 132 | 0 | 0.88 | 0.23 | 0.33 | 315.5 | 0.79 | 0.37 |
| Hex | AB | 14 | 84 | 0 | 58 | 17 | 21 | 13B | 4F | 25 |
| Octal | 253 | 24 | 204 | 0 | 130 | 27 | 41 | 473 | 117 | 45 |
| Binary | 10101011 | 10100 | 10000100 | 0 | 1011000 | 10111 | 100001 | 100111011 | 1001111 | 100101 |
Color Harmonies of #AB1484
Complementary color
Monochromatic Colors of #AB1484
Black with #AB1484
Text Example
Text Example
White with #AB1484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1484; }
p { color: rgb(171,20,132); }
H1.HeaderClassName
{
color: #AB1484;
}
.AnyTagClassName
{
color: #AB1484;
}
</style>
background-color css
<style>
a { background-color: #AB1484; }
a { background-color: rgb(171,20,132); }
div.DivClassName
{
background-color: #AB1484;
}
.BgClassName
{
background-color: #AB1484;
}
</style>
border-color css
<style>
span { border-color: #AB1484; }
span { border-color: rgb(171,20,132); }
td.TdClassName
{
border-color: #AB1484;
}
.TagClassName
{
border-color: #AB1484;
}
</style>