Shades of Rouge #A32E65
Tints of Rouge #A32E65
RGB
CMYK
RGB Variations
Color information
#A32E65 (or 0xA32E65) is known color: Rouge. HEX triplet: A3, 2E and 65. RGB value is (163,46,101). Sum of RGB (Red+Green+Blue) = 163+46+101=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32E65 is #5CD19A. Grayscale: #575757. Windows color (decimal): -6082971 or 6631075. OLE color: 6631075.
HSL color Cylindrical-coordinate representation of color #A32E65: hue angle of 331.79º 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 #A32E65 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 46 | 101 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.36 |
| HSL | 331.79º | 0.56% | 0.41% | - |
| HSV(B) | 331.79º | 0.72% | 0.64% | - |
| XYZ | 18.43 | 10.68 | 13.4 | - |
| YUV | 87.25 | 135.76 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 101 | 0 | 0.72 | 0.38 | 0.36 | 331.79 | 0.56 | 0.41 |
| Hex | A3 | 2E | 65 | 0 | 48 | 26 | 24 | 14C | 38 | 29 |
| Octal | 243 | 56 | 145 | 0 | 110 | 46 | 44 | 514 | 70 | 51 |
| Binary | 10100011 | 101110 | 1100101 | 0 | 1001000 | 100110 | 100100 | 101001100 | 111000 | 101001 |
Color Harmonies of #A32E65
Complementary color
Monochromatic Colors of #A32E65
Black with #A32E65
Text Example
Text Example
White with #A32E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32E65; }
p { color: rgb(163,46,101); }
H1.HeaderClassName
{
color: #A32E65;
}
.AnyTagClassName
{
color: #A32E65;
}
</style>
background-color css
<style>
a { background-color: #A32E65; }
a { background-color: rgb(163,46,101); }
div.DivClassName
{
background-color: #A32E65;
}
.BgClassName
{
background-color: #A32E65;
}
</style>
border-color css
<style>
span { border-color: #A32E65; }
span { border-color: rgb(163,46,101); }
td.TdClassName
{
border-color: #A32E65;
}
.TagClassName
{
border-color: #A32E65;
}
</style>