Shades of Medium Violet Red #AB128F
Tints of Medium Violet Red #AB128F
RGB
CMYK
RGB Variations
Color information
#AB128F (or 0xAB128F) is known color: Medium Violet Red. HEX triplet: AB, 12 and 8F. RGB value is (171,18,143). Sum of RGB (Red+Green+Blue) = 171+18+143=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB128F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB128F is #54ED70. Grayscale: #4D4D4D. Windows color (decimal): -5565809 or 9376427. OLE color: 9376427.
HSL color Cylindrical-coordinate representation of color #AB128F: hue angle of 310.98º 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 #AB128F is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 18 | 143 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.33 |
| HSL | 310.98º | 0.81% | 0.37% | - |
| HSV(B) | 310.98º | 0.89% | 0.67% | - |
| XYZ | 21.97 | 11.07 | 26.97 | - |
| YUV | 78 | 164.69 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 143 | 0 | 0.89 | 0.16 | 0.33 | 310.98 | 0.81 | 0.37 |
| Hex | AB | 12 | 8F | 0 | 59 | 10 | 21 | 137 | 51 | 25 |
| Octal | 253 | 22 | 217 | 0 | 131 | 20 | 41 | 467 | 121 | 45 |
| Binary | 10101011 | 10010 | 10001111 | 0 | 1011001 | 10000 | 100001 | 100110111 | 1010001 | 100101 |
Color Harmonies of #AB128F
Complementary color
Monochromatic Colors of #AB128F
Black with #AB128F
Text Example
Text Example
White with #AB128F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB128F; }
p { color: rgb(171,18,143); }
H1.HeaderClassName
{
color: #AB128F;
}
.AnyTagClassName
{
color: #AB128F;
}
</style>
background-color css
<style>
a { background-color: #AB128F; }
a { background-color: rgb(171,18,143); }
div.DivClassName
{
background-color: #AB128F;
}
.BgClassName
{
background-color: #AB128F;
}
</style>
border-color css
<style>
span { border-color: #AB128F; }
span { border-color: rgb(171,18,143); }
td.TdClassName
{
border-color: #AB128F;
}
.TagClassName
{
border-color: #AB128F;
}
</style>