Shades of Medium Red Violet #AB3795
Tints of Medium Red Violet #AB3795
RGB
CMYK
RGB Variations
Color information
#AB3795 (or 0xAB3795) is known color: Medium Red Violet. HEX triplet: AB, 37 and 95. RGB value is (171,55,149). Sum of RGB (Red+Green+Blue) = 171+55+149=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3795 is #54C86A. Grayscale: #646464. Windows color (decimal): -5556331 or 9779115. OLE color: 9779115.
HSL color Cylindrical-coordinate representation of color #AB3795: hue angle of 311.38º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB3795 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 149 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.33 |
| HSL | 311.38º | 0.51% | 0.44% | - |
| HSV(B) | 311.38º | 0.68% | 0.67% | - |
| XYZ | 23.59 | 13.56 | 29.81 | - |
| YUV | 100.4 | 155.43 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 149 | 0 | 0.68 | 0.13 | 0.33 | 311.38 | 0.51 | 0.44 |
| Hex | AB | 37 | 95 | 0 | 44 | D | 21 | 137 | 33 | 2C |
| Octal | 253 | 67 | 225 | 0 | 104 | 15 | 41 | 467 | 63 | 54 |
| Binary | 10101011 | 110111 | 10010101 | 0 | 1000100 | 1101 | 100001 | 100110111 | 110011 | 101100 |
Color Harmonies of #AB3795
Complementary color
Monochromatic Colors of #AB3795
Black with #AB3795
Text Example
Text Example
White with #AB3795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3795; }
p { color: rgb(171,55,149); }
H1.HeaderClassName
{
color: #AB3795;
}
.AnyTagClassName
{
color: #AB3795;
}
</style>
background-color css
<style>
a { background-color: #AB3795; }
a { background-color: rgb(171,55,149); }
div.DivClassName
{
background-color: #AB3795;
}
.BgClassName
{
background-color: #AB3795;
}
</style>
border-color css
<style>
span { border-color: #AB3795; }
span { border-color: rgb(171,55,149); }
td.TdClassName
{
border-color: #AB3795;
}
.TagClassName
{
border-color: #AB3795;
}
</style>