Shades of Medium Red Violet #AB3F92
Tints of Medium Red Violet #AB3F92
RGB
CMYK
RGB Variations
Color information
#AB3F92 (or 0xAB3F92) is known color: Medium Red Violet. HEX triplet: AB, 3F and 92. RGB value is (171,63,146). Sum of RGB (Red+Green+Blue) = 171+63+146=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3F92 is #54C06D. Grayscale: #686868. Windows color (decimal): -5554286 or 9584555. OLE color: 9584555.
HSL color Cylindrical-coordinate representation of color #AB3F92: hue angle of 313.89º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB3F92 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 146 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.33 |
| HSL | 313.89º | 0.46% | 0.46% | - |
| HSV(B) | 313.89º | 0.63% | 0.67% | - |
| XYZ | 23.76 | 14.29 | 28.7 | - |
| YUV | 104.75 | 151.28 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 146 | 0 | 0.63 | 0.15 | 0.33 | 313.89 | 0.46 | 0.46 |
| Hex | AB | 3F | 92 | 0 | 3F | F | 21 | 13A | 2E | 2E |
| Octal | 253 | 77 | 222 | 0 | 77 | 17 | 41 | 472 | 56 | 56 |
| Binary | 10101011 | 111111 | 10010010 | 0 | 111111 | 1111 | 100001 | 100111010 | 101110 | 101110 |
Color Harmonies of #AB3F92
Complementary color
Monochromatic Colors of #AB3F92
Black with #AB3F92
Text Example
Text Example
White with #AB3F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3F92; }
p { color: rgb(171,63,146); }
H1.HeaderClassName
{
color: #AB3F92;
}
.AnyTagClassName
{
color: #AB3F92;
}
</style>
background-color css
<style>
a { background-color: #AB3F92; }
a { background-color: rgb(171,63,146); }
div.DivClassName
{
background-color: #AB3F92;
}
.BgClassName
{
background-color: #AB3F92;
}
</style>
border-color css
<style>
span { border-color: #AB3F92; }
span { border-color: rgb(171,63,146); }
td.TdClassName
{
border-color: #AB3F92;
}
.TagClassName
{
border-color: #AB3F92;
}
</style>