Shades of Medium Red Violet #AB2795
Tints of Medium Red Violet #AB2795
RGB
CMYK
RGB Variations
Color information
#AB2795 (or 0xAB2795) is known color: Medium Red Violet. HEX triplet: AB, 27 and 95. RGB value is (171,39,149). Sum of RGB (Red+Green+Blue) = 171+39+149=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2795 is #54D86A. Grayscale: #5A5A5A. Windows color (decimal): -5560427 or 9775019. OLE color: 9775019.
HSL color Cylindrical-coordinate representation of color #AB2795: hue angle of 310º degrees, saturation: 0.63, 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 #AB2795 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 39 | 149 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.33 |
| HSL | 310º | 0.63% | 0.41% | - |
| HSV(B) | 310º | 0.77% | 0.67% | - |
| XYZ | 22.94 | 12.28 | 29.59 | - |
| YUV | 91.01 | 160.73 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 149 | 0 | 0.77 | 0.13 | 0.33 | 310 | 0.63 | 0.41 |
| Hex | AB | 27 | 95 | 0 | 4D | D | 21 | 136 | 3F | 29 |
| Octal | 253 | 47 | 225 | 0 | 115 | 15 | 41 | 466 | 77 | 51 |
| Binary | 10101011 | 100111 | 10010101 | 0 | 1001101 | 1101 | 100001 | 100110110 | 111111 | 101001 |
Color Harmonies of #AB2795
Complementary color
Monochromatic Colors of #AB2795
Black with #AB2795
Text Example
Text Example
White with #AB2795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2795; }
p { color: rgb(171,39,149); }
H1.HeaderClassName
{
color: #AB2795;
}
.AnyTagClassName
{
color: #AB2795;
}
</style>
background-color css
<style>
a { background-color: #AB2795; }
a { background-color: rgb(171,39,149); }
div.DivClassName
{
background-color: #AB2795;
}
.BgClassName
{
background-color: #AB2795;
}
</style>
border-color css
<style>
span { border-color: #AB2795; }
span { border-color: rgb(171,39,149); }
td.TdClassName
{
border-color: #AB2795;
}
.TagClassName
{
border-color: #AB2795;
}
</style>