Shades of Rouge #A3326E
Tints of Rouge #A3326E
RGB
CMYK
RGB Variations
Color information
#A3326E (or 0xA3326E) is known color: Rouge. HEX triplet: A3, 32 and 6E. RGB value is (163,50,110). Sum of RGB (Red+Green+Blue) = 163+50+110=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A3326E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3326E is #5CCD91. Grayscale: #5A5A5A. Windows color (decimal): -6081938 or 7221923. OLE color: 7221923.
HSL color Cylindrical-coordinate representation of color #A3326E: hue angle of 328.14º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A3326E is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 50 | 110 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.36 |
| HSL | 328.14º | 0.53% | 0.42% | - |
| HSV(B) | 328.14º | 0.69% | 0.64% | - |
| XYZ | 19.06 | 11.19 | 15.91 | - |
| YUV | 90.63 | 138.94 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 50 | 110 | 0 | 0.69 | 0.33 | 0.36 | 328.14 | 0.53 | 0.42 |
| Hex | A3 | 32 | 6E | 0 | 45 | 21 | 24 | 148 | 35 | 2A |
| Octal | 243 | 62 | 156 | 0 | 105 | 41 | 44 | 510 | 65 | 52 |
| Binary | 10100011 | 110010 | 1101110 | 0 | 1000101 | 100001 | 100100 | 101001000 | 110101 | 101010 |
Color Harmonies of #A3326E
Complementary color
Monochromatic Colors of #A3326E
Black with #A3326E
Text Example
Text Example
White with #A3326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3326E; }
p { color: rgb(163,50,110); }
H1.HeaderClassName
{
color: #A3326E;
}
.AnyTagClassName
{
color: #A3326E;
}
</style>
background-color css
<style>
a { background-color: #A3326E; }
a { background-color: rgb(163,50,110); }
div.DivClassName
{
background-color: #A3326E;
}
.BgClassName
{
background-color: #A3326E;
}
</style>
border-color css
<style>
span { border-color: #A3326E; }
span { border-color: rgb(163,50,110); }
td.TdClassName
{
border-color: #A3326E;
}
.TagClassName
{
border-color: #A3326E;
}
</style>