Shades of Rouge #A63E6F
Tints of Rouge #A63E6F
RGB
CMYK
RGB Variations
Color information
#A63E6F (or 0xA63E6F) is known color: Rouge. HEX triplet: A6, 3E and 6F. RGB value is (166,62,111). Sum of RGB (Red+Green+Blue) = 166+62+111=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63E6F is #59C190. Grayscale: #626262. Windows color (decimal): -5882257 or 7290534. OLE color: 7290534.
HSL color Cylindrical-coordinate representation of color #A63E6F: hue angle of 331.73º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A63E6F is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 62 | 111 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.35 |
| HSL | 331.73º | 0.46% | 0.45% | - |
| HSV(B) | 331.73º | 0.63% | 0.65% | - |
| XYZ | 20.32 | 12.7 | 16.42 | - |
| YUV | 98.68 | 134.96 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 62 | 111 | 0 | 0.63 | 0.33 | 0.35 | 331.73 | 0.46 | 0.45 |
| Hex | A6 | 3E | 6F | 0 | 3F | 21 | 23 | 14C | 2E | 2D |
| Octal | 246 | 76 | 157 | 0 | 77 | 41 | 43 | 514 | 56 | 55 |
| Binary | 10100110 | 111110 | 1101111 | 0 | 111111 | 100001 | 100011 | 101001100 | 101110 | 101101 |
Color Harmonies of #A63E6F
Complementary color
Monochromatic Colors of #A63E6F
Black with #A63E6F
Text Example
Text Example
White with #A63E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63E6F; }
p { color: rgb(166,62,111); }
H1.HeaderClassName
{
color: #A63E6F;
}
.AnyTagClassName
{
color: #A63E6F;
}
</style>
background-color css
<style>
a { background-color: #A63E6F; }
a { background-color: rgb(166,62,111); }
div.DivClassName
{
background-color: #A63E6F;
}
.BgClassName
{
background-color: #A63E6F;
}
</style>
border-color css
<style>
span { border-color: #A63E6F; }
span { border-color: rgb(166,62,111); }
td.TdClassName
{
border-color: #A63E6F;
}
.TagClassName
{
border-color: #A63E6F;
}
</style>