Shades of Medium Red Violet #AA3899
Tints of Medium Red Violet #AA3899
RGB
CMYK
RGB Variations
Color information
#AA3899 (or 0xAA3899) is known color: Medium Red Violet. HEX triplet: AA, 38 and 99. RGB value is (170,56,153). Sum of RGB (Red+Green+Blue) = 170+56+153=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3899 is #55C766. Grayscale: #646464. Windows color (decimal): -5621607 or 10041514. OLE color: 10041514.
HSL color Cylindrical-coordinate representation of color #AA3899: hue angle of 308.95º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA3899 is Cyan = 0, Magento = 0.67, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 153 | - |
| CMYK | 0 | 0.67 | 0.1 | 0.33 |
| HSL | 308.95º | 0.5% | 0.44% | - |
| HSV(B) | 308.95º | 0.67% | 0.67% | - |
| XYZ | 23.74 | 13.67 | 31.53 | - |
| YUV | 101.14 | 157.27 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 153 | 0 | 0.67 | 0.1 | 0.33 | 308.95 | 0.5 | 0.44 |
| Hex | AA | 38 | 99 | 0 | 43 | A | 21 | 135 | 32 | 2C |
| Octal | 252 | 70 | 231 | 0 | 103 | 12 | 41 | 465 | 62 | 54 |
| Binary | 10101010 | 111000 | 10011001 | 0 | 1000011 | 1010 | 100001 | 100110101 | 110010 | 101100 |
Color Harmonies of #AA3899
Complementary color
Monochromatic Colors of #AA3899
Black with #AA3899
Text Example
Text Example
White with #AA3899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3899; }
p { color: rgb(170,56,153); }
H1.HeaderClassName
{
color: #AA3899;
}
.AnyTagClassName
{
color: #AA3899;
}
</style>
background-color css
<style>
a { background-color: #AA3899; }
a { background-color: rgb(170,56,153); }
div.DivClassName
{
background-color: #AA3899;
}
.BgClassName
{
background-color: #AA3899;
}
</style>
border-color css
<style>
span { border-color: #AA3899; }
span { border-color: rgb(170,56,153); }
td.TdClassName
{
border-color: #AA3899;
}
.TagClassName
{
border-color: #AA3899;
}
</style>