Shades of Medium Violet Red #AB148B
Tints of Medium Violet Red #AB148B
RGB
CMYK
RGB Variations
Color information
#AB148B (or 0xAB148B) is known color: Medium Violet Red. HEX triplet: AB, 14 and 8B. RGB value is (171,20,139). Sum of RGB (Red+Green+Blue) = 171+20+139=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB148B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB148B is #54EB74. Grayscale: #4E4E4E. Windows color (decimal): -5565301 or 9114795. OLE color: 9114795.
HSL color Cylindrical-coordinate representation of color #AB148B: hue angle of 312.72º 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 #AB148B is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 139 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.33 |
| HSL | 312.72º | 0.79% | 0.37% | - |
| HSV(B) | 312.72º | 0.88% | 0.67% | - |
| XYZ | 21.7 | 11.02 | 25.41 | - |
| YUV | 78.72 | 162.03 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 139 | 0 | 0.88 | 0.19 | 0.33 | 312.72 | 0.79 | 0.37 |
| Hex | AB | 14 | 8B | 0 | 58 | 13 | 21 | 139 | 4F | 25 |
| Octal | 253 | 24 | 213 | 0 | 130 | 23 | 41 | 471 | 117 | 45 |
| Binary | 10101011 | 10100 | 10001011 | 0 | 1011000 | 10011 | 100001 | 100111001 | 1001111 | 100101 |
Color Harmonies of #AB148B
Complementary color
Monochromatic Colors of #AB148B
Black with #AB148B
Text Example
Text Example
White with #AB148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB148B; }
p { color: rgb(171,20,139); }
H1.HeaderClassName
{
color: #AB148B;
}
.AnyTagClassName
{
color: #AB148B;
}
</style>
background-color css
<style>
a { background-color: #AB148B; }
a { background-color: rgb(171,20,139); }
div.DivClassName
{
background-color: #AB148B;
}
.BgClassName
{
background-color: #AB148B;
}
</style>
border-color css
<style>
span { border-color: #AB148B; }
span { border-color: rgb(171,20,139); }
td.TdClassName
{
border-color: #AB148B;
}
.TagClassName
{
border-color: #AB148B;
}
</style>