Shades of Medium Violet Red #AB158B
Tints of Medium Violet Red #AB158B
RGB
CMYK
RGB Variations
Color information
#AB158B (or 0xAB158B) is known color: Medium Violet Red. HEX triplet: AB, 15 and 8B. RGB value is (171,21,139). Sum of RGB (Red+Green+Blue) = 171+21+139=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB158B is #54EA74. Grayscale: #4E4E4E. Windows color (decimal): -5565045 or 9115051. OLE color: 9115051.
HSL color Cylindrical-coordinate representation of color #AB158B: hue angle of 312.8º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB158B is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 139 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.33 |
| HSL | 312.8º | 0.78% | 0.38% | - |
| HSV(B) | 312.8º | 0.88% | 0.67% | - |
| XYZ | 21.72 | 11.06 | 25.42 | - |
| YUV | 79.3 | 161.7 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 139 | 0 | 0.88 | 0.19 | 0.33 | 312.8 | 0.78 | 0.38 |
| Hex | AB | 15 | 8B | 0 | 58 | 13 | 21 | 139 | 4E | 26 |
| Octal | 253 | 25 | 213 | 0 | 130 | 23 | 41 | 471 | 116 | 46 |
| Binary | 10101011 | 10101 | 10001011 | 0 | 1011000 | 10011 | 100001 | 100111001 | 1001110 | 100110 |
Color Harmonies of #AB158B
Complementary color
Monochromatic Colors of #AB158B
Black with #AB158B
Text Example
Text Example
White with #AB158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB158B; }
p { color: rgb(171,21,139); }
H1.HeaderClassName
{
color: #AB158B;
}
.AnyTagClassName
{
color: #AB158B;
}
</style>
background-color css
<style>
a { background-color: #AB158B; }
a { background-color: rgb(171,21,139); }
div.DivClassName
{
background-color: #AB158B;
}
.BgClassName
{
background-color: #AB158B;
}
</style>
border-color css
<style>
span { border-color: #AB158B; }
span { border-color: rgb(171,21,139); }
td.TdClassName
{
border-color: #AB158B;
}
.TagClassName
{
border-color: #AB158B;
}
</style>