Shades of Rouge #A33B6E
Tints of Rouge #A33B6E
RGB
CMYK
RGB Variations
Color information
#A33B6E (or 0xA33B6E) is known color: Rouge. HEX triplet: A3, 3B and 6E. RGB value is (163,59,110). Sum of RGB (Red+Green+Blue) = 163+59+110=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33B6E is #5CC491. Grayscale: #5F5F5F. Windows color (decimal): -6079634 or 7224227. OLE color: 7224227.
HSL color Cylindrical-coordinate representation of color #A33B6E: hue angle of 330.58º 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 #A33B6E is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 59 | 110 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.36 |
| HSL | 330.58º | 0.47% | 0.44% | - |
| HSV(B) | 330.58º | 0.64% | 0.64% | - |
| XYZ | 19.48 | 12.04 | 16.05 | - |
| YUV | 95.91 | 135.96 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 59 | 110 | 0 | 0.64 | 0.33 | 0.36 | 330.58 | 0.47 | 0.44 |
| Hex | A3 | 3B | 6E | 0 | 40 | 21 | 24 | 14B | 2F | 2C |
| Octal | 243 | 73 | 156 | 0 | 100 | 41 | 44 | 513 | 57 | 54 |
| Binary | 10100011 | 111011 | 1101110 | 0 | 1000000 | 100001 | 100100 | 101001011 | 101111 | 101100 |
Color Harmonies of #A33B6E
Complementary color
Monochromatic Colors of #A33B6E
Black with #A33B6E
Text Example
Text Example
White with #A33B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33B6E; }
p { color: rgb(163,59,110); }
H1.HeaderClassName
{
color: #A33B6E;
}
.AnyTagClassName
{
color: #A33B6E;
}
</style>
background-color css
<style>
a { background-color: #A33B6E; }
a { background-color: rgb(163,59,110); }
div.DivClassName
{
background-color: #A33B6E;
}
.BgClassName
{
background-color: #A33B6E;
}
</style>
border-color css
<style>
span { border-color: #A33B6E; }
span { border-color: rgb(163,59,110); }
td.TdClassName
{
border-color: #A33B6E;
}
.TagClassName
{
border-color: #A33B6E;
}
</style>