Shades of Medium Violet Red #AB138C
Tints of Medium Violet Red #AB138C
RGB
CMYK
RGB Variations
Color information
#AB138C (or 0xAB138C) is known color: Medium Violet Red. HEX triplet: AB, 13 and 8C. RGB value is (171,19,140). Sum of RGB (Red+Green+Blue) = 171+19+140=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB138C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB138C is #54EC73. Grayscale: #4D4D4D. Windows color (decimal): -5565556 or 9180075. OLE color: 9180075.
HSL color Cylindrical-coordinate representation of color #AB138C: hue angle of 312.24º degrees, saturation: 0.8, 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 #AB138C is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 140 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.33 |
| HSL | 312.24º | 0.8% | 0.37% | - |
| HSV(B) | 312.24º | 0.89% | 0.67% | - |
| XYZ | 21.76 | 11.02 | 25.79 | - |
| YUV | 78.24 | 162.86 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 140 | 0 | 0.89 | 0.18 | 0.33 | 312.24 | 0.8 | 0.37 |
| Hex | AB | 13 | 8C | 0 | 59 | 12 | 21 | 138 | 50 | 25 |
| Octal | 253 | 23 | 214 | 0 | 131 | 22 | 41 | 470 | 120 | 45 |
| Binary | 10101011 | 10011 | 10001100 | 0 | 1011001 | 10010 | 100001 | 100111000 | 1010000 | 100101 |
Color Harmonies of #AB138C
Complementary color
Monochromatic Colors of #AB138C
Black with #AB138C
Text Example
Text Example
White with #AB138C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB138C; }
p { color: rgb(171,19,140); }
H1.HeaderClassName
{
color: #AB138C;
}
.AnyTagClassName
{
color: #AB138C;
}
</style>
background-color css
<style>
a { background-color: #AB138C; }
a { background-color: rgb(171,19,140); }
div.DivClassName
{
background-color: #AB138C;
}
.BgClassName
{
background-color: #AB138C;
}
</style>
border-color css
<style>
span { border-color: #AB138C; }
span { border-color: rgb(171,19,140); }
td.TdClassName
{
border-color: #AB138C;
}
.TagClassName
{
border-color: #AB138C;
}
</style>