Shades of Rouge #A93671
Tints of Rouge #A93671
RGB
CMYK
RGB Variations
Color information
#A93671 (or 0xA93671) is known color: Rouge. HEX triplet: A9, 36 and 71. RGB value is (169,54,113). Sum of RGB (Red+Green+Blue) = 169+54+113=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A93671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93671 is #56C98E. Grayscale: #5E5E5E. Windows color (decimal): -5687695 or 7419561. OLE color: 7419561.
HSL color Cylindrical-coordinate representation of color #A93671: hue angle of 329.22º 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 #A93671 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 54 | 113 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.34 |
| HSL | 329.22º | 0.52% | 0.44% | - |
| HSV(B) | 329.22º | 0.68% | 0.66% | - |
| XYZ | 20.66 | 12.27 | 16.9 | - |
| YUV | 95.11 | 138.1 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 54 | 113 | 0 | 0.68 | 0.33 | 0.34 | 329.22 | 0.52 | 0.44 |
| Hex | A9 | 36 | 71 | 0 | 44 | 21 | 22 | 149 | 34 | 2C |
| Octal | 251 | 66 | 161 | 0 | 104 | 41 | 42 | 511 | 64 | 54 |
| Binary | 10101001 | 110110 | 1110001 | 0 | 1000100 | 100001 | 100010 | 101001001 | 110100 | 101100 |
Color Harmonies of #A93671
Complementary color
Monochromatic Colors of #A93671
Black with #A93671
Text Example
Text Example
White with #A93671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93671; }
p { color: rgb(169,54,113); }
H1.HeaderClassName
{
color: #A93671;
}
.AnyTagClassName
{
color: #A93671;
}
</style>
background-color css
<style>
a { background-color: #A93671; }
a { background-color: rgb(169,54,113); }
div.DivClassName
{
background-color: #A93671;
}
.BgClassName
{
background-color: #A93671;
}
</style>
border-color css
<style>
span { border-color: #A93671; }
span { border-color: rgb(169,54,113); }
td.TdClassName
{
border-color: #A93671;
}
.TagClassName
{
border-color: #A93671;
}
</style>