Shades of Medium Red Violet #AA3698
Tints of Medium Red Violet #AA3698
RGB
CMYK
RGB Variations
Color information
#AA3698 (or 0xAA3698) is known color: Medium Red Violet. HEX triplet: AA, 36 and 98. RGB value is (170,54,152). Sum of RGB (Red+Green+Blue) = 170+54+152=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3698 is #55C967. Grayscale: #636363. Windows color (decimal): -5622120 or 9975466. OLE color: 9975466.
HSL color Cylindrical-coordinate representation of color #AA3698: hue angle of 309.31º 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 #AA3698 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 152 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.33 |
| HSL | 309.31º | 0.52% | 0.44% | - |
| HSV(B) | 309.31º | 0.68% | 0.67% | - |
| XYZ | 23.56 | 13.45 | 31.06 | - |
| YUV | 99.86 | 157.43 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 152 | 0 | 0.68 | 0.11 | 0.33 | 309.31 | 0.52 | 0.44 |
| Hex | AA | 36 | 98 | 0 | 44 | B | 21 | 135 | 34 | 2C |
| Octal | 252 | 66 | 230 | 0 | 104 | 13 | 41 | 465 | 64 | 54 |
| Binary | 10101010 | 110110 | 10011000 | 0 | 1000100 | 1011 | 100001 | 100110101 | 110100 | 101100 |
Color Harmonies of #AA3698
Complementary color
Monochromatic Colors of #AA3698
Black with #AA3698
Text Example
Text Example
White with #AA3698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3698; }
p { color: rgb(170,54,152); }
H1.HeaderClassName
{
color: #AA3698;
}
.AnyTagClassName
{
color: #AA3698;
}
</style>
background-color css
<style>
a { background-color: #AA3698; }
a { background-color: rgb(170,54,152); }
div.DivClassName
{
background-color: #AA3698;
}
.BgClassName
{
background-color: #AA3698;
}
</style>
border-color css
<style>
span { border-color: #AA3698; }
span { border-color: rgb(170,54,152); }
td.TdClassName
{
border-color: #AA3698;
}
.TagClassName
{
border-color: #AA3698;
}
</style>