Shades of Rouge #A33A73
Tints of Rouge #A33A73
RGB
CMYK
RGB Variations
Color information
#A33A73 (or 0xA33A73) is known color: Rouge. HEX triplet: A3, 3A and 73. RGB value is (163,58,115). Sum of RGB (Red+Green+Blue) = 163+58+115=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33A73 is #5CC58C. Grayscale: #5F5F5F. Windows color (decimal): -6079885 or 7551651. OLE color: 7551651.
HSL color Cylindrical-coordinate representation of color #A33A73: hue angle of 327.43º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A33A73 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 58 | 115 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.36 |
| HSL | 327.43º | 0.48% | 0.43% | - |
| HSV(B) | 327.43º | 0.64% | 0.64% | - |
| XYZ | 19.71 | 12.05 | 17.51 | - |
| YUV | 95.89 | 138.79 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 58 | 115 | 0 | 0.64 | 0.29 | 0.36 | 327.43 | 0.48 | 0.43 |
| Hex | A3 | 3A | 73 | 0 | 40 | 1D | 24 | 147 | 30 | 2B |
| Octal | 243 | 72 | 163 | 0 | 100 | 35 | 44 | 507 | 60 | 53 |
| Binary | 10100011 | 111010 | 1110011 | 0 | 1000000 | 11101 | 100100 | 101000111 | 110000 | 101011 |
Color Harmonies of #A33A73
Complementary color
Monochromatic Colors of #A33A73
Black with #A33A73
Text Example
Text Example
White with #A33A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33A73; }
p { color: rgb(163,58,115); }
H1.HeaderClassName
{
color: #A33A73;
}
.AnyTagClassName
{
color: #A33A73;
}
</style>
background-color css
<style>
a { background-color: #A33A73; }
a { background-color: rgb(163,58,115); }
div.DivClassName
{
background-color: #A33A73;
}
.BgClassName
{
background-color: #A33A73;
}
</style>
border-color css
<style>
span { border-color: #A33A73; }
span { border-color: rgb(163,58,115); }
td.TdClassName
{
border-color: #A33A73;
}
.TagClassName
{
border-color: #A33A73;
}
</style>