Shades of Medium Violet Red #AB1595
Tints of Medium Violet Red #AB1595
RGB
CMYK
RGB Variations
Color information
#AB1595 (or 0xAB1595) is known color: Medium Violet Red. HEX triplet: AB, 15 and 95. RGB value is (171,21,149). Sum of RGB (Red+Green+Blue) = 171+21+149=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1595 is #54EA6A. Grayscale: #505050. Windows color (decimal): -5565035 or 9770411. OLE color: 9770411.
HSL color Cylindrical-coordinate representation of color #AB1595: hue angle of 308.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 #AB1595 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 149 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.33 |
| HSL | 308.8º | 0.78% | 0.38% | - |
| HSV(B) | 308.8º | 0.88% | 0.67% | - |
| XYZ | 22.49 | 11.36 | 29.44 | - |
| YUV | 80.44 | 166.7 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 149 | 0 | 0.88 | 0.13 | 0.33 | 308.8 | 0.78 | 0.38 |
| Hex | AB | 15 | 95 | 0 | 58 | D | 21 | 135 | 4E | 26 |
| Octal | 253 | 25 | 225 | 0 | 130 | 15 | 41 | 465 | 116 | 46 |
| Binary | 10101011 | 10101 | 10010101 | 0 | 1011000 | 1101 | 100001 | 100110101 | 1001110 | 100110 |
Color Harmonies of #AB1595
Complementary color
Monochromatic Colors of #AB1595
Black with #AB1595
Text Example
Text Example
White with #AB1595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1595; }
p { color: rgb(171,21,149); }
H1.HeaderClassName
{
color: #AB1595;
}
.AnyTagClassName
{
color: #AB1595;
}
</style>
background-color css
<style>
a { background-color: #AB1595; }
a { background-color: rgb(171,21,149); }
div.DivClassName
{
background-color: #AB1595;
}
.BgClassName
{
background-color: #AB1595;
}
</style>
border-color css
<style>
span { border-color: #AB1595; }
span { border-color: rgb(171,21,149); }
td.TdClassName
{
border-color: #AB1595;
}
.TagClassName
{
border-color: #AB1595;
}
</style>