Shades of Rouge #A73C6E
Tints of Rouge #A73C6E
RGB
CMYK
RGB Variations
Color information
#A73C6E (or 0xA73C6E) is known color: Rouge. HEX triplet: A7, 3C and 6E. RGB value is (167,60,110). Sum of RGB (Red+Green+Blue) = 167+60+110=337 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.55% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 167 - color contains mainly: red. Hex color #A73C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73C6E is #58C391. Grayscale: #616161. Windows color (decimal): -5817234 or 7224487. OLE color: 7224487.
HSL color Cylindrical-coordinate representation of color #A73C6E: hue angle of 331.96º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A73C6E is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 60 | 110 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.35 |
| HSL | 331.96º | 0.47% | 0.45% | - |
| HSV(B) | 331.96º | 0.64% | 0.65% | - |
| XYZ | 20.37 | 12.57 | 16.11 | - |
| YUV | 97.69 | 134.95 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 60 | 110 | 0 | 0.64 | 0.34 | 0.35 | 331.96 | 0.47 | 0.45 |
| Hex | A7 | 3C | 6E | 0 | 40 | 22 | 23 | 14C | 2F | 2D |
| Octal | 247 | 74 | 156 | 0 | 100 | 42 | 43 | 514 | 57 | 55 |
| Binary | 10100111 | 111100 | 1101110 | 0 | 1000000 | 100010 | 100011 | 101001100 | 101111 | 101101 |
Color Harmonies of #A73C6E
Complementary color
Monochromatic Colors of #A73C6E
Black with #A73C6E
Text Example
Text Example
White with #A73C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73C6E; }
p { color: rgb(167,60,110); }
H1.HeaderClassName
{
color: #A73C6E;
}
.AnyTagClassName
{
color: #A73C6E;
}
</style>
background-color css
<style>
a { background-color: #A73C6E; }
a { background-color: rgb(167,60,110); }
div.DivClassName
{
background-color: #A73C6E;
}
.BgClassName
{
background-color: #A73C6E;
}
</style>
border-color css
<style>
span { border-color: #A73C6E; }
span { border-color: rgb(167,60,110); }
td.TdClassName
{
border-color: #A73C6E;
}
.TagClassName
{
border-color: #A73C6E;
}
</style>