Shades of Rouge #A32C69
Tints of Rouge #A32C69
RGB
CMYK
RGB Variations
Color information
#A32C69 (or 0xA32C69) is known color: Rouge. HEX triplet: A3, 2C and 69. RGB value is (163,44,105). Sum of RGB (Red+Green+Blue) = 163+44+105=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32C69 is #5CD396. Grayscale: #565656. Windows color (decimal): -6083479 or 6892707. OLE color: 6892707.
HSL color Cylindrical-coordinate representation of color #A32C69: hue angle of 329.24º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A32C69 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 44 | 105 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.36 |
| HSL | 329.24º | 0.57% | 0.41% | - |
| HSV(B) | 329.24º | 0.73% | 0.64% | - |
| XYZ | 18.55 | 10.61 | 14.43 | - |
| YUV | 86.54 | 138.42 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 105 | 0 | 0.73 | 0.36 | 0.36 | 329.24 | 0.57 | 0.41 |
| Hex | A3 | 2C | 69 | 0 | 49 | 24 | 24 | 149 | 39 | 29 |
| Octal | 243 | 54 | 151 | 0 | 111 | 44 | 44 | 511 | 71 | 51 |
| Binary | 10100011 | 101100 | 1101001 | 0 | 1001001 | 100100 | 100100 | 101001001 | 111001 | 101001 |
Color Harmonies of #A32C69
Complementary color
Monochromatic Colors of #A32C69
Black with #A32C69
Text Example
Text Example
White with #A32C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32C69; }
p { color: rgb(163,44,105); }
H1.HeaderClassName
{
color: #A32C69;
}
.AnyTagClassName
{
color: #A32C69;
}
</style>
background-color css
<style>
a { background-color: #A32C69; }
a { background-color: rgb(163,44,105); }
div.DivClassName
{
background-color: #A32C69;
}
.BgClassName
{
background-color: #A32C69;
}
</style>
border-color css
<style>
span { border-color: #A32C69; }
span { border-color: rgb(163,44,105); }
td.TdClassName
{
border-color: #A32C69;
}
.TagClassName
{
border-color: #A32C69;
}
</style>