Shades of Rouge #A0416B
Tints of Rouge #A0416B
RGB
CMYK
RGB Variations
Color information
#A0416B (or 0xA0416B) is known color: Rouge. HEX triplet: A0, 41 and 6B. RGB value is (160,65,107). Sum of RGB (Red+Green+Blue) = 160+65+107=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A0416B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0416B is #5FBE94. Grayscale: #626262. Windows color (decimal): -6274709 or 7029152. OLE color: 7029152.
HSL color Cylindrical-coordinate representation of color #A0416B: hue angle of 333.47º 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 #A0416B is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 107 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.37 |
| HSL | 333.47º | 0.42% | 0.44% | - |
| HSV(B) | 333.47º | 0.59% | 0.63% | - |
| XYZ | 19.04 | 12.32 | 15.28 | - |
| YUV | 98.19 | 132.97 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 107 | 0 | 0.59 | 0.33 | 0.37 | 333.47 | 0.42 | 0.44 |
| Hex | A0 | 41 | 6B | 0 | 3B | 21 | 25 | 14D | 2A | 2C |
| Octal | 240 | 101 | 153 | 0 | 73 | 41 | 45 | 515 | 52 | 54 |
| Binary | 10100000 | 1000001 | 1101011 | 0 | 111011 | 100001 | 100101 | 101001101 | 101010 | 101100 |
Color Harmonies of #A0416B
Complementary color
Monochromatic Colors of #A0416B
Black with #A0416B
Text Example
Text Example
White with #A0416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0416B; }
p { color: rgb(160,65,107); }
H1.HeaderClassName
{
color: #A0416B;
}
.AnyTagClassName
{
color: #A0416B;
}
</style>
background-color css
<style>
a { background-color: #A0416B; }
a { background-color: rgb(160,65,107); }
div.DivClassName
{
background-color: #A0416B;
}
.BgClassName
{
background-color: #A0416B;
}
</style>
border-color css
<style>
span { border-color: #A0416B; }
span { border-color: rgb(160,65,107); }
td.TdClassName
{
border-color: #A0416B;
}
.TagClassName
{
border-color: #A0416B;
}
</style>