Shades of Rouge #A8415E
Tints of Rouge #A8415E
RGB
CMYK
RGB Variations
Color information
#A8415E (or 0xA8415E) is known color: Rouge. HEX triplet: A8, 41 and 5E. RGB value is (168,65,94). Sum of RGB (Red+Green+Blue) = 168+65+94=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A8415E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8415E is #57BEA1. Grayscale: #636363. Windows color (decimal): -5750434 or 6177192. OLE color: 6177192.
HSL color Cylindrical-coordinate representation of color #A8415E: hue angle of 343.11º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8415E is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 65 | 94 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.34 |
| HSL | 343.11º | 0.44% | 0.46% | - |
| HSV(B) | 343.11º | 0.61% | 0.66% | - |
| XYZ | 20.06 | 12.91 | 12.03 | - |
| YUV | 99.1 | 125.12 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 94 | 0 | 0.61 | 0.44 | 0.34 | 343.11 | 0.44 | 0.46 |
| Hex | A8 | 41 | 5E | 0 | 3D | 2C | 22 | 157 | 2C | 2E |
| Octal | 250 | 101 | 136 | 0 | 75 | 54 | 42 | 527 | 54 | 56 |
| Binary | 10101000 | 1000001 | 1011110 | 0 | 111101 | 101100 | 100010 | 101010111 | 101100 | 101110 |
Color Harmonies of #A8415E
Complementary color
Monochromatic Colors of #A8415E
Black with #A8415E
Text Example
Text Example
White with #A8415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8415E; }
p { color: rgb(168,65,94); }
H1.HeaderClassName
{
color: #A8415E;
}
.AnyTagClassName
{
color: #A8415E;
}
</style>
background-color css
<style>
a { background-color: #A8415E; }
a { background-color: rgb(168,65,94); }
div.DivClassName
{
background-color: #A8415E;
}
.BgClassName
{
background-color: #A8415E;
}
</style>
border-color css
<style>
span { border-color: #A8415E; }
span { border-color: rgb(168,65,94); }
td.TdClassName
{
border-color: #A8415E;
}
.TagClassName
{
border-color: #A8415E;
}
</style>