Shades of Medium Red Violet #AA358E
Tints of Medium Red Violet #AA358E
RGB
CMYK
RGB Variations
Color information
#AA358E (or 0xAA358E) is known color: Medium Red Violet. HEX triplet: AA, 35 and 8E. RGB value is (170,53,142). Sum of RGB (Red+Green+Blue) = 170+53+142=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA358E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA358E is #55CA71. Grayscale: #616161. Windows color (decimal): -5622386 or 9319850. OLE color: 9319850.
HSL color Cylindrical-coordinate representation of color #AA358E: hue angle of 314.36º 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 #AA358E is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 142 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.33 |
| HSL | 314.36º | 0.52% | 0.44% | - |
| HSV(B) | 314.36º | 0.69% | 0.67% | - |
| XYZ | 22.73 | 13.05 | 26.91 | - |
| YUV | 98.13 | 152.76 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 142 | 0 | 0.69 | 0.16 | 0.33 | 314.36 | 0.52 | 0.44 |
| Hex | AA | 35 | 8E | 0 | 45 | 10 | 21 | 13A | 34 | 2C |
| Octal | 252 | 65 | 216 | 0 | 105 | 20 | 41 | 472 | 64 | 54 |
| Binary | 10101010 | 110101 | 10001110 | 0 | 1000101 | 10000 | 100001 | 100111010 | 110100 | 101100 |
Color Harmonies of #AA358E
Complementary color
Monochromatic Colors of #AA358E
Black with #AA358E
Text Example
Text Example
White with #AA358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA358E; }
p { color: rgb(170,53,142); }
H1.HeaderClassName
{
color: #AA358E;
}
.AnyTagClassName
{
color: #AA358E;
}
</style>
background-color css
<style>
a { background-color: #AA358E; }
a { background-color: rgb(170,53,142); }
div.DivClassName
{
background-color: #AA358E;
}
.BgClassName
{
background-color: #AA358E;
}
</style>
border-color css
<style>
span { border-color: #AA358E; }
span { border-color: rgb(170,53,142); }
td.TdClassName
{
border-color: #AA358E;
}
.TagClassName
{
border-color: #AA358E;
}
</style>