Shades of Rouge #A43473
Tints of Rouge #A43473
RGB
CMYK
RGB Variations
Color information
#A43473 (or 0xA43473) is known color: Rouge. HEX triplet: A4, 34 and 73. RGB value is (164,52,115). Sum of RGB (Red+Green+Blue) = 164+52+115=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A43473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43473 is #5BCB8C. Grayscale: #5C5C5C. Windows color (decimal): -6015885 or 7550116. OLE color: 7550116.
HSL color Cylindrical-coordinate representation of color #A43473: hue angle of 326.25º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A43473 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 52 | 115 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.36 |
| HSL | 326.25º | 0.52% | 0.42% | - |
| HSV(B) | 326.25º | 0.68% | 0.64% | - |
| XYZ | 19.63 | 11.59 | 17.42 | - |
| YUV | 92.67 | 140.61 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 115 | 0 | 0.68 | 0.30 | 0.36 | 326.25 | 0.52 | 0.42 |
| Hex | A4 | 34 | 73 | 0 | 44 | 1E | 24 | 146 | 34 | 2A |
| Octal | 244 | 64 | 163 | 0 | 104 | 36 | 44 | 506 | 64 | 52 |
| Binary | 10100100 | 110100 | 1110011 | 0 | 1000100 | 11110 | 100100 | 101000110 | 110100 | 101010 |
Color Harmonies of #A43473
Complementary color
Monochromatic Colors of #A43473
Black with #A43473
Text Example
Text Example
White with #A43473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43473; }
p { color: rgb(164,52,115); }
H1.HeaderClassName
{
color: #A43473;
}
.AnyTagClassName
{
color: #A43473;
}
</style>
background-color css
<style>
a { background-color: #A43473; }
a { background-color: rgb(164,52,115); }
div.DivClassName
{
background-color: #A43473;
}
.BgClassName
{
background-color: #A43473;
}
</style>
border-color css
<style>
span { border-color: #A43473; }
span { border-color: rgb(164,52,115); }
td.TdClassName
{
border-color: #A43473;
}
.TagClassName
{
border-color: #A43473;
}
</style>