Shades of Medium Red Violet #AB4892
Tints of Medium Red Violet #AB4892
RGB
CMYK
RGB Variations
Color information
#AB4892 (or 0xAB4892) is known color: Medium Red Violet. HEX triplet: AB, 48 and 92. RGB value is (171,72,146). Sum of RGB (Red+Green+Blue) = 171+72+146=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4892 is #54B76D. Grayscale: #6D6D6D. Windows color (decimal): -5551982 or 9586859. OLE color: 9586859.
HSL color Cylindrical-coordinate representation of color #AB4892: hue angle of 315.15º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB4892 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 72 | 146 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.33 |
| HSL | 315.15º | 0.41% | 0.48% | - |
| HSV(B) | 315.15º | 0.58% | 0.67% | - |
| XYZ | 24.3 | 15.37 | 28.88 | - |
| YUV | 110.04 | 148.3 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 146 | 0 | 0.58 | 0.15 | 0.33 | 315.15 | 0.41 | 0.48 |
| Hex | AB | 48 | 92 | 0 | 3A | F | 21 | 13B | 29 | 30 |
| Octal | 253 | 110 | 222 | 0 | 72 | 17 | 41 | 473 | 51 | 60 |
| Binary | 10101011 | 1001000 | 10010010 | 0 | 111010 | 1111 | 100001 | 100111011 | 101001 | 110000 |
Color Harmonies of #AB4892
Complementary color
Monochromatic Colors of #AB4892
Black with #AB4892
Text Example
Text Example
White with #AB4892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4892; }
p { color: rgb(171,72,146); }
H1.HeaderClassName
{
color: #AB4892;
}
.AnyTagClassName
{
color: #AB4892;
}
</style>
background-color css
<style>
a { background-color: #AB4892; }
a { background-color: rgb(171,72,146); }
div.DivClassName
{
background-color: #AB4892;
}
.BgClassName
{
background-color: #AB4892;
}
</style>
border-color css
<style>
span { border-color: #AB4892; }
span { border-color: rgb(171,72,146); }
td.TdClassName
{
border-color: #AB4892;
}
.TagClassName
{
border-color: #AB4892;
}
</style>