Shades of Rouge #A93473
Tints of Rouge #A93473
RGB
CMYK
RGB Variations
Color information
#A93473 (or 0xA93473) is known color: Rouge. HEX triplet: A9, 34 and 73. RGB value is (169,52,115). Sum of RGB (Red+Green+Blue) = 169+52+115=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A93473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93473 is #56CB8C. Grayscale: #5E5E5E. Windows color (decimal): -5688205 or 7550121. OLE color: 7550121.
HSL color Cylindrical-coordinate representation of color #A93473: hue angle of 327.69º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A93473 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 52 | 115 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.34 |
| HSL | 327.69º | 0.53% | 0.43% | - |
| HSV(B) | 327.69º | 0.69% | 0.66% | - |
| XYZ | 20.68 | 12.13 | 17.47 | - |
| YUV | 94.17 | 139.76 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 52 | 115 | 0 | 0.69 | 0.32 | 0.34 | 327.69 | 0.53 | 0.43 |
| Hex | A9 | 34 | 73 | 0 | 45 | 20 | 22 | 148 | 35 | 2B |
| Octal | 251 | 64 | 163 | 0 | 105 | 40 | 42 | 510 | 65 | 53 |
| Binary | 10101001 | 110100 | 1110011 | 0 | 1000101 | 100000 | 100010 | 101001000 | 110101 | 101011 |
Color Harmonies of #A93473
Complementary color
Monochromatic Colors of #A93473
Black with #A93473
Text Example
Text Example
White with #A93473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93473; }
p { color: rgb(169,52,115); }
H1.HeaderClassName
{
color: #A93473;
}
.AnyTagClassName
{
color: #A93473;
}
</style>
background-color css
<style>
a { background-color: #A93473; }
a { background-color: rgb(169,52,115); }
div.DivClassName
{
background-color: #A93473;
}
.BgClassName
{
background-color: #A93473;
}
</style>
border-color css
<style>
span { border-color: #A93473; }
span { border-color: rgb(169,52,115); }
td.TdClassName
{
border-color: #A93473;
}
.TagClassName
{
border-color: #A93473;
}
</style>