Shades of Medium Red Violet #AB3290
Tints of Medium Red Violet #AB3290
RGB
CMYK
RGB Variations
Color information
#AB3290 (or 0xAB3290) is known color: Medium Red Violet. HEX triplet: AB, 32 and 90. RGB value is (171,50,144). Sum of RGB (Red+Green+Blue) = 171+50+144=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3290 is #54CD6F. Grayscale: #606060. Windows color (decimal): -5557616 or 9450155. OLE color: 9450155.
HSL color Cylindrical-coordinate representation of color #AB3290: hue angle of 313.39º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3290 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 144 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.33 |
| HSL | 313.39º | 0.55% | 0.43% | - |
| HSV(B) | 313.39º | 0.71% | 0.67% | - |
| XYZ | 22.97 | 12.95 | 27.68 | - |
| YUV | 96.9 | 154.59 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 144 | 0 | 0.71 | 0.16 | 0.33 | 313.39 | 0.55 | 0.43 |
| Hex | AB | 32 | 90 | 0 | 47 | 10 | 21 | 139 | 37 | 2B |
| Octal | 253 | 62 | 220 | 0 | 107 | 20 | 41 | 471 | 67 | 53 |
| Binary | 10101011 | 110010 | 10010000 | 0 | 1000111 | 10000 | 100001 | 100111001 | 110111 | 101011 |
Color Harmonies of #AB3290
Complementary color
Monochromatic Colors of #AB3290
Black with #AB3290
Text Example
Text Example
White with #AB3290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3290; }
p { color: rgb(171,50,144); }
H1.HeaderClassName
{
color: #AB3290;
}
.AnyTagClassName
{
color: #AB3290;
}
</style>
background-color css
<style>
a { background-color: #AB3290; }
a { background-color: rgb(171,50,144); }
div.DivClassName
{
background-color: #AB3290;
}
.BgClassName
{
background-color: #AB3290;
}
</style>
border-color css
<style>
span { border-color: #AB3290; }
span { border-color: rgb(171,50,144); }
td.TdClassName
{
border-color: #AB3290;
}
.TagClassName
{
border-color: #AB3290;
}
</style>