Shades of Rouge #A73E6F
Tints of Rouge #A73E6F
RGB
CMYK
RGB Variations
Color information
#A73E6F (or 0xA73E6F) is known color: Rouge. HEX triplet: A7, 3E and 6F. RGB value is (167,62,111). Sum of RGB (Red+Green+Blue) = 167+62+111=340 (45% of max value = 765). Red value is 167 (65.62% from 255 or 49.12% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 167 - color contains mainly: red. Hex color #A73E6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73E6F is #58C190. Grayscale: #626262. Windows color (decimal): -5816721 or 7290535. OLE color: 7290535.
HSL color Cylindrical-coordinate representation of color #A73E6F: hue angle of 332º 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 #A73E6F is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 62 | 111 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.35 |
| HSL | 332º | 0.46% | 0.45% | - |
| HSV(B) | 332º | 0.63% | 0.65% | - |
| XYZ | 20.53 | 12.81 | 16.43 | - |
| YUV | 98.98 | 134.79 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 62 | 111 | 0 | 0.63 | 0.34 | 0.35 | 332 | 0.46 | 0.45 |
| Hex | A7 | 3E | 6F | 0 | 3F | 22 | 23 | 14C | 2E | 2D |
| Octal | 247 | 76 | 157 | 0 | 77 | 42 | 43 | 514 | 56 | 55 |
| Binary | 10100111 | 111110 | 1101111 | 0 | 111111 | 100010 | 100011 | 101001100 | 101110 | 101101 |
Color Harmonies of #A73E6F
Complementary color
Monochromatic Colors of #A73E6F
Black with #A73E6F
Text Example
Text Example
White with #A73E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73E6F; }
p { color: rgb(167,62,111); }
H1.HeaderClassName
{
color: #A73E6F;
}
.AnyTagClassName
{
color: #A73E6F;
}
</style>
background-color css
<style>
a { background-color: #A73E6F; }
a { background-color: rgb(167,62,111); }
div.DivClassName
{
background-color: #A73E6F;
}
.BgClassName
{
background-color: #A73E6F;
}
</style>
border-color css
<style>
span { border-color: #A73E6F; }
span { border-color: rgb(167,62,111); }
td.TdClassName
{
border-color: #A73E6F;
}
.TagClassName
{
border-color: #A73E6F;
}
</style>