Shades of Rouge #A32E6B
Tints of Rouge #A32E6B
RGB
CMYK
RGB Variations
Color information
#A32E6B (or 0xA32E6B) is known color: Rouge. HEX triplet: A3, 2E and 6B. RGB value is (163,46,107). Sum of RGB (Red+Green+Blue) = 163+46+107=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 46 (18.36% from 255 or 14.56% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32E6B is #5CD194. Grayscale: #575757. Windows color (decimal): -6082965 or 7024291. OLE color: 7024291.
HSL color Cylindrical-coordinate representation of color #A32E6B: hue angle of 328.72º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A32E6B is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 46 | 107 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.36 |
| HSL | 328.72º | 0.56% | 0.41% | - |
| HSV(B) | 328.72º | 0.72% | 0.64% | - |
| XYZ | 18.74 | 10.8 | 15.01 | - |
| YUV | 87.94 | 138.76 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 107 | 0 | 0.72 | 0.34 | 0.36 | 328.72 | 0.56 | 0.41 |
| Hex | A3 | 2E | 6B | 0 | 48 | 22 | 24 | 149 | 38 | 29 |
| Octal | 243 | 56 | 153 | 0 | 110 | 42 | 44 | 511 | 70 | 51 |
| Binary | 10100011 | 101110 | 1101011 | 0 | 1001000 | 100010 | 100100 | 101001001 | 111000 | 101001 |
Color Harmonies of #A32E6B
Complementary color
Monochromatic Colors of #A32E6B
Black with #A32E6B
Text Example
Text Example
White with #A32E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32E6B; }
p { color: rgb(163,46,107); }
H1.HeaderClassName
{
color: #A32E6B;
}
.AnyTagClassName
{
color: #A32E6B;
}
</style>
background-color css
<style>
a { background-color: #A32E6B; }
a { background-color: rgb(163,46,107); }
div.DivClassName
{
background-color: #A32E6B;
}
.BgClassName
{
background-color: #A32E6B;
}
</style>
border-color css
<style>
span { border-color: #A32E6B; }
span { border-color: rgb(163,46,107); }
td.TdClassName
{
border-color: #A32E6B;
}
.TagClassName
{
border-color: #A32E6B;
}
</style>