Shades of Rouge #A5315C
Tints of Rouge #A5315C
RGB
CMYK
RGB Variations
Color information
#A5315C (or 0xA5315C) is known color: Rouge. HEX triplet: A5, 31 and 5C. RGB value is (165,49,92). Sum of RGB (Red+Green+Blue) = 165+49+92=306 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.92% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 165 - color contains mainly: red. Hex color #A5315C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5315C is #5ACEA3. Grayscale: #585858. Windows color (decimal): -5951140 or 6042021. OLE color: 6042021.
HSL color Cylindrical-coordinate representation of color #A5315C: hue angle of 337.76º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A5315C is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 49 | 92 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.35 |
| HSL | 337.76º | 0.54% | 0.42% | - |
| HSV(B) | 337.76º | 0.7% | 0.65% | - |
| XYZ | 18.55 | 10.97 | 11.26 | - |
| YUV | 88.59 | 129.93 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 49 | 92 | 0 | 0.70 | 0.44 | 0.35 | 337.76 | 0.54 | 0.42 |
| Hex | A5 | 31 | 5C | 0 | 46 | 2C | 23 | 152 | 36 | 2A |
| Octal | 245 | 61 | 134 | 0 | 106 | 54 | 43 | 522 | 66 | 52 |
| Binary | 10100101 | 110001 | 1011100 | 0 | 1000110 | 101100 | 100011 | 101010010 | 110110 | 101010 |
Color Harmonies of #A5315C
Complementary color
Monochromatic Colors of #A5315C
Black with #A5315C
Text Example
Text Example
White with #A5315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5315C; }
p { color: rgb(165,49,92); }
H1.HeaderClassName
{
color: #A5315C;
}
.AnyTagClassName
{
color: #A5315C;
}
</style>
background-color css
<style>
a { background-color: #A5315C; }
a { background-color: rgb(165,49,92); }
div.DivClassName
{
background-color: #A5315C;
}
.BgClassName
{
background-color: #A5315C;
}
</style>
border-color css
<style>
span { border-color: #A5315C; }
span { border-color: rgb(165,49,92); }
td.TdClassName
{
border-color: #A5315C;
}
.TagClassName
{
border-color: #A5315C;
}
</style>