Shades of Rouge #A33B68
Tints of Rouge #A33B68
RGB
CMYK
RGB Variations
Color information
#A33B68 (or 0xA33B68) is known color: Rouge. HEX triplet: A3, 3B and 68. RGB value is (163,59,104). Sum of RGB (Red+Green+Blue) = 163+59+104=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33B68 is #5CC497. Grayscale: #5F5F5F. Windows color (decimal): -6079640 or 6831011. OLE color: 6831011.
HSL color Cylindrical-coordinate representation of color #A33B68: hue angle of 334.04º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A33B68 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 59 | 104 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.36 |
| HSL | 334.04º | 0.47% | 0.44% | - |
| HSV(B) | 334.04º | 0.64% | 0.64% | - |
| XYZ | 19.17 | 11.91 | 14.39 | - |
| YUV | 95.23 | 132.96 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 59 | 104 | 0 | 0.64 | 0.36 | 0.36 | 334.04 | 0.47 | 0.44 |
| Hex | A3 | 3B | 68 | 0 | 40 | 24 | 24 | 14E | 2F | 2C |
| Octal | 243 | 73 | 150 | 0 | 100 | 44 | 44 | 516 | 57 | 54 |
| Binary | 10100011 | 111011 | 1101000 | 0 | 1000000 | 100100 | 100100 | 101001110 | 101111 | 101100 |
Color Harmonies of #A33B68
Complementary color
Monochromatic Colors of #A33B68
Black with #A33B68
Text Example
Text Example
White with #A33B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33B68; }
p { color: rgb(163,59,104); }
H1.HeaderClassName
{
color: #A33B68;
}
.AnyTagClassName
{
color: #A33B68;
}
</style>
background-color css
<style>
a { background-color: #A33B68; }
a { background-color: rgb(163,59,104); }
div.DivClassName
{
background-color: #A33B68;
}
.BgClassName
{
background-color: #A33B68;
}
</style>
border-color css
<style>
span { border-color: #A33B68; }
span { border-color: rgb(163,59,104); }
td.TdClassName
{
border-color: #A33B68;
}
.TagClassName
{
border-color: #A33B68;
}
</style>