Shades of Rouge #A33675
Tints of Rouge #A33675
RGB
CMYK
RGB Variations
Color information
#A33675 (or 0xA33675) is known color: Rouge. HEX triplet: A3, 36 and 75. RGB value is (163,54,117). Sum of RGB (Red+Green+Blue) = 163+54+117=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A33675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33675 is #5CC98A. Grayscale: #5D5D5D. Windows color (decimal): -6080907 or 7681699. OLE color: 7681699.
HSL color Cylindrical-coordinate representation of color #A33675: hue angle of 325.32º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A33675 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 54 | 117 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.36 |
| HSL | 325.32º | 0.5% | 0.43% | - |
| HSV(B) | 325.32º | 0.67% | 0.64% | - |
| XYZ | 19.63 | 11.71 | 18.05 | - |
| YUV | 93.77 | 141.11 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 54 | 117 | 0 | 0.67 | 0.28 | 0.36 | 325.32 | 0.5 | 0.43 |
| Hex | A3 | 36 | 75 | 0 | 43 | 1C | 24 | 145 | 32 | 2B |
| Octal | 243 | 66 | 165 | 0 | 103 | 34 | 44 | 505 | 62 | 53 |
| Binary | 10100011 | 110110 | 1110101 | 0 | 1000011 | 11100 | 100100 | 101000101 | 110010 | 101011 |
Color Harmonies of #A33675
Complementary color
Monochromatic Colors of #A33675
Black with #A33675
Text Example
Text Example
White with #A33675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33675; }
p { color: rgb(163,54,117); }
H1.HeaderClassName
{
color: #A33675;
}
.AnyTagClassName
{
color: #A33675;
}
</style>
background-color css
<style>
a { background-color: #A33675; }
a { background-color: rgb(163,54,117); }
div.DivClassName
{
background-color: #A33675;
}
.BgClassName
{
background-color: #A33675;
}
</style>
border-color css
<style>
span { border-color: #A33675; }
span { border-color: rgb(163,54,117); }
td.TdClassName
{
border-color: #A33675;
}
.TagClassName
{
border-color: #A33675;
}
</style>