Shades of Medium Violet Red #AB128A
Tints of Medium Violet Red #AB128A
RGB
CMYK
RGB Variations
Color information
#AB128A (or 0xAB128A) is known color: Medium Violet Red. HEX triplet: AB, 12 and 8A. RGB value is (171,18,138). Sum of RGB (Red+Green+Blue) = 171+18+138=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB128A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB128A is #54ED75. Grayscale: #4D4D4D. Windows color (decimal): -5565814 or 9048747. OLE color: 9048747.
HSL color Cylindrical-coordinate representation of color #AB128A: hue angle of 312.94º 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 #AB128A is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 18 | 138 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.33 |
| HSL | 312.94º | 0.81% | 0.37% | - |
| HSV(B) | 312.94º | 0.89% | 0.67% | - |
| XYZ | 21.6 | 10.93 | 25.02 | - |
| YUV | 77.43 | 162.19 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 138 | 0 | 0.89 | 0.19 | 0.33 | 312.94 | 0.81 | 0.37 |
| Hex | AB | 12 | 8A | 0 | 59 | 13 | 21 | 139 | 51 | 25 |
| Octal | 253 | 22 | 212 | 0 | 131 | 23 | 41 | 471 | 121 | 45 |
| Binary | 10101011 | 10010 | 10001010 | 0 | 1011001 | 10011 | 100001 | 100111001 | 1010001 | 100101 |
Color Harmonies of #AB128A
Complementary color
Monochromatic Colors of #AB128A
Black with #AB128A
Text Example
Text Example
White with #AB128A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB128A; }
p { color: rgb(171,18,138); }
H1.HeaderClassName
{
color: #AB128A;
}
.AnyTagClassName
{
color: #AB128A;
}
</style>
background-color css
<style>
a { background-color: #AB128A; }
a { background-color: rgb(171,18,138); }
div.DivClassName
{
background-color: #AB128A;
}
.BgClassName
{
background-color: #AB128A;
}
</style>
border-color css
<style>
span { border-color: #AB128A; }
span { border-color: rgb(171,18,138); }
td.TdClassName
{
border-color: #AB128A;
}
.TagClassName
{
border-color: #AB128A;
}
</style>