Shades of Medium Red Violet #AA3C82
Tints of Medium Red Violet #AA3C82
RGB
CMYK
RGB Variations
Color information
#AA3C82 (or 0xAA3C82) is known color: Medium Red Violet. HEX triplet: AA, 3C and 82. RGB value is (170,60,130). Sum of RGB (Red+Green+Blue) = 170+60+130=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3C82 is #55C37D. Grayscale: #646464. Windows color (decimal): -5620606 or 8535210. OLE color: 8535210.
HSL color Cylindrical-coordinate representation of color #AA3C82: hue angle of 321.82º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA3C82 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 130 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.33 |
| HSL | 321.82º | 0.48% | 0.45% | - |
| HSV(B) | 321.82º | 0.65% | 0.67% | - |
| XYZ | 22.22 | 13.39 | 22.53 | - |
| YUV | 100.87 | 144.44 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 130 | 0 | 0.65 | 0.24 | 0.33 | 321.82 | 0.48 | 0.45 |
| Hex | AA | 3C | 82 | 0 | 41 | 18 | 21 | 142 | 30 | 2D |
| Octal | 252 | 74 | 202 | 0 | 101 | 30 | 41 | 502 | 60 | 55 |
| Binary | 10101010 | 111100 | 10000010 | 0 | 1000001 | 11000 | 100001 | 101000010 | 110000 | 101101 |
Color Harmonies of #AA3C82
Complementary color
Monochromatic Colors of #AA3C82
Black with #AA3C82
Text Example
Text Example
White with #AA3C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3C82; }
p { color: rgb(170,60,130); }
H1.HeaderClassName
{
color: #AA3C82;
}
.AnyTagClassName
{
color: #AA3C82;
}
</style>
background-color css
<style>
a { background-color: #AA3C82; }
a { background-color: rgb(170,60,130); }
div.DivClassName
{
background-color: #AA3C82;
}
.BgClassName
{
background-color: #AA3C82;
}
</style>
border-color css
<style>
span { border-color: #AA3C82; }
span { border-color: rgb(170,60,130); }
td.TdClassName
{
border-color: #AA3C82;
}
.TagClassName
{
border-color: #AA3C82;
}
</style>