Shades of Medium Violet Red #AB1284
Tints of Medium Violet Red #AB1284
RGB
CMYK
RGB Variations
Color information
#AB1284 (or 0xAB1284) is known color: Medium Violet Red. HEX triplet: AB, 12 and 84. RGB value is (171,18,132). Sum of RGB (Red+Green+Blue) = 171+18+132=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1284 is #54ED7B. Grayscale: #4C4C4C. Windows color (decimal): -5565820 or 8655531. OLE color: 8655531.
HSL color Cylindrical-coordinate representation of color #AB1284: hue angle of 315.29º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1284 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 18 | 132 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.33 |
| HSL | 315.29º | 0.81% | 0.37% | - |
| HSV(B) | 315.29º | 0.89% | 0.67% | - |
| XYZ | 21.18 | 10.76 | 22.79 | - |
| YUV | 76.74 | 159.19 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 132 | 0 | 0.89 | 0.23 | 0.33 | 315.29 | 0.81 | 0.37 |
| Hex | AB | 12 | 84 | 0 | 59 | 17 | 21 | 13B | 51 | 25 |
| Octal | 253 | 22 | 204 | 0 | 131 | 27 | 41 | 473 | 121 | 45 |
| Binary | 10101011 | 10010 | 10000100 | 0 | 1011001 | 10111 | 100001 | 100111011 | 1010001 | 100101 |
Color Harmonies of #AB1284
Complementary color
Monochromatic Colors of #AB1284
Black with #AB1284
Text Example
Text Example
White with #AB1284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1284; }
p { color: rgb(171,18,132); }
H1.HeaderClassName
{
color: #AB1284;
}
.AnyTagClassName
{
color: #AB1284;
}
</style>
background-color css
<style>
a { background-color: #AB1284; }
a { background-color: rgb(171,18,132); }
div.DivClassName
{
background-color: #AB1284;
}
.BgClassName
{
background-color: #AB1284;
}
</style>
border-color css
<style>
span { border-color: #AB1284; }
span { border-color: rgb(171,18,132); }
td.TdClassName
{
border-color: #AB1284;
}
.TagClassName
{
border-color: #AB1284;
}
</style>