Shades of Medium Violet Red #AB187B
Tints of Medium Violet Red #AB187B
RGB
CMYK
RGB Variations
Color information
#AB187B (or 0xAB187B) is known color: Medium Violet Red. HEX triplet: AB, 18 and 7B. RGB value is (171,24,123). Sum of RGB (Red+Green+Blue) = 171+24+123=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB187B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB187B is #54E784. Grayscale: #4E4E4E. Windows color (decimal): -5564293 or 8067243. OLE color: 8067243.
HSL color Cylindrical-coordinate representation of color #AB187B: hue angle of 319.59º 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 #AB187B is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 123 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.33 |
| HSL | 319.59º | 0.75% | 0.38% | - |
| HSV(B) | 319.59º | 0.86% | 0.67% | - |
| XYZ | 20.7 | 10.74 | 19.72 | - |
| YUV | 79.24 | 152.7 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 123 | 0 | 0.86 | 0.28 | 0.33 | 319.59 | 0.75 | 0.38 |
| Hex | AB | 18 | 7B | 0 | 56 | 1C | 21 | 140 | 4B | 26 |
| Octal | 253 | 30 | 173 | 0 | 126 | 34 | 41 | 500 | 113 | 46 |
| Binary | 10101011 | 11000 | 1111011 | 0 | 1010110 | 11100 | 100001 | 101000000 | 1001011 | 100110 |
Color Harmonies of #AB187B
Complementary color
Monochromatic Colors of #AB187B
Black with #AB187B
Text Example
Text Example
White with #AB187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB187B; }
p { color: rgb(171,24,123); }
H1.HeaderClassName
{
color: #AB187B;
}
.AnyTagClassName
{
color: #AB187B;
}
</style>
background-color css
<style>
a { background-color: #AB187B; }
a { background-color: rgb(171,24,123); }
div.DivClassName
{
background-color: #AB187B;
}
.BgClassName
{
background-color: #AB187B;
}
</style>
border-color css
<style>
span { border-color: #AB187B; }
span { border-color: rgb(171,24,123); }
td.TdClassName
{
border-color: #AB187B;
}
.TagClassName
{
border-color: #AB187B;
}
</style>