Shades of Medium Violet Red #AB188F
Tints of Medium Violet Red #AB188F
RGB
CMYK
RGB Variations
Color information
#AB188F (or 0xAB188F) is known color: Medium Violet Red. HEX triplet: AB, 18 and 8F. RGB value is (171,24,143). Sum of RGB (Red+Green+Blue) = 171+24+143=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB188F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB188F is #54E770. Grayscale: #515151. Windows color (decimal): -5564273 or 9377963. OLE color: 9377963.
HSL color Cylindrical-coordinate representation of color #AB188F: hue angle of 311.43º 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 #AB188F is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 143 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.33 |
| HSL | 311.43º | 0.75% | 0.38% | - |
| HSV(B) | 311.43º | 0.86% | 0.67% | - |
| XYZ | 22.08 | 11.29 | 27 | - |
| YUV | 81.52 | 162.7 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 143 | 0 | 0.86 | 0.16 | 0.33 | 311.43 | 0.75 | 0.38 |
| Hex | AB | 18 | 8F | 0 | 56 | 10 | 21 | 137 | 4B | 26 |
| Octal | 253 | 30 | 217 | 0 | 126 | 20 | 41 | 467 | 113 | 46 |
| Binary | 10101011 | 11000 | 10001111 | 0 | 1010110 | 10000 | 100001 | 100110111 | 1001011 | 100110 |
Color Harmonies of #AB188F
Complementary color
Monochromatic Colors of #AB188F
Black with #AB188F
Text Example
Text Example
White with #AB188F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB188F; }
p { color: rgb(171,24,143); }
H1.HeaderClassName
{
color: #AB188F;
}
.AnyTagClassName
{
color: #AB188F;
}
</style>
background-color css
<style>
a { background-color: #AB188F; }
a { background-color: rgb(171,24,143); }
div.DivClassName
{
background-color: #AB188F;
}
.BgClassName
{
background-color: #AB188F;
}
</style>
border-color css
<style>
span { border-color: #AB188F; }
span { border-color: rgb(171,24,143); }
td.TdClassName
{
border-color: #AB188F;
}
.TagClassName
{
border-color: #AB188F;
}
</style>