Shades of Rouge #A83471
Tints of Rouge #A83471
RGB
CMYK
RGB Variations
Color information
#A83471 (or 0xA83471) is known color: Rouge. HEX triplet: A8, 34 and 71. RGB value is (168,52,113). Sum of RGB (Red+Green+Blue) = 168+52+113=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A83471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83471 is #57CB8E. Grayscale: #5D5D5D. Windows color (decimal): -5753743 or 7419048. OLE color: 7419048.
HSL color Cylindrical-coordinate representation of color #A83471: hue angle of 328.45º 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 #A83471 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 52 | 113 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.34 |
| HSL | 328.45º | 0.53% | 0.43% | - |
| HSV(B) | 328.45º | 0.69% | 0.66% | - |
| XYZ | 20.36 | 11.97 | 16.86 | - |
| YUV | 93.64 | 138.93 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 113 | 0 | 0.69 | 0.33 | 0.34 | 328.45 | 0.53 | 0.43 |
| Hex | A8 | 34 | 71 | 0 | 45 | 21 | 22 | 148 | 35 | 2B |
| Octal | 250 | 64 | 161 | 0 | 105 | 41 | 42 | 510 | 65 | 53 |
| Binary | 10101000 | 110100 | 1110001 | 0 | 1000101 | 100001 | 100010 | 101001000 | 110101 | 101011 |
Color Harmonies of #A83471
Complementary color
Monochromatic Colors of #A83471
Black with #A83471
Text Example
Text Example
White with #A83471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83471; }
p { color: rgb(168,52,113); }
H1.HeaderClassName
{
color: #A83471;
}
.AnyTagClassName
{
color: #A83471;
}
</style>
background-color css
<style>
a { background-color: #A83471; }
a { background-color: rgb(168,52,113); }
div.DivClassName
{
background-color: #A83471;
}
.BgClassName
{
background-color: #A83471;
}
</style>
border-color css
<style>
span { border-color: #A83471; }
span { border-color: rgb(168,52,113); }
td.TdClassName
{
border-color: #A83471;
}
.TagClassName
{
border-color: #A83471;
}
</style>