Shades of Medium Red Violet #AB2595
Tints of Medium Red Violet #AB2595
RGB
CMYK
RGB Variations
Color information
#AB2595 (or 0xAB2595) is known color: Medium Red Violet. HEX triplet: AB, 25 and 95. RGB value is (171,37,149). Sum of RGB (Red+Green+Blue) = 171+37+149=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2595 is #54DA6A. Grayscale: #595959. Windows color (decimal): -5560939 or 9774507. OLE color: 9774507.
HSL color Cylindrical-coordinate representation of color #AB2595: hue angle of 309.85º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2595 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 149 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.33 |
| HSL | 309.85º | 0.64% | 0.41% | - |
| HSV(B) | 309.85º | 0.78% | 0.67% | - |
| XYZ | 22.88 | 12.15 | 29.57 | - |
| YUV | 89.83 | 161.39 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 149 | 0 | 0.78 | 0.13 | 0.33 | 309.85 | 0.64 | 0.41 |
| Hex | AB | 25 | 95 | 0 | 4E | D | 21 | 136 | 40 | 29 |
| Octal | 253 | 45 | 225 | 0 | 116 | 15 | 41 | 466 | 100 | 51 |
| Binary | 10101011 | 100101 | 10010101 | 0 | 1001110 | 1101 | 100001 | 100110110 | 1000000 | 101001 |
Color Harmonies of #AB2595
Complementary color
Monochromatic Colors of #AB2595
Black with #AB2595
Text Example
Text Example
White with #AB2595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2595; }
p { color: rgb(171,37,149); }
H1.HeaderClassName
{
color: #AB2595;
}
.AnyTagClassName
{
color: #AB2595;
}
</style>
background-color css
<style>
a { background-color: #AB2595; }
a { background-color: rgb(171,37,149); }
div.DivClassName
{
background-color: #AB2595;
}
.BgClassName
{
background-color: #AB2595;
}
</style>
border-color css
<style>
span { border-color: #AB2595; }
span { border-color: rgb(171,37,149); }
td.TdClassName
{
border-color: #AB2595;
}
.TagClassName
{
border-color: #AB2595;
}
</style>