Shades of Rouge #A0415E
Tints of Rouge #A0415E
RGB
CMYK
RGB Variations
Color information
#A0415E (or 0xA0415E) is known color: Rouge. HEX triplet: A0, 41 and 5E. RGB value is (160,65,94). Sum of RGB (Red+Green+Blue) = 160+65+94=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A0415E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0415E is #5FBEA1. Grayscale: #606060. Windows color (decimal): -6274722 or 6177184. OLE color: 6177184.
HSL color Cylindrical-coordinate representation of color #A0415E: hue angle of 341.68º 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 #A0415E is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 94 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.37 |
| HSL | 341.68º | 0.42% | 0.44% | - |
| HSV(B) | 341.68º | 0.59% | 0.63% | - |
| XYZ | 18.41 | 12.06 | 11.95 | - |
| YUV | 96.71 | 126.47 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 94 | 0 | 0.59 | 0.41 | 0.37 | 341.68 | 0.42 | 0.44 |
| Hex | A0 | 41 | 5E | 0 | 3B | 29 | 25 | 156 | 2A | 2C |
| Octal | 240 | 101 | 136 | 0 | 73 | 51 | 45 | 526 | 52 | 54 |
| Binary | 10100000 | 1000001 | 1011110 | 0 | 111011 | 101001 | 100101 | 101010110 | 101010 | 101100 |
Color Harmonies of #A0415E
Complementary color
Monochromatic Colors of #A0415E
Black with #A0415E
Text Example
Text Example
White with #A0415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0415E; }
p { color: rgb(160,65,94); }
H1.HeaderClassName
{
color: #A0415E;
}
.AnyTagClassName
{
color: #A0415E;
}
</style>
background-color css
<style>
a { background-color: #A0415E; }
a { background-color: rgb(160,65,94); }
div.DivClassName
{
background-color: #A0415E;
}
.BgClassName
{
background-color: #A0415E;
}
</style>
border-color css
<style>
span { border-color: #A0415E; }
span { border-color: rgb(160,65,94); }
td.TdClassName
{
border-color: #A0415E;
}
.TagClassName
{
border-color: #A0415E;
}
</style>