Shades of Rouge #A02E6B
Tints of Rouge #A02E6B
RGB
CMYK
RGB Variations
Color information
#A02E6B (or 0xA02E6B) is known color: Rouge. HEX triplet: A0, 2E and 6B. RGB value is (160,46,107). Sum of RGB (Red+Green+Blue) = 160+46+107=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A02E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02E6B is #5FD194. Grayscale: #565656. Windows color (decimal): -6279573 or 7024288. OLE color: 7024288.
HSL color Cylindrical-coordinate representation of color #A02E6B: hue angle of 327.89º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A02E6B is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 46 | 107 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.37 |
| HSL | 327.89º | 0.55% | 0.4% | - |
| HSV(B) | 327.89º | 0.71% | 0.63% | - |
| XYZ | 18.13 | 10.49 | 14.98 | - |
| YUV | 87.04 | 139.27 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 46 | 107 | 0 | 0.71 | 0.33 | 0.37 | 327.89 | 0.55 | 0.4 |
| Hex | A0 | 2E | 6B | 0 | 47 | 21 | 25 | 148 | 37 | 28 |
| Octal | 240 | 56 | 153 | 0 | 107 | 41 | 45 | 510 | 67 | 50 |
| Binary | 10100000 | 101110 | 1101011 | 0 | 1000111 | 100001 | 100101 | 101001000 | 110111 | 101000 |
Color Harmonies of #A02E6B
Complementary color
Monochromatic Colors of #A02E6B
Black with #A02E6B
Text Example
Text Example
White with #A02E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02E6B; }
p { color: rgb(160,46,107); }
H1.HeaderClassName
{
color: #A02E6B;
}
.AnyTagClassName
{
color: #A02E6B;
}
</style>
background-color css
<style>
a { background-color: #A02E6B; }
a { background-color: rgb(160,46,107); }
div.DivClassName
{
background-color: #A02E6B;
}
.BgClassName
{
background-color: #A02E6B;
}
</style>
border-color css
<style>
span { border-color: #A02E6B; }
span { border-color: rgb(160,46,107); }
td.TdClassName
{
border-color: #A02E6B;
}
.TagClassName
{
border-color: #A02E6B;
}
</style>