Shades of Rouge #A33266
Tints of Rouge #A33266
RGB
CMYK
RGB Variations
Color information
#A33266 (or 0xA33266) is known color: Rouge. HEX triplet: A3, 32 and 66. RGB value is (163,50,102). Sum of RGB (Red+Green+Blue) = 163+50+102=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A33266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33266 is #5CCD99. Grayscale: #595959. Windows color (decimal): -6081946 or 6697635. OLE color: 6697635.
HSL color Cylindrical-coordinate representation of color #A33266: hue angle of 332.39º 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 #A33266 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 50 | 102 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.36 |
| HSL | 332.39º | 0.53% | 0.42% | - |
| HSV(B) | 332.39º | 0.69% | 0.64% | - |
| XYZ | 18.64 | 11.03 | 13.72 | - |
| YUV | 89.72 | 134.94 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 50 | 102 | 0 | 0.69 | 0.37 | 0.36 | 332.39 | 0.53 | 0.42 |
| Hex | A3 | 32 | 66 | 0 | 45 | 25 | 24 | 14C | 35 | 2A |
| Octal | 243 | 62 | 146 | 0 | 105 | 45 | 44 | 514 | 65 | 52 |
| Binary | 10100011 | 110010 | 1100110 | 0 | 1000101 | 100101 | 100100 | 101001100 | 110101 | 101010 |
Color Harmonies of #A33266
Complementary color
Monochromatic Colors of #A33266
Black with #A33266
Text Example
Text Example
White with #A33266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33266; }
p { color: rgb(163,50,102); }
H1.HeaderClassName
{
color: #A33266;
}
.AnyTagClassName
{
color: #A33266;
}
</style>
background-color css
<style>
a { background-color: #A33266; }
a { background-color: rgb(163,50,102); }
div.DivClassName
{
background-color: #A33266;
}
.BgClassName
{
background-color: #A33266;
}
</style>
border-color css
<style>
span { border-color: #A33266; }
span { border-color: rgb(163,50,102); }
td.TdClassName
{
border-color: #A33266;
}
.TagClassName
{
border-color: #A33266;
}
</style>