Shades of Medium Red Violet #AB2797
Tints of Medium Red Violet #AB2797
RGB
CMYK
RGB Variations
Color information
#AB2797 (or 0xAB2797) is known color: Medium Red Violet. HEX triplet: AB, 27 and 97. RGB value is (171,39,151). Sum of RGB (Red+Green+Blue) = 171+39+151=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 151 (59.38% from 255 or 41.83% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2797 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2797 is #54D868. Grayscale: #5A5A5A. Windows color (decimal): -5560425 or 9906091. OLE color: 9906091.
HSL color Cylindrical-coordinate representation of color #AB2797: hue angle of 309.09º 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 #AB2797 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 39 | 151 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.33 |
| HSL | 309.09º | 0.63% | 0.41% | - |
| HSV(B) | 309.09º | 0.77% | 0.67% | - |
| XYZ | 23.11 | 12.34 | 30.44 | - |
| YUV | 91.24 | 161.73 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 151 | 0 | 0.77 | 0.12 | 0.33 | 309.09 | 0.63 | 0.41 |
| Hex | AB | 27 | 97 | 0 | 4D | C | 21 | 135 | 3F | 29 |
| Octal | 253 | 47 | 227 | 0 | 115 | 14 | 41 | 465 | 77 | 51 |
| Binary | 10101011 | 100111 | 10010111 | 0 | 1001101 | 1100 | 100001 | 100110101 | 111111 | 101001 |
Color Harmonies of #AB2797
Complementary color
Monochromatic Colors of #AB2797
Black with #AB2797
Text Example
Text Example
White with #AB2797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2797; }
p { color: rgb(171,39,151); }
H1.HeaderClassName
{
color: #AB2797;
}
.AnyTagClassName
{
color: #AB2797;
}
</style>
background-color css
<style>
a { background-color: #AB2797; }
a { background-color: rgb(171,39,151); }
div.DivClassName
{
background-color: #AB2797;
}
.BgClassName
{
background-color: #AB2797;
}
</style>
border-color css
<style>
span { border-color: #AB2797; }
span { border-color: rgb(171,39,151); }
td.TdClassName
{
border-color: #AB2797;
}
.TagClassName
{
border-color: #AB2797;
}
</style>