Shades of Rouge #AA3170
Tints of Rouge #AA3170
RGB
CMYK
RGB Variations
Color information
#AA3170 (or 0xAA3170) is known color: Rouge. HEX triplet: AA, 31 and 70. RGB value is (170,49,112). Sum of RGB (Red+Green+Blue) = 170+49+112=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3170 is #55CE8F. Grayscale: #5C5C5C. Windows color (decimal): -5623440 or 7352746. OLE color: 7352746.
HSL color Cylindrical-coordinate representation of color #AA3170: hue angle of 328.76º 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 #AA3170 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 112 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.33 |
| HSL | 328.76º | 0.55% | 0.43% | - |
| HSV(B) | 328.76º | 0.71% | 0.67% | - |
| XYZ | 20.6 | 11.91 | 16.54 | - |
| YUV | 92.36 | 139.09 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 112 | 0 | 0.71 | 0.34 | 0.33 | 328.76 | 0.55 | 0.43 |
| Hex | AA | 31 | 70 | 0 | 47 | 22 | 21 | 149 | 37 | 2B |
| Octal | 252 | 61 | 160 | 0 | 107 | 42 | 41 | 511 | 67 | 53 |
| Binary | 10101010 | 110001 | 1110000 | 0 | 1000111 | 100010 | 100001 | 101001001 | 110111 | 101011 |
Color Harmonies of #AA3170
Complementary color
Monochromatic Colors of #AA3170
Black with #AA3170
Text Example
Text Example
White with #AA3170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3170; }
p { color: rgb(170,49,112); }
H1.HeaderClassName
{
color: #AA3170;
}
.AnyTagClassName
{
color: #AA3170;
}
</style>
background-color css
<style>
a { background-color: #AA3170; }
a { background-color: rgb(170,49,112); }
div.DivClassName
{
background-color: #AA3170;
}
.BgClassName
{
background-color: #AA3170;
}
</style>
border-color css
<style>
span { border-color: #AA3170; }
span { border-color: rgb(170,49,112); }
td.TdClassName
{
border-color: #AA3170;
}
.TagClassName
{
border-color: #AA3170;
}
</style>