Shades of Medium Red Violet #AA4290
Tints of Medium Red Violet #AA4290
RGB
CMYK
RGB Variations
Color information
#AA4290 (or 0xAA4290) is known color: Medium Red Violet. HEX triplet: AA, 42 and 90. RGB value is (170,66,144). Sum of RGB (Red+Green+Blue) = 170+66+144=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4290 is #55BD6F. Grayscale: #696969. Windows color (decimal): -5619056 or 9454250. OLE color: 9454250.
HSL color Cylindrical-coordinate representation of color #AA4290: hue angle of 315º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4290 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 144 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.33 |
| HSL | 315º | 0.44% | 0.46% | - |
| HSV(B) | 315º | 0.61% | 0.67% | - |
| XYZ | 23.56 | 14.46 | 27.93 | - |
| YUV | 105.99 | 149.46 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 144 | 0 | 0.61 | 0.15 | 0.33 | 315 | 0.44 | 0.46 |
| Hex | AA | 42 | 90 | 0 | 3D | F | 21 | 13B | 2C | 2E |
| Octal | 252 | 102 | 220 | 0 | 75 | 17 | 41 | 473 | 54 | 56 |
| Binary | 10101010 | 1000010 | 10010000 | 0 | 111101 | 1111 | 100001 | 100111011 | 101100 | 101110 |
Color Harmonies of #AA4290
Complementary color
Monochromatic Colors of #AA4290
Black with #AA4290
Text Example
Text Example
White with #AA4290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4290; }
p { color: rgb(170,66,144); }
H1.HeaderClassName
{
color: #AA4290;
}
.AnyTagClassName
{
color: #AA4290;
}
</style>
background-color css
<style>
a { background-color: #AA4290; }
a { background-color: rgb(170,66,144); }
div.DivClassName
{
background-color: #AA4290;
}
.BgClassName
{
background-color: #AA4290;
}
</style>
border-color css
<style>
span { border-color: #AA4290; }
span { border-color: rgb(170,66,144); }
td.TdClassName
{
border-color: #AA4290;
}
.TagClassName
{
border-color: #AA4290;
}
</style>