Shades of Medium Violet Red #AB138A
Tints of Medium Violet Red #AB138A
RGB
CMYK
RGB Variations
Color information
#AB138A (or 0xAB138A) is known color: Medium Violet Red. HEX triplet: AB, 13 and 8A. RGB value is (171,19,138). Sum of RGB (Red+Green+Blue) = 171+19+138=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB138A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB138A is #54EC75. Grayscale: #4D4D4D. Windows color (decimal): -5565558 or 9049003. OLE color: 9049003.
HSL color Cylindrical-coordinate representation of color #AB138A: hue angle of 313.03º 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 #AB138A is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 138 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.33 |
| HSL | 313.03º | 0.8% | 0.37% | - |
| HSV(B) | 313.03º | 0.89% | 0.67% | - |
| XYZ | 21.61 | 10.96 | 25.02 | - |
| YUV | 78.01 | 161.86 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 138 | 0 | 0.89 | 0.19 | 0.33 | 313.03 | 0.8 | 0.37 |
| Hex | AB | 13 | 8A | 0 | 59 | 13 | 21 | 139 | 50 | 25 |
| Octal | 253 | 23 | 212 | 0 | 131 | 23 | 41 | 471 | 120 | 45 |
| Binary | 10101011 | 10011 | 10001010 | 0 | 1011001 | 10011 | 100001 | 100111001 | 1010000 | 100101 |
Color Harmonies of #AB138A
Complementary color
Monochromatic Colors of #AB138A
Black with #AB138A
Text Example
Text Example
White with #AB138A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB138A; }
p { color: rgb(171,19,138); }
H1.HeaderClassName
{
color: #AB138A;
}
.AnyTagClassName
{
color: #AB138A;
}
</style>
background-color css
<style>
a { background-color: #AB138A; }
a { background-color: rgb(171,19,138); }
div.DivClassName
{
background-color: #AB138A;
}
.BgClassName
{
background-color: #AB138A;
}
</style>
border-color css
<style>
span { border-color: #AB138A; }
span { border-color: rgb(171,19,138); }
td.TdClassName
{
border-color: #AB138A;
}
.TagClassName
{
border-color: #AB138A;
}
</style>