Shades of Medium Red Violet #AB3482
Tints of Medium Red Violet #AB3482
RGB
CMYK
RGB Variations
Color information
#AB3482 (or 0xAB3482) is known color: Medium Red Violet. HEX triplet: AB, 34 and 82. RGB value is (171,52,130). Sum of RGB (Red+Green+Blue) = 171+52+130=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3482 is #54CB7D. Grayscale: #606060. Windows color (decimal): -5557118 or 8533163. OLE color: 8533163.
HSL color Cylindrical-coordinate representation of color #AB3482: hue angle of 320.67º 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 #AB3482 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 130 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.33 |
| HSL | 320.67º | 0.53% | 0.44% | - |
| HSV(B) | 320.67º | 0.7% | 0.67% | - |
| XYZ | 22.05 | 12.73 | 22.41 | - |
| YUV | 96.47 | 146.92 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 130 | 0 | 0.70 | 0.24 | 0.33 | 320.67 | 0.53 | 0.44 |
| Hex | AB | 34 | 82 | 0 | 46 | 18 | 21 | 141 | 35 | 2C |
| Octal | 253 | 64 | 202 | 0 | 106 | 30 | 41 | 501 | 65 | 54 |
| Binary | 10101011 | 110100 | 10000010 | 0 | 1000110 | 11000 | 100001 | 101000001 | 110101 | 101100 |
Color Harmonies of #AB3482
Complementary color
Monochromatic Colors of #AB3482
Black with #AB3482
Text Example
Text Example
White with #AB3482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3482; }
p { color: rgb(171,52,130); }
H1.HeaderClassName
{
color: #AB3482;
}
.AnyTagClassName
{
color: #AB3482;
}
</style>
background-color css
<style>
a { background-color: #AB3482; }
a { background-color: rgb(171,52,130); }
div.DivClassName
{
background-color: #AB3482;
}
.BgClassName
{
background-color: #AB3482;
}
</style>
border-color css
<style>
span { border-color: #AB3482; }
span { border-color: rgb(171,52,130); }
td.TdClassName
{
border-color: #AB3482;
}
.TagClassName
{
border-color: #AB3482;
}
</style>