Shades of Rouge #A0326B
Tints of Rouge #A0326B
RGB
CMYK
RGB Variations
Color information
#A0326B (or 0xA0326B) is known color: Rouge. HEX triplet: A0, 32 and 6B. RGB value is (160,50,107). Sum of RGB (Red+Green+Blue) = 160+50+107=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A0326B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0326B is #5FCD94. Grayscale: #595959. Windows color (decimal): -6278549 or 7025312. OLE color: 7025312.
HSL color Cylindrical-coordinate representation of color #A0326B: hue angle of 328.91º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0326B is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 50 | 107 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.37 |
| HSL | 328.91º | 0.52% | 0.41% | - |
| HSV(B) | 328.91º | 0.69% | 0.63% | - |
| XYZ | 18.29 | 10.82 | 15.03 | - |
| YUV | 89.39 | 137.94 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 107 | 0 | 0.69 | 0.33 | 0.37 | 328.91 | 0.52 | 0.41 |
| Hex | A0 | 32 | 6B | 0 | 45 | 21 | 25 | 149 | 34 | 29 |
| Octal | 240 | 62 | 153 | 0 | 105 | 41 | 45 | 511 | 64 | 51 |
| Binary | 10100000 | 110010 | 1101011 | 0 | 1000101 | 100001 | 100101 | 101001001 | 110100 | 101001 |
Color Harmonies of #A0326B
Complementary color
Monochromatic Colors of #A0326B
Black with #A0326B
Text Example
Text Example
White with #A0326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0326B; }
p { color: rgb(160,50,107); }
H1.HeaderClassName
{
color: #A0326B;
}
.AnyTagClassName
{
color: #A0326B;
}
</style>
background-color css
<style>
a { background-color: #A0326B; }
a { background-color: rgb(160,50,107); }
div.DivClassName
{
background-color: #A0326B;
}
.BgClassName
{
background-color: #A0326B;
}
</style>
border-color css
<style>
span { border-color: #A0326B; }
span { border-color: rgb(160,50,107); }
td.TdClassName
{
border-color: #A0326B;
}
.TagClassName
{
border-color: #A0326B;
}
</style>