Shades of Medium Red Violet #AB3380
Tints of Medium Red Violet #AB3380
RGB
CMYK
RGB Variations
Color information
#AB3380 (or 0xAB3380) is known color: Medium Red Violet. HEX triplet: AB, 33 and 80. RGB value is (171,51,128). Sum of RGB (Red+Green+Blue) = 171+51+128=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3380 is #54CC7F. Grayscale: #5F5F5F. Windows color (decimal): -5557376 or 8401835. OLE color: 8401835.
HSL color Cylindrical-coordinate representation of color #AB3380: hue angle of 321.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3380 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 51 | 128 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.33 |
| HSL | 321.5º | 0.54% | 0.44% | - |
| HSV(B) | 321.5º | 0.7% | 0.67% | - |
| XYZ | 21.87 | 12.58 | 21.7 | - |
| YUV | 95.66 | 146.26 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 51 | 128 | 0 | 0.70 | 0.25 | 0.33 | 321.5 | 0.54 | 0.44 |
| Hex | AB | 33 | 80 | 0 | 46 | 19 | 21 | 142 | 36 | 2C |
| Octal | 253 | 63 | 200 | 0 | 106 | 31 | 41 | 502 | 66 | 54 |
| Binary | 10101011 | 110011 | 10000000 | 0 | 1000110 | 11001 | 100001 | 101000010 | 110110 | 101100 |
Color Harmonies of #AB3380
Complementary color
Monochromatic Colors of #AB3380
Black with #AB3380
Text Example
Text Example
White with #AB3380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3380; }
p { color: rgb(171,51,128); }
H1.HeaderClassName
{
color: #AB3380;
}
.AnyTagClassName
{
color: #AB3380;
}
</style>
background-color css
<style>
a { background-color: #AB3380; }
a { background-color: rgb(171,51,128); }
div.DivClassName
{
background-color: #AB3380;
}
.BgClassName
{
background-color: #AB3380;
}
</style>
border-color css
<style>
span { border-color: #AB3380; }
span { border-color: rgb(171,51,128); }
td.TdClassName
{
border-color: #AB3380;
}
.TagClassName
{
border-color: #AB3380;
}
</style>