Shades of Medium Red Violet #AA3487
Tints of Medium Red Violet #AA3487
RGB
CMYK
RGB Variations
Color information
#AA3487 (or 0xAA3487) is known color: Medium Red Violet. HEX triplet: AA, 34 and 87. RGB value is (170,52,135). Sum of RGB (Red+Green+Blue) = 170+52+135=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3487 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3487 is #55CB78. Grayscale: #606060. Windows color (decimal): -5622649 or 8860842. OLE color: 8860842.
HSL color Cylindrical-coordinate representation of color #AA3487: hue angle of 317.8º 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 #AA3487 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 135 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.33 |
| HSL | 317.8º | 0.53% | 0.44% | - |
| HSV(B) | 317.8º | 0.69% | 0.67% | - |
| XYZ | 22.18 | 12.75 | 24.21 | - |
| YUV | 96.74 | 149.59 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 135 | 0 | 0.69 | 0.21 | 0.33 | 317.8 | 0.53 | 0.44 |
| Hex | AA | 34 | 87 | 0 | 45 | 15 | 21 | 13E | 35 | 2C |
| Octal | 252 | 64 | 207 | 0 | 105 | 25 | 41 | 476 | 65 | 54 |
| Binary | 10101010 | 110100 | 10000111 | 0 | 1000101 | 10101 | 100001 | 100111110 | 110101 | 101100 |
Color Harmonies of #AA3487
Complementary color
Monochromatic Colors of #AA3487
Black with #AA3487
Text Example
Text Example
White with #AA3487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3487; }
p { color: rgb(170,52,135); }
H1.HeaderClassName
{
color: #AA3487;
}
.AnyTagClassName
{
color: #AA3487;
}
</style>
background-color css
<style>
a { background-color: #AA3487; }
a { background-color: rgb(170,52,135); }
div.DivClassName
{
background-color: #AA3487;
}
.BgClassName
{
background-color: #AA3487;
}
</style>
border-color css
<style>
span { border-color: #AA3487; }
span { border-color: rgb(170,52,135); }
td.TdClassName
{
border-color: #AA3487;
}
.TagClassName
{
border-color: #AA3487;
}
</style>