Shades of Rouge #A02F70
Tints of Rouge #A02F70
RGB
CMYK
RGB Variations
Color information
#A02F70 (or 0xA02F70) is known color: Rouge. HEX triplet: A0, 2F and 70. RGB value is (160,47,112). Sum of RGB (Red+Green+Blue) = 160+47+112=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02F70 is #5FD08F. Grayscale: #585858. Windows color (decimal): -6279312 or 7352224. OLE color: 7352224.
HSL color Cylindrical-coordinate representation of color #A02F70: hue angle of 325.49º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A02F70 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 47 | 112 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.37 |
| HSL | 325.49º | 0.55% | 0.41% | - |
| HSV(B) | 325.49º | 0.71% | 0.63% | - |
| XYZ | 18.44 | 10.68 | 16.42 | - |
| YUV | 88.2 | 141.44 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 112 | 0 | 0.71 | 0.30 | 0.37 | 325.49 | 0.55 | 0.41 |
| Hex | A0 | 2F | 70 | 0 | 47 | 1E | 25 | 145 | 37 | 29 |
| Octal | 240 | 57 | 160 | 0 | 107 | 36 | 45 | 505 | 67 | 51 |
| Binary | 10100000 | 101111 | 1110000 | 0 | 1000111 | 11110 | 100101 | 101000101 | 110111 | 101001 |
Color Harmonies of #A02F70
Complementary color
Monochromatic Colors of #A02F70
Black with #A02F70
Text Example
Text Example
White with #A02F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02F70; }
p { color: rgb(160,47,112); }
H1.HeaderClassName
{
color: #A02F70;
}
.AnyTagClassName
{
color: #A02F70;
}
</style>
background-color css
<style>
a { background-color: #A02F70; }
a { background-color: rgb(160,47,112); }
div.DivClassName
{
background-color: #A02F70;
}
.BgClassName
{
background-color: #A02F70;
}
</style>
border-color css
<style>
span { border-color: #A02F70; }
span { border-color: rgb(160,47,112); }
td.TdClassName
{
border-color: #A02F70;
}
.TagClassName
{
border-color: #A02F70;
}
</style>