Shades of Rouge #A0416C
Tints of Rouge #A0416C
RGB
CMYK
RGB Variations
Color information
#A0416C (or 0xA0416C) is known color: Rouge. HEX triplet: A0, 41 and 6C. RGB value is (160,65,108). Sum of RGB (Red+Green+Blue) = 160+65+108=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A0416C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0416C is #5FBE93. Grayscale: #626262. Windows color (decimal): -6274708 or 7094688. OLE color: 7094688.
HSL color Cylindrical-coordinate representation of color #A0416C: hue angle of 332.84º 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 #A0416C is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 108 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.37 |
| HSL | 332.84º | 0.42% | 0.44% | - |
| HSV(B) | 332.84º | 0.59% | 0.63% | - |
| XYZ | 19.09 | 12.34 | 15.56 | - |
| YUV | 98.31 | 133.47 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 108 | 0 | 0.59 | 0.32 | 0.37 | 332.84 | 0.42 | 0.44 |
| Hex | A0 | 41 | 6C | 0 | 3B | 20 | 25 | 14D | 2A | 2C |
| Octal | 240 | 101 | 154 | 0 | 73 | 40 | 45 | 515 | 52 | 54 |
| Binary | 10100000 | 1000001 | 1101100 | 0 | 111011 | 100000 | 100101 | 101001101 | 101010 | 101100 |
Color Harmonies of #A0416C
Complementary color
Monochromatic Colors of #A0416C
Black with #A0416C
Text Example
Text Example
White with #A0416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0416C; }
p { color: rgb(160,65,108); }
H1.HeaderClassName
{
color: #A0416C;
}
.AnyTagClassName
{
color: #A0416C;
}
</style>
background-color css
<style>
a { background-color: #A0416C; }
a { background-color: rgb(160,65,108); }
div.DivClassName
{
background-color: #A0416C;
}
.BgClassName
{
background-color: #A0416C;
}
</style>
border-color css
<style>
span { border-color: #A0416C; }
span { border-color: rgb(160,65,108); }
td.TdClassName
{
border-color: #A0416C;
}
.TagClassName
{
border-color: #A0416C;
}
</style>