Shades of Medium Red Violet #AA359B
Tints of Medium Red Violet #AA359B
RGB
CMYK
RGB Variations
Color information
#AA359B (or 0xAA359B) is known color: Medium Red Violet. HEX triplet: AA, 35 and 9B. RGB value is (170,53,155). Sum of RGB (Red+Green+Blue) = 170+53+155=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA359B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA359B is #55CA64. Grayscale: #636363. Windows color (decimal): -5622373 or 10171818. OLE color: 10171818.
HSL color Cylindrical-coordinate representation of color #AA359B: hue angle of 307.69º 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 #AA359B is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 155 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.33 |
| HSL | 307.69º | 0.52% | 0.44% | - |
| HSV(B) | 307.69º | 0.69% | 0.67% | - |
| XYZ | 23.77 | 13.46 | 32.36 | - |
| YUV | 99.61 | 159.26 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 155 | 0 | 0.69 | 0.09 | 0.33 | 307.69 | 0.52 | 0.44 |
| Hex | AA | 35 | 9B | 0 | 45 | 9 | 21 | 134 | 34 | 2C |
| Octal | 252 | 65 | 233 | 0 | 105 | 11 | 41 | 464 | 64 | 54 |
| Binary | 10101010 | 110101 | 10011011 | 0 | 1000101 | 1001 | 100001 | 100110100 | 110100 | 101100 |
Color Harmonies of #AA359B
Complementary color
Monochromatic Colors of #AA359B
Black with #AA359B
Text Example
Text Example
White with #AA359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA359B; }
p { color: rgb(170,53,155); }
H1.HeaderClassName
{
color: #AA359B;
}
.AnyTagClassName
{
color: #AA359B;
}
</style>
background-color css
<style>
a { background-color: #AA359B; }
a { background-color: rgb(170,53,155); }
div.DivClassName
{
background-color: #AA359B;
}
.BgClassName
{
background-color: #AA359B;
}
</style>
border-color css
<style>
span { border-color: #AA359B; }
span { border-color: rgb(170,53,155); }
td.TdClassName
{
border-color: #AA359B;
}
.TagClassName
{
border-color: #AA359B;
}
</style>