Shades of Medium Violet Red #AB128D
Tints of Medium Violet Red #AB128D
RGB
CMYK
RGB Variations
Color information
#AB128D (or 0xAB128D) is known color: Medium Violet Red. HEX triplet: AB, 12 and 8D. RGB value is (171,18,141). Sum of RGB (Red+Green+Blue) = 171+18+141=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB128D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB128D is #54ED72. Grayscale: #4D4D4D. Windows color (decimal): -5565811 or 9245355. OLE color: 9245355.
HSL color Cylindrical-coordinate representation of color #AB128D: hue angle of 311.76º 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 #AB128D is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 18 | 141 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.33 |
| HSL | 311.76º | 0.81% | 0.37% | - |
| HSV(B) | 311.76º | 0.89% | 0.67% | - |
| XYZ | 21.82 | 11.01 | 26.18 | - |
| YUV | 77.77 | 163.69 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 141 | 0 | 0.89 | 0.18 | 0.33 | 311.76 | 0.81 | 0.37 |
| Hex | AB | 12 | 8D | 0 | 59 | 12 | 21 | 138 | 51 | 25 |
| Octal | 253 | 22 | 215 | 0 | 131 | 22 | 41 | 470 | 121 | 45 |
| Binary | 10101011 | 10010 | 10001101 | 0 | 1011001 | 10010 | 100001 | 100111000 | 1010001 | 100101 |
Color Harmonies of #AB128D
Complementary color
Monochromatic Colors of #AB128D
Black with #AB128D
Text Example
Text Example
White with #AB128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB128D; }
p { color: rgb(171,18,141); }
H1.HeaderClassName
{
color: #AB128D;
}
.AnyTagClassName
{
color: #AB128D;
}
</style>
background-color css
<style>
a { background-color: #AB128D; }
a { background-color: rgb(171,18,141); }
div.DivClassName
{
background-color: #AB128D;
}
.BgClassName
{
background-color: #AB128D;
}
</style>
border-color css
<style>
span { border-color: #AB128D; }
span { border-color: rgb(171,18,141); }
td.TdClassName
{
border-color: #AB128D;
}
.TagClassName
{
border-color: #AB128D;
}
</style>