Shades of Medium Red Violet #AA3699
Tints of Medium Red Violet #AA3699
RGB
CMYK
RGB Variations
Color information
#AA3699 (or 0xAA3699) is known color: Medium Red Violet. HEX triplet: AA, 36 and 99. RGB value is (170,54,153). Sum of RGB (Red+Green+Blue) = 170+54+153=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3699 is #55C966. Grayscale: #636363. Windows color (decimal): -5622119 or 10041002. OLE color: 10041002.
HSL color Cylindrical-coordinate representation of color #AA3699: hue angle of 308.79º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA3699 is Cyan = 0, Magento = 0.68, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 153 | - |
| CMYK | 0 | 0.68 | 0.1 | 0.33 |
| HSL | 308.79º | 0.52% | 0.44% | - |
| HSV(B) | 308.79º | 0.68% | 0.67% | - |
| XYZ | 23.65 | 13.48 | 31.49 | - |
| YUV | 99.97 | 157.93 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 153 | 0 | 0.68 | 0.1 | 0.33 | 308.79 | 0.52 | 0.44 |
| Hex | AA | 36 | 99 | 0 | 44 | A | 21 | 135 | 34 | 2C |
| Octal | 252 | 66 | 231 | 0 | 104 | 12 | 41 | 465 | 64 | 54 |
| Binary | 10101010 | 110110 | 10011001 | 0 | 1000100 | 1010 | 100001 | 100110101 | 110100 | 101100 |
Color Harmonies of #AA3699
Complementary color
Monochromatic Colors of #AA3699
Black with #AA3699
Text Example
Text Example
White with #AA3699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3699; }
p { color: rgb(170,54,153); }
H1.HeaderClassName
{
color: #AA3699;
}
.AnyTagClassName
{
color: #AA3699;
}
</style>
background-color css
<style>
a { background-color: #AA3699; }
a { background-color: rgb(170,54,153); }
div.DivClassName
{
background-color: #AA3699;
}
.BgClassName
{
background-color: #AA3699;
}
</style>
border-color css
<style>
span { border-color: #AA3699; }
span { border-color: rgb(170,54,153); }
td.TdClassName
{
border-color: #AA3699;
}
.TagClassName
{
border-color: #AA3699;
}
</style>