Shades of Rouge #A02A70
Tints of Rouge #A02A70
RGB
CMYK
RGB Variations
Color information
#A02A70 (or 0xA02A70) is known color: Rouge. HEX triplet: A0, 2A and 70. RGB value is (160,42,112). Sum of RGB (Red+Green+Blue) = 160+42+112=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02A70 is #5FD58F. Grayscale: #555555. Windows color (decimal): -6280592 or 7350944. OLE color: 7350944.
HSL color Cylindrical-coordinate representation of color #A02A70: hue angle of 324.41º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02A70 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 112 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.37 |
| HSL | 324.41º | 0.58% | 0.4% | - |
| HSV(B) | 324.41º | 0.74% | 0.63% | - |
| XYZ | 18.25 | 10.3 | 16.36 | - |
| YUV | 85.26 | 143.09 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 112 | 0 | 0.74 | 0.30 | 0.37 | 324.41 | 0.58 | 0.4 |
| Hex | A0 | 2A | 70 | 0 | 4A | 1E | 25 | 144 | 3A | 28 |
| Octal | 240 | 52 | 160 | 0 | 112 | 36 | 45 | 504 | 72 | 50 |
| Binary | 10100000 | 101010 | 1110000 | 0 | 1001010 | 11110 | 100101 | 101000100 | 111010 | 101000 |
Color Harmonies of #A02A70
Complementary color
Monochromatic Colors of #A02A70
Black with #A02A70
Text Example
Text Example
White with #A02A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A70; }
p { color: rgb(160,42,112); }
H1.HeaderClassName
{
color: #A02A70;
}
.AnyTagClassName
{
color: #A02A70;
}
</style>
background-color css
<style>
a { background-color: #A02A70; }
a { background-color: rgb(160,42,112); }
div.DivClassName
{
background-color: #A02A70;
}
.BgClassName
{
background-color: #A02A70;
}
</style>
border-color css
<style>
span { border-color: #A02A70; }
span { border-color: rgb(160,42,112); }
td.TdClassName
{
border-color: #A02A70;
}
.TagClassName
{
border-color: #A02A70;
}
</style>