Shades of Rouge #A33770
Tints of Rouge #A33770
RGB
CMYK
RGB Variations
Color information
#A33770 (or 0xA33770) is known color: Rouge. HEX triplet: A3, 37 and 70. RGB value is (163,55,112). Sum of RGB (Red+Green+Blue) = 163+55+112=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A33770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33770 is #5CC88F. Grayscale: #5D5D5D. Windows color (decimal): -6080656 or 7354275. OLE color: 7354275.
HSL color Cylindrical-coordinate representation of color #A33770: hue angle of 328.33º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A33770 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 55 | 112 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.36 |
| HSL | 328.33º | 0.5% | 0.43% | - |
| HSV(B) | 328.33º | 0.66% | 0.64% | - |
| XYZ | 19.4 | 11.69 | 16.56 | - |
| YUV | 93.79 | 138.28 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 55 | 112 | 0 | 0.66 | 0.31 | 0.36 | 328.33 | 0.5 | 0.43 |
| Hex | A3 | 37 | 70 | 0 | 42 | 1F | 24 | 148 | 32 | 2B |
| Octal | 243 | 67 | 160 | 0 | 102 | 37 | 44 | 510 | 62 | 53 |
| Binary | 10100011 | 110111 | 1110000 | 0 | 1000010 | 11111 | 100100 | 101001000 | 110010 | 101011 |
Color Harmonies of #A33770
Complementary color
Monochromatic Colors of #A33770
Black with #A33770
Text Example
Text Example
White with #A33770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33770; }
p { color: rgb(163,55,112); }
H1.HeaderClassName
{
color: #A33770;
}
.AnyTagClassName
{
color: #A33770;
}
</style>
background-color css
<style>
a { background-color: #A33770; }
a { background-color: rgb(163,55,112); }
div.DivClassName
{
background-color: #A33770;
}
.BgClassName
{
background-color: #A33770;
}
</style>
border-color css
<style>
span { border-color: #A33770; }
span { border-color: rgb(163,55,112); }
td.TdClassName
{
border-color: #A33770;
}
.TagClassName
{
border-color: #A33770;
}
</style>