Shades of Rouge #A0326E
Tints of Rouge #A0326E
RGB
CMYK
RGB Variations
Color information
#A0326E (or 0xA0326E) is known color: Rouge. HEX triplet: A0, 32 and 6E. RGB value is (160,50,110). Sum of RGB (Red+Green+Blue) = 160+50+110=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A0326E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0326E is #5FCD91. Grayscale: #595959. Windows color (decimal): -6278546 or 7221920. OLE color: 7221920.
HSL color Cylindrical-coordinate representation of color #A0326E: hue angle of 327.27º 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 #A0326E is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 50 | 110 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.37 |
| HSL | 327.27º | 0.52% | 0.41% | - |
| HSV(B) | 327.27º | 0.69% | 0.63% | - |
| XYZ | 18.45 | 10.88 | 15.88 | - |
| YUV | 89.73 | 139.44 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 110 | 0 | 0.69 | 0.31 | 0.37 | 327.27 | 0.52 | 0.41 |
| Hex | A0 | 32 | 6E | 0 | 45 | 1F | 25 | 147 | 34 | 29 |
| Octal | 240 | 62 | 156 | 0 | 105 | 37 | 45 | 507 | 64 | 51 |
| Binary | 10100000 | 110010 | 1101110 | 0 | 1000101 | 11111 | 100101 | 101000111 | 110100 | 101001 |
Color Harmonies of #A0326E
Complementary color
Monochromatic Colors of #A0326E
Black with #A0326E
Text Example
Text Example
White with #A0326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0326E; }
p { color: rgb(160,50,110); }
H1.HeaderClassName
{
color: #A0326E;
}
.AnyTagClassName
{
color: #A0326E;
}
</style>
background-color css
<style>
a { background-color: #A0326E; }
a { background-color: rgb(160,50,110); }
div.DivClassName
{
background-color: #A0326E;
}
.BgClassName
{
background-color: #A0326E;
}
</style>
border-color css
<style>
span { border-color: #A0326E; }
span { border-color: rgb(160,50,110); }
td.TdClassName
{
border-color: #A0326E;
}
.TagClassName
{
border-color: #A0326E;
}
</style>