Shades of Medium Violet Red #AB148E
Tints of Medium Violet Red #AB148E
RGB
CMYK
RGB Variations
Color information
#AB148E (or 0xAB148E) is known color: Medium Violet Red. HEX triplet: AB, 14 and 8E. RGB value is (171,20,142). Sum of RGB (Red+Green+Blue) = 171+20+142=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB148E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB148E is #54EB71. Grayscale: #4E4E4E. Windows color (decimal): -5565298 or 9311403. OLE color: 9311403.
HSL color Cylindrical-coordinate representation of color #AB148E: hue angle of 311.52º 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 #AB148E is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 142 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.33 |
| HSL | 311.52º | 0.79% | 0.37% | - |
| HSV(B) | 311.52º | 0.88% | 0.67% | - |
| XYZ | 21.93 | 11.11 | 26.58 | - |
| YUV | 79.06 | 163.53 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 142 | 0 | 0.88 | 0.17 | 0.33 | 311.52 | 0.79 | 0.37 |
| Hex | AB | 14 | 8E | 0 | 58 | 11 | 21 | 138 | 4F | 25 |
| Octal | 253 | 24 | 216 | 0 | 130 | 21 | 41 | 470 | 117 | 45 |
| Binary | 10101011 | 10100 | 10001110 | 0 | 1011000 | 10001 | 100001 | 100111000 | 1001111 | 100101 |
Color Harmonies of #AB148E
Complementary color
Monochromatic Colors of #AB148E
Black with #AB148E
Text Example
Text Example
White with #AB148E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB148E; }
p { color: rgb(171,20,142); }
H1.HeaderClassName
{
color: #AB148E;
}
.AnyTagClassName
{
color: #AB148E;
}
</style>
background-color css
<style>
a { background-color: #AB148E; }
a { background-color: rgb(171,20,142); }
div.DivClassName
{
background-color: #AB148E;
}
.BgClassName
{
background-color: #AB148E;
}
</style>
border-color css
<style>
span { border-color: #AB148E; }
span { border-color: rgb(171,20,142); }
td.TdClassName
{
border-color: #AB148E;
}
.TagClassName
{
border-color: #AB148E;
}
</style>