Shades of Rouge #A33270
Tints of Rouge #A33270
RGB
CMYK
RGB Variations
Color information
#A33270 (or 0xA33270) is known color: Rouge. HEX triplet: A3, 32 and 70. RGB value is (163,50,112). Sum of RGB (Red+Green+Blue) = 163+50+112=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A33270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33270 is #5CCD8F. Grayscale: #5A5A5A. Windows color (decimal): -6081936 or 7352995. OLE color: 7352995.
HSL color Cylindrical-coordinate representation of color #A33270: hue angle of 327.08º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A33270 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 50 | 112 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.36 |
| HSL | 327.08º | 0.53% | 0.42% | - |
| HSV(B) | 327.08º | 0.69% | 0.64% | - |
| XYZ | 19.17 | 11.24 | 16.49 | - |
| YUV | 90.86 | 139.94 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 50 | 112 | 0 | 0.69 | 0.31 | 0.36 | 327.08 | 0.53 | 0.42 |
| Hex | A3 | 32 | 70 | 0 | 45 | 1F | 24 | 147 | 35 | 2A |
| Octal | 243 | 62 | 160 | 0 | 105 | 37 | 44 | 507 | 65 | 52 |
| Binary | 10100011 | 110010 | 1110000 | 0 | 1000101 | 11111 | 100100 | 101000111 | 110101 | 101010 |
Color Harmonies of #A33270
Complementary color
Monochromatic Colors of #A33270
Black with #A33270
Text Example
Text Example
White with #A33270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33270; }
p { color: rgb(163,50,112); }
H1.HeaderClassName
{
color: #A33270;
}
.AnyTagClassName
{
color: #A33270;
}
</style>
background-color css
<style>
a { background-color: #A33270; }
a { background-color: rgb(163,50,112); }
div.DivClassName
{
background-color: #A33270;
}
.BgClassName
{
background-color: #A33270;
}
</style>
border-color css
<style>
span { border-color: #A33270; }
span { border-color: rgb(163,50,112); }
td.TdClassName
{
border-color: #A33270;
}
.TagClassName
{
border-color: #A33270;
}
</style>