Shades of Medium Red Violet #AA4590
Tints of Medium Red Violet #AA4590
RGB
CMYK
RGB Variations
Color information
#AA4590 (or 0xAA4590) is known color: Medium Red Violet. HEX triplet: AA, 45 and 90. RGB value is (170,69,144). Sum of RGB (Red+Green+Blue) = 170+69+144=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4590 is #55BA6F. Grayscale: #6B6B6B. Windows color (decimal): -5618288 or 9455018. OLE color: 9455018.
HSL color Cylindrical-coordinate representation of color #AA4590: hue angle of 315.45º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA4590 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 144 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.33 |
| HSL | 315.45º | 0.42% | 0.47% | - |
| HSV(B) | 315.45º | 0.59% | 0.67% | - |
| XYZ | 23.74 | 14.82 | 27.99 | - |
| YUV | 107.75 | 148.46 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 144 | 0 | 0.59 | 0.15 | 0.33 | 315.45 | 0.42 | 0.47 |
| Hex | AA | 45 | 90 | 0 | 3B | F | 21 | 13B | 2A | 2F |
| Octal | 252 | 105 | 220 | 0 | 73 | 17 | 41 | 473 | 52 | 57 |
| Binary | 10101010 | 1000101 | 10010000 | 0 | 111011 | 1111 | 100001 | 100111011 | 101010 | 101111 |
Color Harmonies of #AA4590
Complementary color
Monochromatic Colors of #AA4590
Black with #AA4590
Text Example
Text Example
White with #AA4590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4590; }
p { color: rgb(170,69,144); }
H1.HeaderClassName
{
color: #AA4590;
}
.AnyTagClassName
{
color: #AA4590;
}
</style>
background-color css
<style>
a { background-color: #AA4590; }
a { background-color: rgb(170,69,144); }
div.DivClassName
{
background-color: #AA4590;
}
.BgClassName
{
background-color: #AA4590;
}
</style>
border-color css
<style>
span { border-color: #AA4590; }
span { border-color: rgb(170,69,144); }
td.TdClassName
{
border-color: #AA4590;
}
.TagClassName
{
border-color: #AA4590;
}
</style>