Shades of Medium Red Violet #AA3483
Tints of Medium Red Violet #AA3483
RGB
CMYK
RGB Variations
Color information
#AA3483 (or 0xAA3483) is known color: Medium Red Violet. HEX triplet: AA, 34 and 83. RGB value is (170,52,131). Sum of RGB (Red+Green+Blue) = 170+52+131=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3483 is #55CB7C. Grayscale: #606060. Windows color (decimal): -5622653 or 8598698. OLE color: 8598698.
HSL color Cylindrical-coordinate representation of color #AA3483: hue angle of 319.83º 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 #AA3483 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 131 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.33 |
| HSL | 319.83º | 0.53% | 0.44% | - |
| HSV(B) | 319.83º | 0.69% | 0.67% | - |
| XYZ | 21.9 | 12.64 | 22.76 | - |
| YUV | 96.29 | 147.59 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 131 | 0 | 0.69 | 0.23 | 0.33 | 319.83 | 0.53 | 0.44 |
| Hex | AA | 34 | 83 | 0 | 45 | 17 | 21 | 140 | 35 | 2C |
| Octal | 252 | 64 | 203 | 0 | 105 | 27 | 41 | 500 | 65 | 54 |
| Binary | 10101010 | 110100 | 10000011 | 0 | 1000101 | 10111 | 100001 | 101000000 | 110101 | 101100 |
Color Harmonies of #AA3483
Complementary color
Monochromatic Colors of #AA3483
Black with #AA3483
Text Example
Text Example
White with #AA3483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3483; }
p { color: rgb(170,52,131); }
H1.HeaderClassName
{
color: #AA3483;
}
.AnyTagClassName
{
color: #AA3483;
}
</style>
background-color css
<style>
a { background-color: #AA3483; }
a { background-color: rgb(170,52,131); }
div.DivClassName
{
background-color: #AA3483;
}
.BgClassName
{
background-color: #AA3483;
}
</style>
border-color css
<style>
span { border-color: #AA3483; }
span { border-color: rgb(170,52,131); }
td.TdClassName
{
border-color: #AA3483;
}
.TagClassName
{
border-color: #AA3483;
}
</style>