Shades of Rouge #A0356A
Tints of Rouge #A0356A
RGB
CMYK
RGB Variations
Color information
#A0356A (or 0xA0356A) is known color: Rouge. HEX triplet: A0, 35 and 6A. RGB value is (160,53,106). Sum of RGB (Red+Green+Blue) = 160+53+106=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A0356A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0356A is #5FCA95. Grayscale: #5A5A5A. Windows color (decimal): -6277782 or 6960544. OLE color: 6960544.
HSL color Cylindrical-coordinate representation of color #A0356A: hue angle of 330.28º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0356A is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 53 | 106 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.37 |
| HSL | 330.28º | 0.5% | 0.42% | - |
| HSV(B) | 330.28º | 0.67% | 0.63% | - |
| XYZ | 18.37 | 11.06 | 14.8 | - |
| YUV | 91.04 | 136.45 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 106 | 0 | 0.67 | 0.34 | 0.37 | 330.28 | 0.5 | 0.42 |
| Hex | A0 | 35 | 6A | 0 | 43 | 22 | 25 | 14A | 32 | 2A |
| Octal | 240 | 65 | 152 | 0 | 103 | 42 | 45 | 512 | 62 | 52 |
| Binary | 10100000 | 110101 | 1101010 | 0 | 1000011 | 100010 | 100101 | 101001010 | 110010 | 101010 |
Color Harmonies of #A0356A
Complementary color
Monochromatic Colors of #A0356A
Black with #A0356A
Text Example
Text Example
White with #A0356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0356A; }
p { color: rgb(160,53,106); }
H1.HeaderClassName
{
color: #A0356A;
}
.AnyTagClassName
{
color: #A0356A;
}
</style>
background-color css
<style>
a { background-color: #A0356A; }
a { background-color: rgb(160,53,106); }
div.DivClassName
{
background-color: #A0356A;
}
.BgClassName
{
background-color: #A0356A;
}
</style>
border-color css
<style>
span { border-color: #A0356A; }
span { border-color: rgb(160,53,106); }
td.TdClassName
{
border-color: #A0356A;
}
.TagClassName
{
border-color: #A0356A;
}
</style>