Shades of Medium Red Violet #AB3792
Tints of Medium Red Violet #AB3792
RGB
CMYK
RGB Variations
Color information
#AB3792 (or 0xAB3792) is known color: Medium Red Violet. HEX triplet: AB, 37 and 92. RGB value is (171,55,146). Sum of RGB (Red+Green+Blue) = 171+55+146=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3792 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3792 is #54C86D. Grayscale: #636363. Windows color (decimal): -5556334 or 9582507. OLE color: 9582507.
HSL color Cylindrical-coordinate representation of color #AB3792: hue angle of 312.93º 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 #AB3792 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 146 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.33 |
| HSL | 312.93º | 0.51% | 0.44% | - |
| HSV(B) | 312.93º | 0.68% | 0.67% | - |
| XYZ | 23.35 | 13.47 | 28.56 | - |
| YUV | 100.06 | 153.93 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 146 | 0 | 0.68 | 0.15 | 0.33 | 312.93 | 0.51 | 0.44 |
| Hex | AB | 37 | 92 | 0 | 44 | F | 21 | 139 | 33 | 2C |
| Octal | 253 | 67 | 222 | 0 | 104 | 17 | 41 | 471 | 63 | 54 |
| Binary | 10101011 | 110111 | 10010010 | 0 | 1000100 | 1111 | 100001 | 100111001 | 110011 | 101100 |
Color Harmonies of #AB3792
Complementary color
Monochromatic Colors of #AB3792
Black with #AB3792
Text Example
Text Example
White with #AB3792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3792; }
p { color: rgb(171,55,146); }
H1.HeaderClassName
{
color: #AB3792;
}
.AnyTagClassName
{
color: #AB3792;
}
</style>
background-color css
<style>
a { background-color: #AB3792; }
a { background-color: rgb(171,55,146); }
div.DivClassName
{
background-color: #AB3792;
}
.BgClassName
{
background-color: #AB3792;
}
</style>
border-color css
<style>
span { border-color: #AB3792; }
span { border-color: rgb(171,55,146); }
td.TdClassName
{
border-color: #AB3792;
}
.TagClassName
{
border-color: #AB3792;
}
</style>