Shades of Medium Red Violet #AB3483
Tints of Medium Red Violet #AB3483
RGB
CMYK
RGB Variations
Color information
#AB3483 (or 0xAB3483) is known color: Medium Red Violet. HEX triplet: AB, 34 and 83. RGB value is (171,52,131). Sum of RGB (Red+Green+Blue) = 171+52+131=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3483 is #54CB7C. Grayscale: #606060. Windows color (decimal): -5557117 or 8598699. OLE color: 8598699.
HSL color Cylindrical-coordinate representation of color #AB3483: hue angle of 320.17º degrees, saturation: 0.53, 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 #AB3483 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 131 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.33 |
| HSL | 320.17º | 0.53% | 0.44% | - |
| HSV(B) | 320.17º | 0.7% | 0.67% | - |
| XYZ | 22.12 | 12.75 | 22.77 | - |
| YUV | 96.59 | 147.42 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 131 | 0 | 0.70 | 0.23 | 0.33 | 320.17 | 0.53 | 0.44 |
| Hex | AB | 34 | 83 | 0 | 46 | 17 | 21 | 140 | 35 | 2C |
| Octal | 253 | 64 | 203 | 0 | 106 | 27 | 41 | 500 | 65 | 54 |
| Binary | 10101011 | 110100 | 10000011 | 0 | 1000110 | 10111 | 100001 | 101000000 | 110101 | 101100 |
Color Harmonies of #AB3483
Complementary color
Monochromatic Colors of #AB3483
Black with #AB3483
Text Example
Text Example
White with #AB3483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3483; }
p { color: rgb(171,52,131); }
H1.HeaderClassName
{
color: #AB3483;
}
.AnyTagClassName
{
color: #AB3483;
}
</style>
background-color css
<style>
a { background-color: #AB3483; }
a { background-color: rgb(171,52,131); }
div.DivClassName
{
background-color: #AB3483;
}
.BgClassName
{
background-color: #AB3483;
}
</style>
border-color css
<style>
span { border-color: #AB3483; }
span { border-color: rgb(171,52,131); }
td.TdClassName
{
border-color: #AB3483;
}
.TagClassName
{
border-color: #AB3483;
}
</style>