Shades of Rouge #A6315F
Tints of Rouge #A6315F
RGB
CMYK
RGB Variations
Color information
#A6315F (or 0xA6315F) is known color: Rouge. HEX triplet: A6, 31 and 5F. RGB value is (166,49,95). Sum of RGB (Red+Green+Blue) = 166+49+95=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A6315F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6315F is #59CEA0. Grayscale: #595959. Windows color (decimal): -5885601 or 6238630. OLE color: 6238630.
HSL color Cylindrical-coordinate representation of color #A6315F: hue angle of 336.41º 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 #A6315F is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 49 | 95 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.35 |
| HSL | 336.41º | 0.54% | 0.42% | - |
| HSV(B) | 336.41º | 0.7% | 0.65% | - |
| XYZ | 18.89 | 11.13 | 11.98 | - |
| YUV | 89.23 | 131.26 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 49 | 95 | 0 | 0.70 | 0.43 | 0.35 | 336.41 | 0.54 | 0.42 |
| Hex | A6 | 31 | 5F | 0 | 46 | 2B | 23 | 150 | 36 | 2A |
| Octal | 246 | 61 | 137 | 0 | 106 | 53 | 43 | 520 | 66 | 52 |
| Binary | 10100110 | 110001 | 1011111 | 0 | 1000110 | 101011 | 100011 | 101010000 | 110110 | 101010 |
Color Harmonies of #A6315F
Complementary color
Monochromatic Colors of #A6315F
Black with #A6315F
Text Example
Text Example
White with #A6315F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6315F; }
p { color: rgb(166,49,95); }
H1.HeaderClassName
{
color: #A6315F;
}
.AnyTagClassName
{
color: #A6315F;
}
</style>
background-color css
<style>
a { background-color: #A6315F; }
a { background-color: rgb(166,49,95); }
div.DivClassName
{
background-color: #A6315F;
}
.BgClassName
{
background-color: #A6315F;
}
</style>
border-color css
<style>
span { border-color: #A6315F; }
span { border-color: rgb(166,49,95); }
td.TdClassName
{
border-color: #A6315F;
}
.TagClassName
{
border-color: #A6315F;
}
</style>