Shades of Medium Red Violet #AB4790
Tints of Medium Red Violet #AB4790
RGB
CMYK
RGB Variations
Color information
#AB4790 (or 0xAB4790) is known color: Medium Red Violet. HEX triplet: AB, 47 and 90. RGB value is (171,71,144). Sum of RGB (Red+Green+Blue) = 171+71+144=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4790 is #54B86F. Grayscale: #6D6D6D. Windows color (decimal): -5552240 or 9455531. OLE color: 9455531.
HSL color Cylindrical-coordinate representation of color #AB4790: hue angle of 316.2º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB4790 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 71 | 144 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.33 |
| HSL | 316.2º | 0.41% | 0.47% | - |
| HSV(B) | 316.2º | 0.58% | 0.67% | - |
| XYZ | 24.08 | 15.18 | 28.05 | - |
| YUV | 109.22 | 147.63 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 71 | 144 | 0 | 0.58 | 0.16 | 0.33 | 316.2 | 0.41 | 0.47 |
| Hex | AB | 47 | 90 | 0 | 3A | 10 | 21 | 13C | 29 | 2F |
| Octal | 253 | 107 | 220 | 0 | 72 | 20 | 41 | 474 | 51 | 57 |
| Binary | 10101011 | 1000111 | 10010000 | 0 | 111010 | 10000 | 100001 | 100111100 | 101001 | 101111 |
Color Harmonies of #AB4790
Complementary color
Monochromatic Colors of #AB4790
Black with #AB4790
Text Example
Text Example
White with #AB4790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4790; }
p { color: rgb(171,71,144); }
H1.HeaderClassName
{
color: #AB4790;
}
.AnyTagClassName
{
color: #AB4790;
}
</style>
background-color css
<style>
a { background-color: #AB4790; }
a { background-color: rgb(171,71,144); }
div.DivClassName
{
background-color: #AB4790;
}
.BgClassName
{
background-color: #AB4790;
}
</style>
border-color css
<style>
span { border-color: #AB4790; }
span { border-color: rgb(171,71,144); }
td.TdClassName
{
border-color: #AB4790;
}
.TagClassName
{
border-color: #AB4790;
}
</style>