Shades of Rouge #A33566
Tints of Rouge #A33566
RGB
CMYK
RGB Variations
Color information
#A33566 (or 0xA33566) is known color: Rouge. HEX triplet: A3, 35 and 66. RGB value is (163,53,102). Sum of RGB (Red+Green+Blue) = 163+53+102=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A33566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33566 is #5CCA99. Grayscale: #5B5B5B. Windows color (decimal): -6081178 or 6698403. OLE color: 6698403.
HSL color Cylindrical-coordinate representation of color #A33566: hue angle of 333.27º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A33566 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 53 | 102 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.36 |
| HSL | 333.27º | 0.51% | 0.42% | - |
| HSV(B) | 333.27º | 0.67% | 0.64% | - |
| XYZ | 18.78 | 11.29 | 13.76 | - |
| YUV | 91.48 | 133.94 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 53 | 102 | 0 | 0.67 | 0.37 | 0.36 | 333.27 | 0.51 | 0.42 |
| Hex | A3 | 35 | 66 | 0 | 43 | 25 | 24 | 14D | 33 | 2A |
| Octal | 243 | 65 | 146 | 0 | 103 | 45 | 44 | 515 | 63 | 52 |
| Binary | 10100011 | 110101 | 1100110 | 0 | 1000011 | 100101 | 100100 | 101001101 | 110011 | 101010 |
Color Harmonies of #A33566
Complementary color
Monochromatic Colors of #A33566
Black with #A33566
Text Example
Text Example
White with #A33566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33566; }
p { color: rgb(163,53,102); }
H1.HeaderClassName
{
color: #A33566;
}
.AnyTagClassName
{
color: #A33566;
}
</style>
background-color css
<style>
a { background-color: #A33566; }
a { background-color: rgb(163,53,102); }
div.DivClassName
{
background-color: #A33566;
}
.BgClassName
{
background-color: #A33566;
}
</style>
border-color css
<style>
span { border-color: #A33566; }
span { border-color: rgb(163,53,102); }
td.TdClassName
{
border-color: #A33566;
}
.TagClassName
{
border-color: #A33566;
}
</style>