Shades of Medium Red Violet #AA327B
Tints of Medium Red Violet #AA327B
RGB
CMYK
RGB Variations
Color information
#AA327B (or 0xAA327B) is known color: Medium Red Violet. HEX triplet: AA, 32 and 7B. RGB value is (170,50,123). Sum of RGB (Red+Green+Blue) = 170+50+123=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA327B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA327B is #55CD84. Grayscale: #5E5E5E. Windows color (decimal): -5623173 or 8073898. OLE color: 8073898.
HSL color Cylindrical-coordinate representation of color #AA327B: hue angle of 323.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 #AA327B is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 123 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.33 |
| HSL | 323.5º | 0.55% | 0.43% | - |
| HSV(B) | 323.5º | 0.71% | 0.67% | - |
| XYZ | 21.29 | 12.26 | 19.98 | - |
| YUV | 94.2 | 144.26 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 123 | 0 | 0.71 | 0.28 | 0.33 | 323.5 | 0.55 | 0.43 |
| Hex | AA | 32 | 7B | 0 | 47 | 1C | 21 | 144 | 37 | 2B |
| Octal | 252 | 62 | 173 | 0 | 107 | 34 | 41 | 504 | 67 | 53 |
| Binary | 10101010 | 110010 | 1111011 | 0 | 1000111 | 11100 | 100001 | 101000100 | 110111 | 101011 |
Color Harmonies of #AA327B
Complementary color
Monochromatic Colors of #AA327B
Black with #AA327B
Text Example
Text Example
White with #AA327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA327B; }
p { color: rgb(170,50,123); }
H1.HeaderClassName
{
color: #AA327B;
}
.AnyTagClassName
{
color: #AA327B;
}
</style>
background-color css
<style>
a { background-color: #AA327B; }
a { background-color: rgb(170,50,123); }
div.DivClassName
{
background-color: #AA327B;
}
.BgClassName
{
background-color: #AA327B;
}
</style>
border-color css
<style>
span { border-color: #AA327B; }
span { border-color: rgb(170,50,123); }
td.TdClassName
{
border-color: #AA327B;
}
.TagClassName
{
border-color: #AA327B;
}
</style>