Shades of Rouge #A0366E
Tints of Rouge #A0366E
RGB
CMYK
RGB Variations
Color information
#A0366E (or 0xA0366E) is known color: Rouge. HEX triplet: A0, 36 and 6E. RGB value is (160,54,110). Sum of RGB (Red+Green+Blue) = 160+54+110=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A0366E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0366E is #5FC991. Grayscale: #5B5B5B. Windows color (decimal): -6277522 or 7222944. OLE color: 7222944.
HSL color Cylindrical-coordinate representation of color #A0366E: hue angle of 328.3º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0366E is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 110 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.37 |
| HSL | 328.3º | 0.5% | 0.42% | - |
| HSV(B) | 328.3º | 0.66% | 0.63% | - |
| XYZ | 18.63 | 11.24 | 15.94 | - |
| YUV | 92.08 | 138.12 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 110 | 0 | 0.66 | 0.31 | 0.37 | 328.3 | 0.5 | 0.42 |
| Hex | A0 | 36 | 6E | 0 | 42 | 1F | 25 | 148 | 32 | 2A |
| Octal | 240 | 66 | 156 | 0 | 102 | 37 | 45 | 510 | 62 | 52 |
| Binary | 10100000 | 110110 | 1101110 | 0 | 1000010 | 11111 | 100101 | 101001000 | 110010 | 101010 |
Color Harmonies of #A0366E
Complementary color
Monochromatic Colors of #A0366E
Black with #A0366E
Text Example
Text Example
White with #A0366E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0366E; }
p { color: rgb(160,54,110); }
H1.HeaderClassName
{
color: #A0366E;
}
.AnyTagClassName
{
color: #A0366E;
}
</style>
background-color css
<style>
a { background-color: #A0366E; }
a { background-color: rgb(160,54,110); }
div.DivClassName
{
background-color: #A0366E;
}
.BgClassName
{
background-color: #A0366E;
}
</style>
border-color css
<style>
span { border-color: #A0366E; }
span { border-color: rgb(160,54,110); }
td.TdClassName
{
border-color: #A0366E;
}
.TagClassName
{
border-color: #A0366E;
}
</style>