Shades of Medium Red Violet #AA359C
Tints of Medium Red Violet #AA359C
RGB
CMYK
RGB Variations
Color information
#AA359C (or 0xAA359C) is known color: Medium Red Violet. HEX triplet: AA, 35 and 9C. RGB value is (170,53,156). Sum of RGB (Red+Green+Blue) = 170+53+156=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA359C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA359C is #55CA63. Grayscale: #636363. Windows color (decimal): -5622372 or 10237354. OLE color: 10237354.
HSL color Cylindrical-coordinate representation of color #AA359C: hue angle of 307.18º 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 #AA359C is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 156 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.33 |
| HSL | 307.18º | 0.52% | 0.44% | - |
| HSV(B) | 307.18º | 0.69% | 0.67% | - |
| XYZ | 23.85 | 13.49 | 32.8 | - |
| YUV | 99.73 | 159.76 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 156 | 0 | 0.69 | 0.08 | 0.33 | 307.18 | 0.52 | 0.44 |
| Hex | AA | 35 | 9C | 0 | 45 | 8 | 21 | 133 | 34 | 2C |
| Octal | 252 | 65 | 234 | 0 | 105 | 10 | 41 | 463 | 64 | 54 |
| Binary | 10101010 | 110101 | 10011100 | 0 | 1000101 | 1000 | 100001 | 100110011 | 110100 | 101100 |
Color Harmonies of #AA359C
Complementary color
Monochromatic Colors of #AA359C
Black with #AA359C
Text Example
Text Example
White with #AA359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA359C; }
p { color: rgb(170,53,156); }
H1.HeaderClassName
{
color: #AA359C;
}
.AnyTagClassName
{
color: #AA359C;
}
</style>
background-color css
<style>
a { background-color: #AA359C; }
a { background-color: rgb(170,53,156); }
div.DivClassName
{
background-color: #AA359C;
}
.BgClassName
{
background-color: #AA359C;
}
</style>
border-color css
<style>
span { border-color: #AA359C; }
span { border-color: rgb(170,53,156); }
td.TdClassName
{
border-color: #AA359C;
}
.TagClassName
{
border-color: #AA359C;
}
</style>