Shades of Medium Violet Red #AB1295
Tints of Medium Violet Red #AB1295
RGB
CMYK
RGB Variations
Color information
#AB1295 (or 0xAB1295) is known color: Medium Violet Red. HEX triplet: AB, 12 and 95. RGB value is (171,18,149). Sum of RGB (Red+Green+Blue) = 171+18+149=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1295 is #54ED6A. Grayscale: #4E4E4E. Windows color (decimal): -5565803 or 9769643. OLE color: 9769643.
HSL color Cylindrical-coordinate representation of color #AB1295: hue angle of 308.63º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1295 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 18 | 149 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.33 |
| HSL | 308.63º | 0.81% | 0.37% | - |
| HSV(B) | 308.63º | 0.89% | 0.67% | - |
| XYZ | 22.44 | 11.26 | 29.42 | - |
| YUV | 78.68 | 167.69 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 149 | 0 | 0.89 | 0.13 | 0.33 | 308.63 | 0.81 | 0.37 |
| Hex | AB | 12 | 95 | 0 | 59 | D | 21 | 135 | 51 | 25 |
| Octal | 253 | 22 | 225 | 0 | 131 | 15 | 41 | 465 | 121 | 45 |
| Binary | 10101011 | 10010 | 10010101 | 0 | 1011001 | 1101 | 100001 | 100110101 | 1010001 | 100101 |
Color Harmonies of #AB1295
Complementary color
Monochromatic Colors of #AB1295
Black with #AB1295
Text Example
Text Example
White with #AB1295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1295; }
p { color: rgb(171,18,149); }
H1.HeaderClassName
{
color: #AB1295;
}
.AnyTagClassName
{
color: #AB1295;
}
</style>
background-color css
<style>
a { background-color: #AB1295; }
a { background-color: rgb(171,18,149); }
div.DivClassName
{
background-color: #AB1295;
}
.BgClassName
{
background-color: #AB1295;
}
</style>
border-color css
<style>
span { border-color: #AB1295; }
span { border-color: rgb(171,18,149); }
td.TdClassName
{
border-color: #AB1295;
}
.TagClassName
{
border-color: #AB1295;
}
</style>