Shades of Medium Red Violet #AA358B
Tints of Medium Red Violet #AA358B
RGB
CMYK
RGB Variations
Color information
#AA358B (or 0xAA358B) is known color: Medium Red Violet. HEX triplet: AA, 35 and 8B. RGB value is (170,53,139). Sum of RGB (Red+Green+Blue) = 170+53+139=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA358B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA358B is #55CA74. Grayscale: #616161. Windows color (decimal): -5622389 or 9123242. OLE color: 9123242.
HSL color Cylindrical-coordinate representation of color #AA358B: hue angle of 315.9º 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 #AA358B is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 139 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.33 |
| HSL | 315.9º | 0.52% | 0.44% | - |
| HSV(B) | 315.9º | 0.69% | 0.67% | - |
| XYZ | 22.51 | 12.96 | 25.74 | - |
| YUV | 97.79 | 151.26 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 139 | 0 | 0.69 | 0.18 | 0.33 | 315.9 | 0.52 | 0.44 |
| Hex | AA | 35 | 8B | 0 | 45 | 12 | 21 | 13C | 34 | 2C |
| Octal | 252 | 65 | 213 | 0 | 105 | 22 | 41 | 474 | 64 | 54 |
| Binary | 10101010 | 110101 | 10001011 | 0 | 1000101 | 10010 | 100001 | 100111100 | 110100 | 101100 |
Color Harmonies of #AA358B
Complementary color
Monochromatic Colors of #AA358B
Black with #AA358B
Text Example
Text Example
White with #AA358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA358B; }
p { color: rgb(170,53,139); }
H1.HeaderClassName
{
color: #AA358B;
}
.AnyTagClassName
{
color: #AA358B;
}
</style>
background-color css
<style>
a { background-color: #AA358B; }
a { background-color: rgb(170,53,139); }
div.DivClassName
{
background-color: #AA358B;
}
.BgClassName
{
background-color: #AA358B;
}
</style>
border-color css
<style>
span { border-color: #AA358B; }
span { border-color: rgb(170,53,139); }
td.TdClassName
{
border-color: #AA358B;
}
.TagClassName
{
border-color: #AA358B;
}
</style>