Shades of Rouge #A63C76
Tints of Rouge #A63C76
RGB
CMYK
RGB Variations
Color information
#A63C76 (or 0xA63C76) is known color: Rouge. HEX triplet: A6, 3C and 76. RGB value is (166,60,118). Sum of RGB (Red+Green+Blue) = 166+60+118=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63C76 is #59C389. Grayscale: #626262. Windows color (decimal): -5882762 or 7748774. OLE color: 7748774.
HSL color Cylindrical-coordinate representation of color #A63C76: hue angle of 327.17º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A63C76 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 60 | 118 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.35 |
| HSL | 327.17º | 0.47% | 0.44% | - |
| HSV(B) | 327.17º | 0.64% | 0.65% | - |
| XYZ | 20.61 | 12.65 | 18.49 | - |
| YUV | 98.31 | 139.12 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 60 | 118 | 0 | 0.64 | 0.29 | 0.35 | 327.17 | 0.47 | 0.44 |
| Hex | A6 | 3C | 76 | 0 | 40 | 1D | 23 | 147 | 2F | 2C |
| Octal | 246 | 74 | 166 | 0 | 100 | 35 | 43 | 507 | 57 | 54 |
| Binary | 10100110 | 111100 | 1110110 | 0 | 1000000 | 11101 | 100011 | 101000111 | 101111 | 101100 |
Color Harmonies of #A63C76
Complementary color
Monochromatic Colors of #A63C76
Black with #A63C76
Text Example
Text Example
White with #A63C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63C76; }
p { color: rgb(166,60,118); }
H1.HeaderClassName
{
color: #A63C76;
}
.AnyTagClassName
{
color: #A63C76;
}
</style>
background-color css
<style>
a { background-color: #A63C76; }
a { background-color: rgb(166,60,118); }
div.DivClassName
{
background-color: #A63C76;
}
.BgClassName
{
background-color: #A63C76;
}
</style>
border-color css
<style>
span { border-color: #A63C76; }
span { border-color: rgb(166,60,118); }
td.TdClassName
{
border-color: #A63C76;
}
.TagClassName
{
border-color: #A63C76;
}
</style>