Shades of Medium Red Violet #AA3482
Tints of Medium Red Violet #AA3482
RGB
CMYK
RGB Variations
Color information
#AA3482 (or 0xAA3482) is known color: Medium Red Violet. HEX triplet: AA, 34 and 82. RGB value is (170,52,130). Sum of RGB (Red+Green+Blue) = 170+52+130=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3482 is #55CB7D. Grayscale: #5F5F5F. Windows color (decimal): -5622654 or 8533162. OLE color: 8533162.
HSL color Cylindrical-coordinate representation of color #AA3482: hue angle of 320.34º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA3482 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 130 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.33 |
| HSL | 320.34º | 0.53% | 0.44% | - |
| HSV(B) | 320.34º | 0.69% | 0.67% | - |
| XYZ | 21.83 | 12.61 | 22.4 | - |
| YUV | 96.17 | 147.09 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 130 | 0 | 0.69 | 0.24 | 0.33 | 320.34 | 0.53 | 0.44 |
| Hex | AA | 34 | 82 | 0 | 45 | 18 | 21 | 140 | 35 | 2C |
| Octal | 252 | 64 | 202 | 0 | 105 | 30 | 41 | 500 | 65 | 54 |
| Binary | 10101010 | 110100 | 10000010 | 0 | 1000101 | 11000 | 100001 | 101000000 | 110101 | 101100 |
Color Harmonies of #AA3482
Complementary color
Monochromatic Colors of #AA3482
Black with #AA3482
Text Example
Text Example
White with #AA3482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3482; }
p { color: rgb(170,52,130); }
H1.HeaderClassName
{
color: #AA3482;
}
.AnyTagClassName
{
color: #AA3482;
}
</style>
background-color css
<style>
a { background-color: #AA3482; }
a { background-color: rgb(170,52,130); }
div.DivClassName
{
background-color: #AA3482;
}
.BgClassName
{
background-color: #AA3482;
}
</style>
border-color css
<style>
span { border-color: #AA3482; }
span { border-color: rgb(170,52,130); }
td.TdClassName
{
border-color: #AA3482;
}
.TagClassName
{
border-color: #AA3482;
}
</style>