Shades of Rouge #A73A6D
Tints of Rouge #A73A6D
RGB
CMYK
RGB Variations
Color information
#A73A6D (or 0xA73A6D) is known color: Rouge. HEX triplet: A7, 3A and 6D. RGB value is (167,58,109). Sum of RGB (Red+Green+Blue) = 167+58+109=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A73A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73A6D is #58C592. Grayscale: #606060. Windows color (decimal): -5817747 or 7158439. OLE color: 7158439.
HSL color Cylindrical-coordinate representation of color #A73A6D: hue angle of 331.93º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A73A6D is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 58 | 109 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.35 |
| HSL | 331.93º | 0.48% | 0.44% | - |
| HSV(B) | 331.93º | 0.65% | 0.65% | - |
| XYZ | 20.21 | 12.35 | 15.79 | - |
| YUV | 96.41 | 135.11 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 58 | 109 | 0 | 0.65 | 0.35 | 0.35 | 331.93 | 0.48 | 0.44 |
| Hex | A7 | 3A | 6D | 0 | 41 | 23 | 23 | 14C | 30 | 2C |
| Octal | 247 | 72 | 155 | 0 | 101 | 43 | 43 | 514 | 60 | 54 |
| Binary | 10100111 | 111010 | 1101101 | 0 | 1000001 | 100011 | 100011 | 101001100 | 110000 | 101100 |
Color Harmonies of #A73A6D
Complementary color
Monochromatic Colors of #A73A6D
Black with #A73A6D
Text Example
Text Example
White with #A73A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73A6D; }
p { color: rgb(167,58,109); }
H1.HeaderClassName
{
color: #A73A6D;
}
.AnyTagClassName
{
color: #A73A6D;
}
</style>
background-color css
<style>
a { background-color: #A73A6D; }
a { background-color: rgb(167,58,109); }
div.DivClassName
{
background-color: #A73A6D;
}
.BgClassName
{
background-color: #A73A6D;
}
</style>
border-color css
<style>
span { border-color: #A73A6D; }
span { border-color: rgb(167,58,109); }
td.TdClassName
{
border-color: #A73A6D;
}
.TagClassName
{
border-color: #A73A6D;
}
</style>