Shades of Rouge #A83563
Tints of Rouge #A83563
RGB
CMYK
RGB Variations
Color information
#A83563 (or 0xA83563) is known color: Rouge. HEX triplet: A8, 35 and 63. RGB value is (168,53,99). Sum of RGB (Red+Green+Blue) = 168+53+99=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A83563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83563 is #57CA9C. Grayscale: #5C5C5C. Windows color (decimal): -5753501 or 6501800. OLE color: 6501800.
HSL color Cylindrical-coordinate representation of color #A83563: hue angle of 336º 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 #A83563 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 53 | 99 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.34 |
| HSL | 336º | 0.52% | 0.43% | - |
| HSV(B) | 336º | 0.68% | 0.66% | - |
| XYZ | 19.67 | 11.77 | 13.04 | - |
| YUV | 92.63 | 131.6 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 99 | 0 | 0.68 | 0.41 | 0.34 | 336 | 0.52 | 0.43 |
| Hex | A8 | 35 | 63 | 0 | 44 | 29 | 22 | 150 | 34 | 2B |
| Octal | 250 | 65 | 143 | 0 | 104 | 51 | 42 | 520 | 64 | 53 |
| Binary | 10101000 | 110101 | 1100011 | 0 | 1000100 | 101001 | 100010 | 101010000 | 110100 | 101011 |
Color Harmonies of #A83563
Complementary color
Monochromatic Colors of #A83563
Black with #A83563
Text Example
Text Example
White with #A83563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83563; }
p { color: rgb(168,53,99); }
H1.HeaderClassName
{
color: #A83563;
}
.AnyTagClassName
{
color: #A83563;
}
</style>
background-color css
<style>
a { background-color: #A83563; }
a { background-color: rgb(168,53,99); }
div.DivClassName
{
background-color: #A83563;
}
.BgClassName
{
background-color: #A83563;
}
</style>
border-color css
<style>
span { border-color: #A83563; }
span { border-color: rgb(168,53,99); }
td.TdClassName
{
border-color: #A83563;
}
.TagClassName
{
border-color: #A83563;
}
</style>