Shades of Medium Violet Red #AB128B
Tints of Medium Violet Red #AB128B
RGB
CMYK
RGB Variations
Color information
#AB128B (or 0xAB128B) is known color: Medium Violet Red. HEX triplet: AB, 12 and 8B. RGB value is (171,18,139). Sum of RGB (Red+Green+Blue) = 171+18+139=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB128B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB128B is #54ED74. Grayscale: #4D4D4D. Windows color (decimal): -5565813 or 9114283. OLE color: 9114283.
HSL color Cylindrical-coordinate representation of color #AB128B: hue angle of 312.55º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB128B is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 18 | 139 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.33 |
| HSL | 312.55º | 0.81% | 0.37% | - |
| HSV(B) | 312.55º | 0.89% | 0.67% | - |
| XYZ | 21.67 | 10.95 | 25.4 | - |
| YUV | 77.54 | 162.69 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 139 | 0 | 0.89 | 0.19 | 0.33 | 312.55 | 0.81 | 0.37 |
| Hex | AB | 12 | 8B | 0 | 59 | 13 | 21 | 139 | 51 | 25 |
| Octal | 253 | 22 | 213 | 0 | 131 | 23 | 41 | 471 | 121 | 45 |
| Binary | 10101011 | 10010 | 10001011 | 0 | 1011001 | 10011 | 100001 | 100111001 | 1010001 | 100101 |
Color Harmonies of #AB128B
Complementary color
Monochromatic Colors of #AB128B
Black with #AB128B
Text Example
Text Example
White with #AB128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB128B; }
p { color: rgb(171,18,139); }
H1.HeaderClassName
{
color: #AB128B;
}
.AnyTagClassName
{
color: #AB128B;
}
</style>
background-color css
<style>
a { background-color: #AB128B; }
a { background-color: rgb(171,18,139); }
div.DivClassName
{
background-color: #AB128B;
}
.BgClassName
{
background-color: #AB128B;
}
</style>
border-color css
<style>
span { border-color: #AB128B; }
span { border-color: rgb(171,18,139); }
td.TdClassName
{
border-color: #AB128B;
}
.TagClassName
{
border-color: #AB128B;
}
</style>