Shades of Rouge #AA2E63
Tints of Rouge #AA2E63
RGB
CMYK
RGB Variations
Color information
#AA2E63 (or 0xAA2E63) is known color: Rouge. HEX triplet: AA, 2E and 63. RGB value is (170,46,99). Sum of RGB (Red+Green+Blue) = 170+46+99=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2E63 is #55D19C. Grayscale: #595959. Windows color (decimal): -5624221 or 6500010. OLE color: 6500010.
HSL color Cylindrical-coordinate representation of color #AA2E63: hue angle of 334.35º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA2E63 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 46 | 99 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.33 |
| HSL | 334.35º | 0.57% | 0.42% | - |
| HSV(B) | 334.35º | 0.73% | 0.67% | - |
| XYZ | 19.81 | 11.4 | 12.96 | - |
| YUV | 89.12 | 133.58 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 99 | 0 | 0.73 | 0.42 | 0.33 | 334.35 | 0.57 | 0.42 |
| Hex | AA | 2E | 63 | 0 | 49 | 2A | 21 | 14E | 39 | 2A |
| Octal | 252 | 56 | 143 | 0 | 111 | 52 | 41 | 516 | 71 | 52 |
| Binary | 10101010 | 101110 | 1100011 | 0 | 1001001 | 101010 | 100001 | 101001110 | 111001 | 101010 |
Color Harmonies of #AA2E63
Complementary color
Monochromatic Colors of #AA2E63
Black with #AA2E63
Text Example
Text Example
White with #AA2E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2E63; }
p { color: rgb(170,46,99); }
H1.HeaderClassName
{
color: #AA2E63;
}
.AnyTagClassName
{
color: #AA2E63;
}
</style>
background-color css
<style>
a { background-color: #AA2E63; }
a { background-color: rgb(170,46,99); }
div.DivClassName
{
background-color: #AA2E63;
}
.BgClassName
{
background-color: #AA2E63;
}
</style>
border-color css
<style>
span { border-color: #AA2E63; }
span { border-color: rgb(170,46,99); }
td.TdClassName
{
border-color: #AA2E63;
}
.TagClassName
{
border-color: #AA2E63;
}
</style>