Shades of Rouge #A33C63
Tints of Rouge #A33C63
RGB
CMYK
RGB Variations
Color information
#A33C63 (or 0xA33C63) is known color: Rouge. HEX triplet: A3, 3C and 63. RGB value is (163,60,99). Sum of RGB (Red+Green+Blue) = 163+60+99=322 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.62% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33C63 is #5CC39C. Grayscale: #5F5F5F. Windows color (decimal): -6079389 or 6503587. OLE color: 6503587.
HSL color Cylindrical-coordinate representation of color #A33C63: hue angle of 337.28º 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 #A33C63 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 60 | 99 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.36 |
| HSL | 337.28º | 0.46% | 0.44% | - |
| HSV(B) | 337.28º | 0.63% | 0.64% | - |
| XYZ | 18.97 | 11.92 | 13.11 | - |
| YUV | 95.24 | 130.12 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 60 | 99 | 0 | 0.63 | 0.39 | 0.36 | 337.28 | 0.46 | 0.44 |
| Hex | A3 | 3C | 63 | 0 | 3F | 27 | 24 | 151 | 2E | 2C |
| Octal | 243 | 74 | 143 | 0 | 77 | 47 | 44 | 521 | 56 | 54 |
| Binary | 10100011 | 111100 | 1100011 | 0 | 111111 | 100111 | 100100 | 101010001 | 101110 | 101100 |
Color Harmonies of #A33C63
Complementary color
Monochromatic Colors of #A33C63
Black with #A33C63
Text Example
Text Example
White with #A33C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33C63; }
p { color: rgb(163,60,99); }
H1.HeaderClassName
{
color: #A33C63;
}
.AnyTagClassName
{
color: #A33C63;
}
</style>
background-color css
<style>
a { background-color: #A33C63; }
a { background-color: rgb(163,60,99); }
div.DivClassName
{
background-color: #A33C63;
}
.BgClassName
{
background-color: #A33C63;
}
</style>
border-color css
<style>
span { border-color: #A33C63; }
span { border-color: rgb(163,60,99); }
td.TdClassName
{
border-color: #A33C63;
}
.TagClassName
{
border-color: #A33C63;
}
</style>