Shades of Rouge #A93673
Tints of Rouge #A93673
RGB
CMYK
RGB Variations
Color information
#A93673 (or 0xA93673) is known color: Rouge. HEX triplet: A9, 36 and 73. RGB value is (169,54,115). Sum of RGB (Red+Green+Blue) = 169+54+115=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A93673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93673 is #56C98C. Grayscale: #5F5F5F. Windows color (decimal): -5687693 or 7550633. OLE color: 7550633.
HSL color Cylindrical-coordinate representation of color #A93673: hue angle of 328.17º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A93673 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 54 | 115 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.34 |
| HSL | 328.17º | 0.52% | 0.44% | - |
| HSV(B) | 328.17º | 0.68% | 0.66% | - |
| XYZ | 20.78 | 12.31 | 17.5 | - |
| YUV | 95.34 | 139.1 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 54 | 115 | 0 | 0.68 | 0.32 | 0.34 | 328.17 | 0.52 | 0.44 |
| Hex | A9 | 36 | 73 | 0 | 44 | 20 | 22 | 148 | 34 | 2C |
| Octal | 251 | 66 | 163 | 0 | 104 | 40 | 42 | 510 | 64 | 54 |
| Binary | 10101001 | 110110 | 1110011 | 0 | 1000100 | 100000 | 100010 | 101001000 | 110100 | 101100 |
Color Harmonies of #A93673
Complementary color
Monochromatic Colors of #A93673
Black with #A93673
Text Example
Text Example
White with #A93673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93673; }
p { color: rgb(169,54,115); }
H1.HeaderClassName
{
color: #A93673;
}
.AnyTagClassName
{
color: #A93673;
}
</style>
background-color css
<style>
a { background-color: #A93673; }
a { background-color: rgb(169,54,115); }
div.DivClassName
{
background-color: #A93673;
}
.BgClassName
{
background-color: #A93673;
}
</style>
border-color css
<style>
span { border-color: #A93673; }
span { border-color: rgb(169,54,115); }
td.TdClassName
{
border-color: #A93673;
}
.TagClassName
{
border-color: #A93673;
}
</style>