Shades of Rouge #A33C6A
Tints of Rouge #A33C6A
RGB
CMYK
RGB Variations
Color information
#A33C6A (or 0xA33C6A) is known color: Rouge. HEX triplet: A3, 3C and 6A. RGB value is (163,60,106). Sum of RGB (Red+Green+Blue) = 163+60+106=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33C6A is #5CC395. Grayscale: #5F5F5F. Windows color (decimal): -6079382 or 6962339. OLE color: 6962339.
HSL color Cylindrical-coordinate representation of color #A33C6A: hue angle of 333.2º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A33C6A is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 60 | 106 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.36 |
| HSL | 333.2º | 0.46% | 0.44% | - |
| HSV(B) | 333.2º | 0.63% | 0.64% | - |
| XYZ | 19.32 | 12.06 | 14.94 | - |
| YUV | 96.04 | 133.62 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 60 | 106 | 0 | 0.63 | 0.35 | 0.36 | 333.2 | 0.46 | 0.44 |
| Hex | A3 | 3C | 6A | 0 | 3F | 23 | 24 | 14D | 2E | 2C |
| Octal | 243 | 74 | 152 | 0 | 77 | 43 | 44 | 515 | 56 | 54 |
| Binary | 10100011 | 111100 | 1101010 | 0 | 111111 | 100011 | 100100 | 101001101 | 101110 | 101100 |
Color Harmonies of #A33C6A
Complementary color
Monochromatic Colors of #A33C6A
Black with #A33C6A
Text Example
Text Example
White with #A33C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33C6A; }
p { color: rgb(163,60,106); }
H1.HeaderClassName
{
color: #A33C6A;
}
.AnyTagClassName
{
color: #A33C6A;
}
</style>
background-color css
<style>
a { background-color: #A33C6A; }
a { background-color: rgb(163,60,106); }
div.DivClassName
{
background-color: #A33C6A;
}
.BgClassName
{
background-color: #A33C6A;
}
</style>
border-color css
<style>
span { border-color: #A33C6A; }
span { border-color: rgb(163,60,106); }
td.TdClassName
{
border-color: #A33C6A;
}
.TagClassName
{
border-color: #A33C6A;
}
</style>