Shades of Medium Violet Red #AB118B
Tints of Medium Violet Red #AB118B
RGB
CMYK
RGB Variations
Color information
#AB118B (or 0xAB118B) is known color: Medium Violet Red. HEX triplet: AB, 11 and 8B. RGB value is (171,17,139). Sum of RGB (Red+Green+Blue) = 171+17+139=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB118B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB118B is #54EE74. Grayscale: #4C4C4C. Windows color (decimal): -5566069 or 9114027. OLE color: 9114027.
HSL color Cylindrical-coordinate representation of color #AB118B: hue angle of 312.47º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB118B is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 139 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.33 |
| HSL | 312.47º | 0.82% | 0.37% | - |
| HSV(B) | 312.47º | 0.9% | 0.67% | - |
| XYZ | 21.66 | 10.92 | 25.39 | - |
| YUV | 76.95 | 163.02 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 139 | 0 | 0.90 | 0.19 | 0.33 | 312.47 | 0.82 | 0.37 |
| Hex | AB | 11 | 8B | 0 | 5A | 13 | 21 | 138 | 52 | 25 |
| Octal | 253 | 21 | 213 | 0 | 132 | 23 | 41 | 470 | 122 | 45 |
| Binary | 10101011 | 10001 | 10001011 | 0 | 1011010 | 10011 | 100001 | 100111000 | 1010010 | 100101 |
Color Harmonies of #AB118B
Complementary color
Monochromatic Colors of #AB118B
Black with #AB118B
Text Example
Text Example
White with #AB118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB118B; }
p { color: rgb(171,17,139); }
H1.HeaderClassName
{
color: #AB118B;
}
.AnyTagClassName
{
color: #AB118B;
}
</style>
background-color css
<style>
a { background-color: #AB118B; }
a { background-color: rgb(171,17,139); }
div.DivClassName
{
background-color: #AB118B;
}
.BgClassName
{
background-color: #AB118B;
}
</style>
border-color css
<style>
span { border-color: #AB118B; }
span { border-color: rgb(171,17,139); }
td.TdClassName
{
border-color: #AB118B;
}
.TagClassName
{
border-color: #AB118B;
}
</style>