Shades of Medium Red Violet #AA3288
Tints of Medium Red Violet #AA3288
RGB
CMYK
RGB Variations
Color information
#AA3288 (or 0xAA3288) is known color: Medium Red Violet. HEX triplet: AA, 32 and 88. RGB value is (170,50,136). Sum of RGB (Red+Green+Blue) = 170+50+136=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3288 is #55CD77. Grayscale: #5F5F5F. Windows color (decimal): -5623160 or 8925866. OLE color: 8925866.
HSL color Cylindrical-coordinate representation of color #AA3288: hue angle of 317º 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 #AA3288 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 136 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.33 |
| HSL | 317º | 0.55% | 0.43% | - |
| HSV(B) | 317º | 0.71% | 0.67% | - |
| XYZ | 22.16 | 12.6 | 24.56 | - |
| YUV | 95.68 | 150.76 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 136 | 0 | 0.71 | 0.20 | 0.33 | 317 | 0.55 | 0.43 |
| Hex | AA | 32 | 88 | 0 | 47 | 14 | 21 | 13D | 37 | 2B |
| Octal | 252 | 62 | 210 | 0 | 107 | 24 | 41 | 475 | 67 | 53 |
| Binary | 10101010 | 110010 | 10001000 | 0 | 1000111 | 10100 | 100001 | 100111101 | 110111 | 101011 |
Color Harmonies of #AA3288
Complementary color
Monochromatic Colors of #AA3288
Black with #AA3288
Text Example
Text Example
White with #AA3288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3288; }
p { color: rgb(170,50,136); }
H1.HeaderClassName
{
color: #AA3288;
}
.AnyTagClassName
{
color: #AA3288;
}
</style>
background-color css
<style>
a { background-color: #AA3288; }
a { background-color: rgb(170,50,136); }
div.DivClassName
{
background-color: #AA3288;
}
.BgClassName
{
background-color: #AA3288;
}
</style>
border-color css
<style>
span { border-color: #AA3288; }
span { border-color: rgb(170,50,136); }
td.TdClassName
{
border-color: #AA3288;
}
.TagClassName
{
border-color: #AA3288;
}
</style>