Shades of Medium Violet Red #AB1885
Tints of Medium Violet Red #AB1885
RGB
CMYK
RGB Variations
Color information
#AB1885 (or 0xAB1885) is known color: Medium Violet Red. HEX triplet: AB, 18 and 85. RGB value is (171,24,133). Sum of RGB (Red+Green+Blue) = 171+24+133=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1885 is #54E77A. Grayscale: #505050. Windows color (decimal): -5564283 or 8722603. OLE color: 8722603.
HSL color Cylindrical-coordinate representation of color #AB1885: hue angle of 315.51º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB1885 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 133 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.33 |
| HSL | 315.51º | 0.75% | 0.38% | - |
| HSV(B) | 315.51º | 0.86% | 0.67% | - |
| XYZ | 21.35 | 11 | 23.19 | - |
| YUV | 80.38 | 157.7 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 133 | 0 | 0.86 | 0.22 | 0.33 | 315.51 | 0.75 | 0.38 |
| Hex | AB | 18 | 85 | 0 | 56 | 16 | 21 | 13C | 4B | 26 |
| Octal | 253 | 30 | 205 | 0 | 126 | 26 | 41 | 474 | 113 | 46 |
| Binary | 10101011 | 11000 | 10000101 | 0 | 1010110 | 10110 | 100001 | 100111100 | 1001011 | 100110 |
Color Harmonies of #AB1885
Complementary color
Monochromatic Colors of #AB1885
Black with #AB1885
Text Example
Text Example
White with #AB1885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1885; }
p { color: rgb(171,24,133); }
H1.HeaderClassName
{
color: #AB1885;
}
.AnyTagClassName
{
color: #AB1885;
}
</style>
background-color css
<style>
a { background-color: #AB1885; }
a { background-color: rgb(171,24,133); }
div.DivClassName
{
background-color: #AB1885;
}
.BgClassName
{
background-color: #AB1885;
}
</style>
border-color css
<style>
span { border-color: #AB1885; }
span { border-color: rgb(171,24,133); }
td.TdClassName
{
border-color: #AB1885;
}
.TagClassName
{
border-color: #AB1885;
}
</style>