Shades of Rouge #A3326B
Tints of Rouge #A3326B
RGB
CMYK
RGB Variations
Color information
#A3326B (or 0xA3326B) is known color: Rouge. HEX triplet: A3, 32 and 6B. RGB value is (163,50,107). Sum of RGB (Red+Green+Blue) = 163+50+107=320 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.94% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 163 - color contains mainly: red. Hex color #A3326B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3326B is #5CCD94. Grayscale: #5A5A5A. Windows color (decimal): -6081941 or 7025315. OLE color: 7025315.
HSL color Cylindrical-coordinate representation of color #A3326B: hue angle of 329.73º 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 #A3326B is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 50 | 107 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.36 |
| HSL | 329.73º | 0.53% | 0.42% | - |
| HSV(B) | 329.73º | 0.69% | 0.64% | - |
| XYZ | 18.9 | 11.13 | 15.06 | - |
| YUV | 90.29 | 137.44 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 50 | 107 | 0 | 0.69 | 0.34 | 0.36 | 329.73 | 0.53 | 0.42 |
| Hex | A3 | 32 | 6B | 0 | 45 | 22 | 24 | 14A | 35 | 2A |
| Octal | 243 | 62 | 153 | 0 | 105 | 42 | 44 | 512 | 65 | 52 |
| Binary | 10100011 | 110010 | 1101011 | 0 | 1000101 | 100010 | 100100 | 101001010 | 110101 | 101010 |
Color Harmonies of #A3326B
Complementary color
Monochromatic Colors of #A3326B
Black with #A3326B
Text Example
Text Example
White with #A3326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3326B; }
p { color: rgb(163,50,107); }
H1.HeaderClassName
{
color: #A3326B;
}
.AnyTagClassName
{
color: #A3326B;
}
</style>
background-color css
<style>
a { background-color: #A3326B; }
a { background-color: rgb(163,50,107); }
div.DivClassName
{
background-color: #A3326B;
}
.BgClassName
{
background-color: #A3326B;
}
</style>
border-color css
<style>
span { border-color: #A3326B; }
span { border-color: rgb(163,50,107); }
td.TdClassName
{
border-color: #A3326B;
}
.TagClassName
{
border-color: #A3326B;
}
</style>