Shades of Medium Red Violet #AA35A1
Tints of Medium Red Violet #AA35A1
RGB
CMYK
RGB Variations
Color information
#AA35A1 (or 0xAA35A1) is known color: Medium Red Violet. HEX triplet: AA, 35 and A1. RGB value is (170,53,161). Sum of RGB (Red+Green+Blue) = 170+53+161=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 161 (63.28% from 255 or 41.93% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA35A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA35A1 is #55CA5E. Grayscale: #636363. Windows color (decimal): -5622367 or 10565034. OLE color: 10565034.
HSL color Cylindrical-coordinate representation of color #AA35A1: hue angle of 304.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 #AA35A1 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 161 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.33 |
| HSL | 304.62º | 0.52% | 0.44% | - |
| HSV(B) | 304.62º | 0.69% | 0.67% | - |
| XYZ | 24.28 | 13.67 | 35.08 | - |
| YUV | 100.3 | 162.26 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 161 | 0 | 0.69 | 0.05 | 0.33 | 304.62 | 0.52 | 0.44 |
| Hex | AA | 35 | A1 | 0 | 45 | 5 | 21 | 131 | 34 | 2C |
| Octal | 252 | 65 | 241 | 0 | 105 | 5 | 41 | 461 | 64 | 54 |
| Binary | 10101010 | 110101 | 10100001 | 0 | 1000101 | 101 | 100001 | 100110001 | 110100 | 101100 |
Color Harmonies of #AA35A1
Complementary color
Monochromatic Colors of #AA35A1
Black with #AA35A1
Text Example
Text Example
White with #AA35A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA35A1; }
p { color: rgb(170,53,161); }
H1.HeaderClassName
{
color: #AA35A1;
}
.AnyTagClassName
{
color: #AA35A1;
}
</style>
background-color css
<style>
a { background-color: #AA35A1; }
a { background-color: rgb(170,53,161); }
div.DivClassName
{
background-color: #AA35A1;
}
.BgClassName
{
background-color: #AA35A1;
}
</style>
border-color css
<style>
span { border-color: #AA35A1; }
span { border-color: rgb(170,53,161); }
td.TdClassName
{
border-color: #AA35A1;
}
.TagClassName
{
border-color: #AA35A1;
}
</style>