Shades of Medium Red Violet #AA357A
Tints of Medium Red Violet #AA357A
RGB
CMYK
RGB Variations
Color information
#AA357A (or 0xAA357A) is known color: Medium Red Violet. HEX triplet: AA, 35 and 7A. RGB value is (170,53,122). Sum of RGB (Red+Green+Blue) = 170+53+122=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA357A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA357A is #55CA85. Grayscale: #5F5F5F. Windows color (decimal): -5622406 or 8009130. OLE color: 8009130.
HSL color Cylindrical-coordinate representation of color #AA357A: hue angle of 324.62º degrees, saturation: 0.52, 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 #AA357A is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 122 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.33 |
| HSL | 324.62º | 0.52% | 0.44% | - |
| HSV(B) | 324.62º | 0.69% | 0.67% | - |
| XYZ | 21.36 | 12.5 | 19.7 | - |
| YUV | 95.85 | 142.76 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 122 | 0 | 0.69 | 0.28 | 0.33 | 324.62 | 0.52 | 0.44 |
| Hex | AA | 35 | 7A | 0 | 45 | 1C | 21 | 145 | 34 | 2C |
| Octal | 252 | 65 | 172 | 0 | 105 | 34 | 41 | 505 | 64 | 54 |
| Binary | 10101010 | 110101 | 1111010 | 0 | 1000101 | 11100 | 100001 | 101000101 | 110100 | 101100 |
Color Harmonies of #AA357A
Complementary color
Monochromatic Colors of #AA357A
Black with #AA357A
Text Example
Text Example
White with #AA357A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA357A; }
p { color: rgb(170,53,122); }
H1.HeaderClassName
{
color: #AA357A;
}
.AnyTagClassName
{
color: #AA357A;
}
</style>
background-color css
<style>
a { background-color: #AA357A; }
a { background-color: rgb(170,53,122); }
div.DivClassName
{
background-color: #AA357A;
}
.BgClassName
{
background-color: #AA357A;
}
</style>
border-color css
<style>
span { border-color: #AA357A; }
span { border-color: rgb(170,53,122); }
td.TdClassName
{
border-color: #AA357A;
}
.TagClassName
{
border-color: #AA357A;
}
</style>