Shades of Rouge #A93C74
Tints of Rouge #A93C74
RGB
CMYK
RGB Variations
Color information
#A93C74 (or 0xA93C74) is known color: Rouge. HEX triplet: A9, 3C and 74. RGB value is (169,60,116). Sum of RGB (Red+Green+Blue) = 169+60+116=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A93C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93C74 is #56C38B. Grayscale: #626262. Windows color (decimal): -5686156 or 7617705. OLE color: 7617705.
HSL color Cylindrical-coordinate representation of color #A93C74: hue angle of 329.17º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A93C74 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 60 | 116 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.34 |
| HSL | 329.17º | 0.48% | 0.45% | - |
| HSV(B) | 329.17º | 0.64% | 0.66% | - |
| XYZ | 21.13 | 12.93 | 17.9 | - |
| YUV | 98.98 | 137.61 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 60 | 116 | 0 | 0.64 | 0.31 | 0.34 | 329.17 | 0.48 | 0.45 |
| Hex | A9 | 3C | 74 | 0 | 40 | 1F | 22 | 149 | 30 | 2D |
| Octal | 251 | 74 | 164 | 0 | 100 | 37 | 42 | 511 | 60 | 55 |
| Binary | 10101001 | 111100 | 1110100 | 0 | 1000000 | 11111 | 100010 | 101001001 | 110000 | 101101 |
Color Harmonies of #A93C74
Complementary color
Monochromatic Colors of #A93C74
Black with #A93C74
Text Example
Text Example
White with #A93C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93C74; }
p { color: rgb(169,60,116); }
H1.HeaderClassName
{
color: #A93C74;
}
.AnyTagClassName
{
color: #A93C74;
}
</style>
background-color css
<style>
a { background-color: #A93C74; }
a { background-color: rgb(169,60,116); }
div.DivClassName
{
background-color: #A93C74;
}
.BgClassName
{
background-color: #A93C74;
}
</style>
border-color css
<style>
span { border-color: #A93C74; }
span { border-color: rgb(169,60,116); }
td.TdClassName
{
border-color: #A93C74;
}
.TagClassName
{
border-color: #A93C74;
}
</style>