Shades of Rouge #A2316B
Tints of Rouge #A2316B
RGB
CMYK
RGB Variations
Color information
#A2316B (or 0xA2316B) is known color: Rouge. HEX triplet: A2, 31 and 6B. RGB value is (162,49,107). Sum of RGB (Red+Green+Blue) = 162+49+107=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A2316B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2316B is #5DCE94. Grayscale: #595959. Windows color (decimal): -6147733 or 7025058. OLE color: 7025058.
HSL color Cylindrical-coordinate representation of color #A2316B: hue angle of 329.2º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2316B is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 49 | 107 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.36 |
| HSL | 329.2º | 0.54% | 0.41% | - |
| HSV(B) | 329.2º | 0.7% | 0.64% | - |
| XYZ | 18.65 | 10.94 | 15.04 | - |
| YUV | 89.4 | 137.94 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 49 | 107 | 0 | 0.70 | 0.34 | 0.36 | 329.2 | 0.54 | 0.41 |
| Hex | A2 | 31 | 6B | 0 | 46 | 22 | 24 | 149 | 36 | 29 |
| Octal | 242 | 61 | 153 | 0 | 106 | 42 | 44 | 511 | 66 | 51 |
| Binary | 10100010 | 110001 | 1101011 | 0 | 1000110 | 100010 | 100100 | 101001001 | 110110 | 101001 |
Color Harmonies of #A2316B
Complementary color
Monochromatic Colors of #A2316B
Black with #A2316B
Text Example
Text Example
White with #A2316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2316B; }
p { color: rgb(162,49,107); }
H1.HeaderClassName
{
color: #A2316B;
}
.AnyTagClassName
{
color: #A2316B;
}
</style>
background-color css
<style>
a { background-color: #A2316B; }
a { background-color: rgb(162,49,107); }
div.DivClassName
{
background-color: #A2316B;
}
.BgClassName
{
background-color: #A2316B;
}
</style>
border-color css
<style>
span { border-color: #A2316B; }
span { border-color: rgb(162,49,107); }
td.TdClassName
{
border-color: #A2316B;
}
.TagClassName
{
border-color: #A2316B;
}
</style>