Shades of Rouge #AE2A6D
Tints of Rouge #AE2A6D
RGB
CMYK
RGB Variations
Color information
#AE2A6D (or 0xAE2A6D) is known color: Rouge. HEX triplet: AE, 2A and 6D. RGB value is (174,42,109). Sum of RGB (Red+Green+Blue) = 174+42+109=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2A6D is #51D592. Grayscale: #585858. Windows color (decimal): -5363091 or 7154350. OLE color: 7154350.
HSL color Cylindrical-coordinate representation of color #AE2A6D: hue angle of 329.55º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE2A6D is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 42 | 109 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.32 |
| HSL | 329.55º | 0.61% | 0.42% | - |
| HSV(B) | 329.55º | 0.76% | 0.68% | - |
| XYZ | 21.04 | 11.76 | 15.63 | - |
| YUV | 89.11 | 139.23 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 42 | 109 | 0 | 0.76 | 0.37 | 0.32 | 329.55 | 0.61 | 0.42 |
| Hex | AE | 2A | 6D | 0 | 4C | 25 | 20 | 14A | 3D | 2A |
| Octal | 256 | 52 | 155 | 0 | 114 | 45 | 40 | 512 | 75 | 52 |
| Binary | 10101110 | 101010 | 1101101 | 0 | 1001100 | 100101 | 100000 | 101001010 | 111101 | 101010 |
Color Harmonies of #AE2A6D
Complementary color
Monochromatic Colors of #AE2A6D
Black with #AE2A6D
Text Example
Text Example
White with #AE2A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2A6D; }
p { color: rgb(174,42,109); }
H1.HeaderClassName
{
color: #AE2A6D;
}
.AnyTagClassName
{
color: #AE2A6D;
}
</style>
background-color css
<style>
a { background-color: #AE2A6D; }
a { background-color: rgb(174,42,109); }
div.DivClassName
{
background-color: #AE2A6D;
}
.BgClassName
{
background-color: #AE2A6D;
}
</style>
border-color css
<style>
span { border-color: #AE2A6D; }
span { border-color: rgb(174,42,109); }
td.TdClassName
{
border-color: #AE2A6D;
}
.TagClassName
{
border-color: #AE2A6D;
}
</style>