Shades of Medium Red Violet #AB2895
Tints of Medium Red Violet #AB2895
RGB
CMYK
RGB Variations
Color information
#AB2895 (or 0xAB2895) is known color: Medium Red Violet. HEX triplet: AB, 28 and 95. RGB value is (171,40,149). Sum of RGB (Red+Green+Blue) = 171+40+149=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2895 is #54D76A. Grayscale: #5B5B5B. Windows color (decimal): -5560171 or 9775275. OLE color: 9775275.
HSL color Cylindrical-coordinate representation of color #AB2895: hue angle of 310.08º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2895 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 149 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.33 |
| HSL | 310.08º | 0.62% | 0.41% | - |
| HSV(B) | 310.08º | 0.77% | 0.67% | - |
| XYZ | 22.98 | 12.35 | 29.61 | - |
| YUV | 91.6 | 160.4 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 149 | 0 | 0.77 | 0.13 | 0.33 | 310.08 | 0.62 | 0.41 |
| Hex | AB | 28 | 95 | 0 | 4D | D | 21 | 136 | 3E | 29 |
| Octal | 253 | 50 | 225 | 0 | 115 | 15 | 41 | 466 | 76 | 51 |
| Binary | 10101011 | 101000 | 10010101 | 0 | 1001101 | 1101 | 100001 | 100110110 | 111110 | 101001 |
Color Harmonies of #AB2895
Complementary color
Monochromatic Colors of #AB2895
Black with #AB2895
Text Example
Text Example
White with #AB2895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2895; }
p { color: rgb(171,40,149); }
H1.HeaderClassName
{
color: #AB2895;
}
.AnyTagClassName
{
color: #AB2895;
}
</style>
background-color css
<style>
a { background-color: #AB2895; }
a { background-color: rgb(171,40,149); }
div.DivClassName
{
background-color: #AB2895;
}
.BgClassName
{
background-color: #AB2895;
}
</style>
border-color css
<style>
span { border-color: #AB2895; }
span { border-color: rgb(171,40,149); }
td.TdClassName
{
border-color: #AB2895;
}
.TagClassName
{
border-color: #AB2895;
}
</style>