Shades of Medium Red Violet #AB2794
Tints of Medium Red Violet #AB2794
RGB
CMYK
RGB Variations
Color information
#AB2794 (or 0xAB2794) is known color: Medium Red Violet. HEX triplet: AB, 27 and 94. RGB value is (171,39,148). Sum of RGB (Red+Green+Blue) = 171+39+148=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2794 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2794 is #54D86B. Grayscale: #5A5A5A. Windows color (decimal): -5560428 or 9709483. OLE color: 9709483.
HSL color Cylindrical-coordinate representation of color #AB2794: hue angle of 310.45º 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 #AB2794 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 39 | 148 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.33 |
| HSL | 310.45º | 0.63% | 0.41% | - |
| HSV(B) | 310.45º | 0.77% | 0.67% | - |
| XYZ | 22.87 | 12.25 | 29.18 | - |
| YUV | 90.89 | 160.23 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 148 | 0 | 0.77 | 0.13 | 0.33 | 310.45 | 0.63 | 0.41 |
| Hex | AB | 27 | 94 | 0 | 4D | D | 21 | 136 | 3F | 29 |
| Octal | 253 | 47 | 224 | 0 | 115 | 15 | 41 | 466 | 77 | 51 |
| Binary | 10101011 | 100111 | 10010100 | 0 | 1001101 | 1101 | 100001 | 100110110 | 111111 | 101001 |
Color Harmonies of #AB2794
Complementary color
Monochromatic Colors of #AB2794
Black with #AB2794
Text Example
Text Example
White with #AB2794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2794; }
p { color: rgb(171,39,148); }
H1.HeaderClassName
{
color: #AB2794;
}
.AnyTagClassName
{
color: #AB2794;
}
</style>
background-color css
<style>
a { background-color: #AB2794; }
a { background-color: rgb(171,39,148); }
div.DivClassName
{
background-color: #AB2794;
}
.BgClassName
{
background-color: #AB2794;
}
</style>
border-color css
<style>
span { border-color: #AB2794; }
span { border-color: rgb(171,39,148); }
td.TdClassName
{
border-color: #AB2794;
}
.TagClassName
{
border-color: #AB2794;
}
</style>