Shades of Medium Violet Red #AB188B
Tints of Medium Violet Red #AB188B
RGB
CMYK
RGB Variations
Color information
#AB188B (or 0xAB188B) is known color: Medium Violet Red. HEX triplet: AB, 18 and 8B. RGB value is (171,24,139). Sum of RGB (Red+Green+Blue) = 171+24+139=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB188B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB188B is #54E774. Grayscale: #505050. Windows color (decimal): -5564277 or 9115819. OLE color: 9115819.
HSL color Cylindrical-coordinate representation of color #AB188B: hue angle of 313.06º 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 #AB188B is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 139 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.33 |
| HSL | 313.06º | 0.75% | 0.38% | - |
| HSV(B) | 313.06º | 0.86% | 0.67% | - |
| XYZ | 21.78 | 11.18 | 25.44 | - |
| YUV | 81.06 | 160.7 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 139 | 0 | 0.86 | 0.19 | 0.33 | 313.06 | 0.75 | 0.38 |
| Hex | AB | 18 | 8B | 0 | 56 | 13 | 21 | 139 | 4B | 26 |
| Octal | 253 | 30 | 213 | 0 | 126 | 23 | 41 | 471 | 113 | 46 |
| Binary | 10101011 | 11000 | 10001011 | 0 | 1010110 | 10011 | 100001 | 100111001 | 1001011 | 100110 |
Color Harmonies of #AB188B
Complementary color
Monochromatic Colors of #AB188B
Black with #AB188B
Text Example
Text Example
White with #AB188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB188B; }
p { color: rgb(171,24,139); }
H1.HeaderClassName
{
color: #AB188B;
}
.AnyTagClassName
{
color: #AB188B;
}
</style>
background-color css
<style>
a { background-color: #AB188B; }
a { background-color: rgb(171,24,139); }
div.DivClassName
{
background-color: #AB188B;
}
.BgClassName
{
background-color: #AB188B;
}
</style>
border-color css
<style>
span { border-color: #AB188B; }
span { border-color: rgb(171,24,139); }
td.TdClassName
{
border-color: #AB188B;
}
.TagClassName
{
border-color: #AB188B;
}
</style>