Shades of Medium Red Violet #AB4490
Tints of Medium Red Violet #AB4490
RGB
CMYK
RGB Variations
Color information
#AB4490 (or 0xAB4490) is known color: Medium Red Violet. HEX triplet: AB, 44 and 90. RGB value is (171,68,144). Sum of RGB (Red+Green+Blue) = 171+68+144=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4490 is #54BB6F. Grayscale: #6B6B6B. Windows color (decimal): -5553008 or 9454763. OLE color: 9454763.
HSL color Cylindrical-coordinate representation of color #AB4490: hue angle of 315.73º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB4490 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 68 | 144 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.33 |
| HSL | 315.73º | 0.43% | 0.47% | - |
| HSV(B) | 315.73º | 0.6% | 0.67% | - |
| XYZ | 23.9 | 14.81 | 27.98 | - |
| YUV | 107.46 | 148.62 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 68 | 144 | 0 | 0.60 | 0.16 | 0.33 | 315.73 | 0.43 | 0.47 |
| Hex | AB | 44 | 90 | 0 | 3C | 10 | 21 | 13C | 2B | 2F |
| Octal | 253 | 104 | 220 | 0 | 74 | 20 | 41 | 474 | 53 | 57 |
| Binary | 10101011 | 1000100 | 10010000 | 0 | 111100 | 10000 | 100001 | 100111100 | 101011 | 101111 |
Color Harmonies of #AB4490
Complementary color
Monochromatic Colors of #AB4490
Black with #AB4490
Text Example
Text Example
White with #AB4490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4490; }
p { color: rgb(171,68,144); }
H1.HeaderClassName
{
color: #AB4490;
}
.AnyTagClassName
{
color: #AB4490;
}
</style>
background-color css
<style>
a { background-color: #AB4490; }
a { background-color: rgb(171,68,144); }
div.DivClassName
{
background-color: #AB4490;
}
.BgClassName
{
background-color: #AB4490;
}
</style>
border-color css
<style>
span { border-color: #AB4490; }
span { border-color: rgb(171,68,144); }
td.TdClassName
{
border-color: #AB4490;
}
.TagClassName
{
border-color: #AB4490;
}
</style>