Shades of Medium Red Violet #AA32A3
Tints of Medium Red Violet #AA32A3
RGB
CMYK
RGB Variations
Color information
#AA32A3 (or 0xAA32A3) is known color: Medium Red Violet. HEX triplet: AA, 32 and A3. RGB value is (170,50,163). Sum of RGB (Red+Green+Blue) = 170+50+163=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 163 (64.06% from 255 or 42.56% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA32A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA32A3 is #55CD5C. Grayscale: #626262. Windows color (decimal): -5623133 or 10695338. OLE color: 10695338.
HSL color Cylindrical-coordinate representation of color #AA32A3: hue angle of 303.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA32A3 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 163 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.33 |
| HSL | 303.5º | 0.55% | 0.43% | - |
| HSV(B) | 303.5º | 0.71% | 0.67% | - |
| XYZ | 24.33 | 13.47 | 35.97 | - |
| YUV | 98.76 | 164.26 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 163 | 0 | 0.71 | 0.04 | 0.33 | 303.5 | 0.55 | 0.43 |
| Hex | AA | 32 | A3 | 0 | 47 | 4 | 21 | 130 | 37 | 2B |
| Octal | 252 | 62 | 243 | 0 | 107 | 4 | 41 | 460 | 67 | 53 |
| Binary | 10101010 | 110010 | 10100011 | 0 | 1000111 | 100 | 100001 | 100110000 | 110111 | 101011 |
Color Harmonies of #AA32A3
Complementary color
Monochromatic Colors of #AA32A3
Black with #AA32A3
Text Example
Text Example
White with #AA32A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA32A3; }
p { color: rgb(170,50,163); }
H1.HeaderClassName
{
color: #AA32A3;
}
.AnyTagClassName
{
color: #AA32A3;
}
</style>
background-color css
<style>
a { background-color: #AA32A3; }
a { background-color: rgb(170,50,163); }
div.DivClassName
{
background-color: #AA32A3;
}
.BgClassName
{
background-color: #AA32A3;
}
</style>
border-color css
<style>
span { border-color: #AA32A3; }
span { border-color: rgb(170,50,163); }
td.TdClassName
{
border-color: #AA32A3;
}
.TagClassName
{
border-color: #AA32A3;
}
</style>