Shades of Rouge #A0406C
Tints of Rouge #A0406C
RGB
CMYK
RGB Variations
Color information
#A0406C (or 0xA0406C) is known color: Rouge. HEX triplet: A0, 40 and 6C. RGB value is (160,64,108). Sum of RGB (Red+Green+Blue) = 160+64+108=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A0406C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0406C is #5FBF93. Grayscale: #616161. Windows color (decimal): -6274964 or 7094432. OLE color: 7094432.
HSL color Cylindrical-coordinate representation of color #A0406C: hue angle of 332.5º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0406C is Cyan = 0, Magento = 0.6, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 64 | 108 | - |
| CMYK | 0 | 0.6 | 0.32 | 0.37 |
| HSL | 332.5º | 0.43% | 0.44% | - |
| HSV(B) | 332.5º | 0.6% | 0.63% | - |
| XYZ | 19.04 | 12.22 | 15.54 | - |
| YUV | 97.72 | 133.8 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 108 | 0 | 0.6 | 0.32 | 0.37 | 332.5 | 0.43 | 0.44 |
| Hex | A0 | 40 | 6C | 0 | 3C | 20 | 25 | 14C | 2B | 2C |
| Octal | 240 | 100 | 154 | 0 | 74 | 40 | 45 | 514 | 53 | 54 |
| Binary | 10100000 | 1000000 | 1101100 | 0 | 111100 | 100000 | 100101 | 101001100 | 101011 | 101100 |
Color Harmonies of #A0406C
Complementary color
Monochromatic Colors of #A0406C
Black with #A0406C
Text Example
Text Example
White with #A0406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0406C; }
p { color: rgb(160,64,108); }
H1.HeaderClassName
{
color: #A0406C;
}
.AnyTagClassName
{
color: #A0406C;
}
</style>
background-color css
<style>
a { background-color: #A0406C; }
a { background-color: rgb(160,64,108); }
div.DivClassName
{
background-color: #A0406C;
}
.BgClassName
{
background-color: #A0406C;
}
</style>
border-color css
<style>
span { border-color: #A0406C; }
span { border-color: rgb(160,64,108); }
td.TdClassName
{
border-color: #A0406C;
}
.TagClassName
{
border-color: #A0406C;
}
</style>