Shades of Rouge #A33A6A
Tints of Rouge #A33A6A
RGB
CMYK
RGB Variations
Color information
#A33A6A (or 0xA33A6A) is known color: Rouge. HEX triplet: A3, 3A and 6A. RGB value is (163,58,106). Sum of RGB (Red+Green+Blue) = 163+58+106=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33A6A is #5CC595. Grayscale: #5E5E5E. Windows color (decimal): -6079894 or 6961827. OLE color: 6961827.
HSL color Cylindrical-coordinate representation of color #A33A6A: hue angle of 332.57º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A33A6A is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 58 | 106 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.36 |
| HSL | 332.57º | 0.48% | 0.43% | - |
| HSV(B) | 332.57º | 0.64% | 0.64% | - |
| XYZ | 19.22 | 11.85 | 14.91 | - |
| YUV | 94.87 | 134.29 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 58 | 106 | 0 | 0.64 | 0.35 | 0.36 | 332.57 | 0.48 | 0.43 |
| Hex | A3 | 3A | 6A | 0 | 40 | 23 | 24 | 14D | 30 | 2B |
| Octal | 243 | 72 | 152 | 0 | 100 | 43 | 44 | 515 | 60 | 53 |
| Binary | 10100011 | 111010 | 1101010 | 0 | 1000000 | 100011 | 100100 | 101001101 | 110000 | 101011 |
Color Harmonies of #A33A6A
Complementary color
Monochromatic Colors of #A33A6A
Black with #A33A6A
Text Example
Text Example
White with #A33A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33A6A; }
p { color: rgb(163,58,106); }
H1.HeaderClassName
{
color: #A33A6A;
}
.AnyTagClassName
{
color: #A33A6A;
}
</style>
background-color css
<style>
a { background-color: #A33A6A; }
a { background-color: rgb(163,58,106); }
div.DivClassName
{
background-color: #A33A6A;
}
.BgClassName
{
background-color: #A33A6A;
}
</style>
border-color css
<style>
span { border-color: #A33A6A; }
span { border-color: rgb(163,58,106); }
td.TdClassName
{
border-color: #A33A6A;
}
.TagClassName
{
border-color: #A33A6A;
}
</style>