Shades of Rouge #A53774
Tints of Rouge #A53774
RGB
CMYK
RGB Variations
Color information
#A53774 (or 0xA53774) is known color: Rouge. HEX triplet: A5, 37 and 74. RGB value is (165,55,116). Sum of RGB (Red+Green+Blue) = 165+55+116=336 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.11% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 165 - color contains mainly: red. Hex color #A53774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53774 is #5AC88B. Grayscale: #5E5E5E. Windows color (decimal): -5949580 or 7616421. OLE color: 7616421.
HSL color Cylindrical-coordinate representation of color #A53774: hue angle of 326.73º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A53774 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 55 | 116 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.35 |
| HSL | 326.73º | 0.5% | 0.43% | - |
| HSV(B) | 326.73º | 0.67% | 0.65% | - |
| XYZ | 20.04 | 11.99 | 17.78 | - |
| YUV | 94.84 | 139.94 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 55 | 116 | 0 | 0.67 | 0.30 | 0.35 | 326.73 | 0.5 | 0.43 |
| Hex | A5 | 37 | 74 | 0 | 43 | 1E | 23 | 147 | 32 | 2B |
| Octal | 245 | 67 | 164 | 0 | 103 | 36 | 43 | 507 | 62 | 53 |
| Binary | 10100101 | 110111 | 1110100 | 0 | 1000011 | 11110 | 100011 | 101000111 | 110010 | 101011 |
Color Harmonies of #A53774
Complementary color
Monochromatic Colors of #A53774
Black with #A53774
Text Example
Text Example
White with #A53774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53774; }
p { color: rgb(165,55,116); }
H1.HeaderClassName
{
color: #A53774;
}
.AnyTagClassName
{
color: #A53774;
}
</style>
background-color css
<style>
a { background-color: #A53774; }
a { background-color: rgb(165,55,116); }
div.DivClassName
{
background-color: #A53774;
}
.BgClassName
{
background-color: #A53774;
}
</style>
border-color css
<style>
span { border-color: #A53774; }
span { border-color: rgb(165,55,116); }
td.TdClassName
{
border-color: #A53774;
}
.TagClassName
{
border-color: #A53774;
}
</style>