Shades of Rouge #A83573
Tints of Rouge #A83573
RGB
CMYK
RGB Variations
Color information
#A83573 (or 0xA83573) is known color: Rouge. HEX triplet: A8, 35 and 73. RGB value is (168,53,115). Sum of RGB (Red+Green+Blue) = 168+53+115=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A83573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83573 is #57CA8C. Grayscale: #5E5E5E. Windows color (decimal): -5753485 or 7550376. OLE color: 7550376.
HSL color Cylindrical-coordinate representation of color #A83573: hue angle of 327.65º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A83573 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 53 | 115 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.34 |
| HSL | 327.65º | 0.52% | 0.43% | - |
| HSV(B) | 327.65º | 0.68% | 0.66% | - |
| XYZ | 20.52 | 12.11 | 17.48 | - |
| YUV | 94.45 | 139.6 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 115 | 0 | 0.68 | 0.32 | 0.34 | 327.65 | 0.52 | 0.43 |
| Hex | A8 | 35 | 73 | 0 | 44 | 20 | 22 | 148 | 34 | 2B |
| Octal | 250 | 65 | 163 | 0 | 104 | 40 | 42 | 510 | 64 | 53 |
| Binary | 10101000 | 110101 | 1110011 | 0 | 1000100 | 100000 | 100010 | 101001000 | 110100 | 101011 |
Color Harmonies of #A83573
Complementary color
Monochromatic Colors of #A83573
Black with #A83573
Text Example
Text Example
White with #A83573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83573; }
p { color: rgb(168,53,115); }
H1.HeaderClassName
{
color: #A83573;
}
.AnyTagClassName
{
color: #A83573;
}
</style>
background-color css
<style>
a { background-color: #A83573; }
a { background-color: rgb(168,53,115); }
div.DivClassName
{
background-color: #A83573;
}
.BgClassName
{
background-color: #A83573;
}
</style>
border-color css
<style>
span { border-color: #A83573; }
span { border-color: rgb(168,53,115); }
td.TdClassName
{
border-color: #A83573;
}
.TagClassName
{
border-color: #A83573;
}
</style>