Shades of Medium Red Violet #AB3283
Tints of Medium Red Violet #AB3283
RGB
CMYK
RGB Variations
Color information
#AB3283 (or 0xAB3283) is known color: Medium Red Violet. HEX triplet: AB, 32 and 83. RGB value is (171,50,131). Sum of RGB (Red+Green+Blue) = 171+50+131=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3283 is #54CD7C. Grayscale: #5F5F5F. Windows color (decimal): -5557629 or 8598187. OLE color: 8598187.
HSL color Cylindrical-coordinate representation of color #AB3283: hue angle of 319.83º 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 #AB3283 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 131 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.33 |
| HSL | 319.83º | 0.55% | 0.43% | - |
| HSV(B) | 319.83º | 0.71% | 0.67% | - |
| XYZ | 22.03 | 12.58 | 22.74 | - |
| YUV | 95.41 | 148.09 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 131 | 0 | 0.71 | 0.23 | 0.33 | 319.83 | 0.55 | 0.43 |
| Hex | AB | 32 | 83 | 0 | 47 | 17 | 21 | 140 | 37 | 2B |
| Octal | 253 | 62 | 203 | 0 | 107 | 27 | 41 | 500 | 67 | 53 |
| Binary | 10101011 | 110010 | 10000011 | 0 | 1000111 | 10111 | 100001 | 101000000 | 110111 | 101011 |
Color Harmonies of #AB3283
Complementary color
Monochromatic Colors of #AB3283
Black with #AB3283
Text Example
Text Example
White with #AB3283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3283; }
p { color: rgb(171,50,131); }
H1.HeaderClassName
{
color: #AB3283;
}
.AnyTagClassName
{
color: #AB3283;
}
</style>
background-color css
<style>
a { background-color: #AB3283; }
a { background-color: rgb(171,50,131); }
div.DivClassName
{
background-color: #AB3283;
}
.BgClassName
{
background-color: #AB3283;
}
</style>
border-color css
<style>
span { border-color: #AB3283; }
span { border-color: rgb(171,50,131); }
td.TdClassName
{
border-color: #AB3283;
}
.TagClassName
{
border-color: #AB3283;
}
</style>