Shades of Rouge #A0396A
Tints of Rouge #A0396A
RGB
CMYK
RGB Variations
Color information
#A0396A (or 0xA0396A) is known color: Rouge. HEX triplet: A0, 39 and 6A. RGB value is (160,57,106). Sum of RGB (Red+Green+Blue) = 160+57+106=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0396A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0396A is #5FC695. Grayscale: #5D5D5D. Windows color (decimal): -6276758 or 6961568. OLE color: 6961568.
HSL color Cylindrical-coordinate representation of color #A0396A: hue angle of 331.46º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0396A is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 57 | 106 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.37 |
| HSL | 331.46º | 0.47% | 0.43% | - |
| HSV(B) | 331.46º | 0.64% | 0.63% | - |
| XYZ | 18.56 | 11.44 | 14.87 | - |
| YUV | 93.38 | 135.12 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 106 | 0 | 0.64 | 0.34 | 0.37 | 331.46 | 0.47 | 0.43 |
| Hex | A0 | 39 | 6A | 0 | 40 | 22 | 25 | 14B | 2F | 2B |
| Octal | 240 | 71 | 152 | 0 | 100 | 42 | 45 | 513 | 57 | 53 |
| Binary | 10100000 | 111001 | 1101010 | 0 | 1000000 | 100010 | 100101 | 101001011 | 101111 | 101011 |
Color Harmonies of #A0396A
Complementary color
Monochromatic Colors of #A0396A
Black with #A0396A
Text Example
Text Example
White with #A0396A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0396A; }
p { color: rgb(160,57,106); }
H1.HeaderClassName
{
color: #A0396A;
}
.AnyTagClassName
{
color: #A0396A;
}
</style>
background-color css
<style>
a { background-color: #A0396A; }
a { background-color: rgb(160,57,106); }
div.DivClassName
{
background-color: #A0396A;
}
.BgClassName
{
background-color: #A0396A;
}
</style>
border-color css
<style>
span { border-color: #A0396A; }
span { border-color: rgb(160,57,106); }
td.TdClassName
{
border-color: #A0396A;
}
.TagClassName
{
border-color: #A0396A;
}
</style>