Shades of Rouge #AE316C
Tints of Rouge #AE316C
RGB
CMYK
RGB Variations
Color information
#AE316C (or 0xAE316C) is known color: Rouge. HEX triplet: AE, 31 and 6C. RGB value is (174,49,108). Sum of RGB (Red+Green+Blue) = 174+49+108=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE316C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE316C is #51CE93. Grayscale: #5C5C5C. Windows color (decimal): -5361300 or 7090606. OLE color: 7090606.
HSL color Cylindrical-coordinate representation of color #AE316C: hue angle of 331.68º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE316C is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 49 | 108 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.32 |
| HSL | 331.68º | 0.56% | 0.44% | - |
| HSV(B) | 331.68º | 0.72% | 0.68% | - |
| XYZ | 21.26 | 12.28 | 15.44 | - |
| YUV | 93.1 | 136.41 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 49 | 108 | 0 | 0.72 | 0.38 | 0.32 | 331.68 | 0.56 | 0.44 |
| Hex | AE | 31 | 6C | 0 | 48 | 26 | 20 | 14C | 38 | 2C |
| Octal | 256 | 61 | 154 | 0 | 110 | 46 | 40 | 514 | 70 | 54 |
| Binary | 10101110 | 110001 | 1101100 | 0 | 1001000 | 100110 | 100000 | 101001100 | 111000 | 101100 |
Color Harmonies of #AE316C
Complementary color
Monochromatic Colors of #AE316C
Black with #AE316C
Text Example
Text Example
White with #AE316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE316C; }
p { color: rgb(174,49,108); }
H1.HeaderClassName
{
color: #AE316C;
}
.AnyTagClassName
{
color: #AE316C;
}
</style>
background-color css
<style>
a { background-color: #AE316C; }
a { background-color: rgb(174,49,108); }
div.DivClassName
{
background-color: #AE316C;
}
.BgClassName
{
background-color: #AE316C;
}
</style>
border-color css
<style>
span { border-color: #AE316C; }
span { border-color: rgb(174,49,108); }
td.TdClassName
{
border-color: #AE316C;
}
.TagClassName
{
border-color: #AE316C;
}
</style>