Shades of Rouge #A0346A
Tints of Rouge #A0346A
RGB
CMYK
RGB Variations
Color information
#A0346A (or 0xA0346A) is known color: Rouge. HEX triplet: A0, 34 and 6A. RGB value is (160,52,106). Sum of RGB (Red+Green+Blue) = 160+52+106=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A0346A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0346A is #5FCB95. Grayscale: #5A5A5A. Windows color (decimal): -6278038 or 6960288. OLE color: 6960288.
HSL color Cylindrical-coordinate representation of color #A0346A: hue angle of 330º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0346A is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 52 | 106 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.37 |
| HSL | 330º | 0.51% | 0.42% | - |
| HSV(B) | 330º | 0.68% | 0.63% | - |
| XYZ | 18.33 | 10.97 | 14.79 | - |
| YUV | 90.45 | 136.78 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 106 | 0 | 0.68 | 0.34 | 0.37 | 330 | 0.51 | 0.42 |
| Hex | A0 | 34 | 6A | 0 | 44 | 22 | 25 | 14A | 33 | 2A |
| Octal | 240 | 64 | 152 | 0 | 104 | 42 | 45 | 512 | 63 | 52 |
| Binary | 10100000 | 110100 | 1101010 | 0 | 1000100 | 100010 | 100101 | 101001010 | 110011 | 101010 |
Color Harmonies of #A0346A
Complementary color
Monochromatic Colors of #A0346A
Black with #A0346A
Text Example
Text Example
White with #A0346A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0346A; }
p { color: rgb(160,52,106); }
H1.HeaderClassName
{
color: #A0346A;
}
.AnyTagClassName
{
color: #A0346A;
}
</style>
background-color css
<style>
a { background-color: #A0346A; }
a { background-color: rgb(160,52,106); }
div.DivClassName
{
background-color: #A0346A;
}
.BgClassName
{
background-color: #A0346A;
}
</style>
border-color css
<style>
span { border-color: #A0346A; }
span { border-color: rgb(160,52,106); }
td.TdClassName
{
border-color: #A0346A;
}
.TagClassName
{
border-color: #A0346A;
}
</style>