Shades of Rouge #A0416D
Tints of Rouge #A0416D
RGB
CMYK
RGB Variations
Color information
#A0416D (or 0xA0416D) is known color: Rouge. HEX triplet: A0, 41 and 6D. RGB value is (160,65,109). Sum of RGB (Red+Green+Blue) = 160+65+109=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A0416D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0416D is #5FBE92. Grayscale: #626262. Windows color (decimal): -6274707 or 7160224. OLE color: 7160224.
HSL color Cylindrical-coordinate representation of color #A0416D: hue angle of 332.21º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0416D is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 109 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.37 |
| HSL | 332.21º | 0.42% | 0.44% | - |
| HSV(B) | 332.21º | 0.59% | 0.63% | - |
| XYZ | 19.15 | 12.36 | 15.84 | - |
| YUV | 98.42 | 133.97 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 109 | 0 | 0.59 | 0.32 | 0.37 | 332.21 | 0.42 | 0.44 |
| Hex | A0 | 41 | 6D | 0 | 3B | 20 | 25 | 14C | 2A | 2C |
| Octal | 240 | 101 | 155 | 0 | 73 | 40 | 45 | 514 | 52 | 54 |
| Binary | 10100000 | 1000001 | 1101101 | 0 | 111011 | 100000 | 100101 | 101001100 | 101010 | 101100 |
Color Harmonies of #A0416D
Complementary color
Monochromatic Colors of #A0416D
Black with #A0416D
Text Example
Text Example
White with #A0416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0416D; }
p { color: rgb(160,65,109); }
H1.HeaderClassName
{
color: #A0416D;
}
.AnyTagClassName
{
color: #A0416D;
}
</style>
background-color css
<style>
a { background-color: #A0416D; }
a { background-color: rgb(160,65,109); }
div.DivClassName
{
background-color: #A0416D;
}
.BgClassName
{
background-color: #A0416D;
}
</style>
border-color css
<style>
span { border-color: #A0416D; }
span { border-color: rgb(160,65,109); }
td.TdClassName
{
border-color: #A0416D;
}
.TagClassName
{
border-color: #A0416D;
}
</style>