Shades of Medium Violet Red #AB148F
Tints of Medium Violet Red #AB148F
RGB
CMYK
RGB Variations
Color information
#AB148F (or 0xAB148F) is known color: Medium Violet Red. HEX triplet: AB, 14 and 8F. RGB value is (171,20,143). Sum of RGB (Red+Green+Blue) = 171+20+143=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB148F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB148F is #54EB70. Grayscale: #4E4E4E. Windows color (decimal): -5565297 or 9376939. OLE color: 9376939.
HSL color Cylindrical-coordinate representation of color #AB148F: hue angle of 311.13º 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 #AB148F is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 143 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.33 |
| HSL | 311.13º | 0.79% | 0.37% | - |
| HSV(B) | 311.13º | 0.88% | 0.67% | - |
| XYZ | 22 | 11.14 | 26.98 | - |
| YUV | 79.17 | 164.03 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 143 | 0 | 0.88 | 0.16 | 0.33 | 311.13 | 0.79 | 0.37 |
| Hex | AB | 14 | 8F | 0 | 58 | 10 | 21 | 137 | 4F | 25 |
| Octal | 253 | 24 | 217 | 0 | 130 | 20 | 41 | 467 | 117 | 45 |
| Binary | 10101011 | 10100 | 10001111 | 0 | 1011000 | 10000 | 100001 | 100110111 | 1001111 | 100101 |
Color Harmonies of #AB148F
Complementary color
Monochromatic Colors of #AB148F
Black with #AB148F
Text Example
Text Example
White with #AB148F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB148F; }
p { color: rgb(171,20,143); }
H1.HeaderClassName
{
color: #AB148F;
}
.AnyTagClassName
{
color: #AB148F;
}
</style>
background-color css
<style>
a { background-color: #AB148F; }
a { background-color: rgb(171,20,143); }
div.DivClassName
{
background-color: #AB148F;
}
.BgClassName
{
background-color: #AB148F;
}
</style>
border-color css
<style>
span { border-color: #AB148F; }
span { border-color: rgb(171,20,143); }
td.TdClassName
{
border-color: #AB148F;
}
.TagClassName
{
border-color: #AB148F;
}
</style>