Shades of Rouge #A8296E
Tints of Rouge #A8296E
RGB
CMYK
RGB Variations
Color information
#A8296E (or 0xA8296E) is known color: Rouge. HEX triplet: A8, 29 and 6E. RGB value is (168,41,110). Sum of RGB (Red+Green+Blue) = 168+41+110=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A8296E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8296E is #57D691. Grayscale: #565656. Windows color (decimal): -5756562 or 7219624. OLE color: 7219624.
HSL color Cylindrical-coordinate representation of color #A8296E: hue angle of 327.4º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8296E is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 41 | 110 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.34 |
| HSL | 327.4º | 0.61% | 0.41% | - |
| HSV(B) | 327.4º | 0.76% | 0.66% | - |
| XYZ | 19.76 | 11.04 | 15.84 | - |
| YUV | 86.84 | 141.08 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 110 | 0 | 0.76 | 0.35 | 0.34 | 327.4 | 0.61 | 0.41 |
| Hex | A8 | 29 | 6E | 0 | 4C | 23 | 22 | 147 | 3D | 29 |
| Octal | 250 | 51 | 156 | 0 | 114 | 43 | 42 | 507 | 75 | 51 |
| Binary | 10101000 | 101001 | 1101110 | 0 | 1001100 | 100011 | 100010 | 101000111 | 111101 | 101001 |
Color Harmonies of #A8296E
Complementary color
Monochromatic Colors of #A8296E
Black with #A8296E
Text Example
Text Example
White with #A8296E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8296E; }
p { color: rgb(168,41,110); }
H1.HeaderClassName
{
color: #A8296E;
}
.AnyTagClassName
{
color: #A8296E;
}
</style>
background-color css
<style>
a { background-color: #A8296E; }
a { background-color: rgb(168,41,110); }
div.DivClassName
{
background-color: #A8296E;
}
.BgClassName
{
background-color: #A8296E;
}
</style>
border-color css
<style>
span { border-color: #A8296E; }
span { border-color: rgb(168,41,110); }
td.TdClassName
{
border-color: #A8296E;
}
.TagClassName
{
border-color: #A8296E;
}
</style>