Shades of Medium Red Violet #AB3992
Tints of Medium Red Violet #AB3992
RGB
CMYK
RGB Variations
Color information
#AB3992 (or 0xAB3992) is known color: Medium Red Violet. HEX triplet: AB, 39 and 92. RGB value is (171,57,146). Sum of RGB (Red+Green+Blue) = 171+57+146=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3992 is #54C66D. Grayscale: #646464. Windows color (decimal): -5555822 or 9583019. OLE color: 9583019.
HSL color Cylindrical-coordinate representation of color #AB3992: hue angle of 313.16º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB3992 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 57 | 146 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.33 |
| HSL | 313.16º | 0.5% | 0.45% | - |
| HSV(B) | 313.16º | 0.67% | 0.67% | - |
| XYZ | 23.45 | 13.66 | 28.59 | - |
| YUV | 101.23 | 153.27 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 57 | 146 | 0 | 0.67 | 0.15 | 0.33 | 313.16 | 0.5 | 0.45 |
| Hex | AB | 39 | 92 | 0 | 43 | F | 21 | 139 | 32 | 2D |
| Octal | 253 | 71 | 222 | 0 | 103 | 17 | 41 | 471 | 62 | 55 |
| Binary | 10101011 | 111001 | 10010010 | 0 | 1000011 | 1111 | 100001 | 100111001 | 110010 | 101101 |
Color Harmonies of #AB3992
Complementary color
Monochromatic Colors of #AB3992
Black with #AB3992
Text Example
Text Example
White with #AB3992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3992; }
p { color: rgb(171,57,146); }
H1.HeaderClassName
{
color: #AB3992;
}
.AnyTagClassName
{
color: #AB3992;
}
</style>
background-color css
<style>
a { background-color: #AB3992; }
a { background-color: rgb(171,57,146); }
div.DivClassName
{
background-color: #AB3992;
}
.BgClassName
{
background-color: #AB3992;
}
</style>
border-color css
<style>
span { border-color: #AB3992; }
span { border-color: rgb(171,57,146); }
td.TdClassName
{
border-color: #AB3992;
}
.TagClassName
{
border-color: #AB3992;
}
</style>