Shades of Rouge #A33473
Tints of Rouge #A33473
RGB
CMYK
RGB Variations
Color information
#A33473 (or 0xA33473) is known color: Rouge. HEX triplet: A3, 34 and 73. RGB value is (163,52,115). Sum of RGB (Red+Green+Blue) = 163+52+115=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A33473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33473 is #5CCB8C. Grayscale: #5C5C5C. Windows color (decimal): -6081421 or 7550115. OLE color: 7550115.
HSL color Cylindrical-coordinate representation of color #A33473: hue angle of 325.95º 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 #A33473 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 52 | 115 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.36 |
| HSL | 325.95º | 0.52% | 0.42% | - |
| HSV(B) | 325.95º | 0.68% | 0.64% | - |
| XYZ | 19.43 | 11.48 | 17.41 | - |
| YUV | 92.37 | 140.77 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 115 | 0 | 0.68 | 0.29 | 0.36 | 325.95 | 0.52 | 0.42 |
| Hex | A3 | 34 | 73 | 0 | 44 | 1D | 24 | 146 | 34 | 2A |
| Octal | 243 | 64 | 163 | 0 | 104 | 35 | 44 | 506 | 64 | 52 |
| Binary | 10100011 | 110100 | 1110011 | 0 | 1000100 | 11101 | 100100 | 101000110 | 110100 | 101010 |
Color Harmonies of #A33473
Complementary color
Monochromatic Colors of #A33473
Black with #A33473
Text Example
Text Example
White with #A33473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33473; }
p { color: rgb(163,52,115); }
H1.HeaderClassName
{
color: #A33473;
}
.AnyTagClassName
{
color: #A33473;
}
</style>
background-color css
<style>
a { background-color: #A33473; }
a { background-color: rgb(163,52,115); }
div.DivClassName
{
background-color: #A33473;
}
.BgClassName
{
background-color: #A33473;
}
</style>
border-color css
<style>
span { border-color: #A33473; }
span { border-color: rgb(163,52,115); }
td.TdClassName
{
border-color: #A33473;
}
.TagClassName
{
border-color: #A33473;
}
</style>