Shades of Rouge #A74570
Tints of Rouge #A74570
RGB
CMYK
RGB Variations
Color information
#A74570 (or 0xA74570) is known color: Rouge. HEX triplet: A7, 45 and 70. RGB value is (167,69,112). Sum of RGB (Red+Green+Blue) = 167+69+112=348 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.99% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 167 - color contains mainly: red. Hex color #A74570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74570 is #58BA8F. Grayscale: #676767. Windows color (decimal): -5814928 or 7357863. OLE color: 7357863.
HSL color Cylindrical-coordinate representation of color #A74570: hue angle of 333.67º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A74570 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 69 | 112 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.35 |
| HSL | 333.67º | 0.42% | 0.46% | - |
| HSV(B) | 333.67º | 0.59% | 0.65% | - |
| XYZ | 20.99 | 13.64 | 16.86 | - |
| YUV | 103.2 | 132.97 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 69 | 112 | 0 | 0.59 | 0.33 | 0.35 | 333.67 | 0.42 | 0.46 |
| Hex | A7 | 45 | 70 | 0 | 3B | 21 | 23 | 14E | 2A | 2E |
| Octal | 247 | 105 | 160 | 0 | 73 | 41 | 43 | 516 | 52 | 56 |
| Binary | 10100111 | 1000101 | 1110000 | 0 | 111011 | 100001 | 100011 | 101001110 | 101010 | 101110 |
Color Harmonies of #A74570
Complementary color
Monochromatic Colors of #A74570
Black with #A74570
Text Example
Text Example
White with #A74570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74570; }
p { color: rgb(167,69,112); }
H1.HeaderClassName
{
color: #A74570;
}
.AnyTagClassName
{
color: #A74570;
}
</style>
background-color css
<style>
a { background-color: #A74570; }
a { background-color: rgb(167,69,112); }
div.DivClassName
{
background-color: #A74570;
}
.BgClassName
{
background-color: #A74570;
}
</style>
border-color css
<style>
span { border-color: #A74570; }
span { border-color: rgb(167,69,112); }
td.TdClassName
{
border-color: #A74570;
}
.TagClassName
{
border-color: #A74570;
}
</style>