Shades of Medium Violet Red #AB147E
Tints of Medium Violet Red #AB147E
RGB
CMYK
RGB Variations
Color information
#AB147E (or 0xAB147E) is known color: Medium Violet Red. HEX triplet: AB, 14 and 7E. RGB value is (171,20,126). Sum of RGB (Red+Green+Blue) = 171+20+126=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB147E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB147E is #54EB81. Grayscale: #4C4C4C. Windows color (decimal): -5565314 or 8262827. OLE color: 8262827.
HSL color Cylindrical-coordinate representation of color #AB147E: hue angle of 317.88º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB147E is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 126 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.33 |
| HSL | 317.88º | 0.79% | 0.37% | - |
| HSV(B) | 317.88º | 0.88% | 0.67% | - |
| XYZ | 20.81 | 10.66 | 20.7 | - |
| YUV | 77.23 | 155.53 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 126 | 0 | 0.88 | 0.26 | 0.33 | 317.88 | 0.79 | 0.37 |
| Hex | AB | 14 | 7E | 0 | 58 | 1A | 21 | 13E | 4F | 25 |
| Octal | 253 | 24 | 176 | 0 | 130 | 32 | 41 | 476 | 117 | 45 |
| Binary | 10101011 | 10100 | 1111110 | 0 | 1011000 | 11010 | 100001 | 100111110 | 1001111 | 100101 |
Color Harmonies of #AB147E
Complementary color
Monochromatic Colors of #AB147E
Black with #AB147E
Text Example
Text Example
White with #AB147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB147E; }
p { color: rgb(171,20,126); }
H1.HeaderClassName
{
color: #AB147E;
}
.AnyTagClassName
{
color: #AB147E;
}
</style>
background-color css
<style>
a { background-color: #AB147E; }
a { background-color: rgb(171,20,126); }
div.DivClassName
{
background-color: #AB147E;
}
.BgClassName
{
background-color: #AB147E;
}
</style>
border-color css
<style>
span { border-color: #AB147E; }
span { border-color: rgb(171,20,126); }
td.TdClassName
{
border-color: #AB147E;
}
.TagClassName
{
border-color: #AB147E;
}
</style>