Shades of Rouge #A33E6A
Tints of Rouge #A33E6A
RGB
CMYK
RGB Variations
Color information
#A33E6A (or 0xA33E6A) is known color: Rouge. HEX triplet: A3, 3E and 6A. RGB value is (163,62,106). Sum of RGB (Red+Green+Blue) = 163+62+106=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33E6A is #5CC195. Grayscale: #616161. Windows color (decimal): -6078870 or 6962851. OLE color: 6962851.
HSL color Cylindrical-coordinate representation of color #A33E6A: hue angle of 333.86º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A33E6A is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 62 | 106 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.36 |
| HSL | 333.86º | 0.45% | 0.44% | - |
| HSV(B) | 333.86º | 0.62% | 0.64% | - |
| XYZ | 19.43 | 12.27 | 14.98 | - |
| YUV | 97.22 | 132.96 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 62 | 106 | 0 | 0.62 | 0.35 | 0.36 | 333.86 | 0.45 | 0.44 |
| Hex | A3 | 3E | 6A | 0 | 3E | 23 | 24 | 14E | 2D | 2C |
| Octal | 243 | 76 | 152 | 0 | 76 | 43 | 44 | 516 | 55 | 54 |
| Binary | 10100011 | 111110 | 1101010 | 0 | 111110 | 100011 | 100100 | 101001110 | 101101 | 101100 |
Color Harmonies of #A33E6A
Complementary color
Monochromatic Colors of #A33E6A
Black with #A33E6A
Text Example
Text Example
White with #A33E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33E6A; }
p { color: rgb(163,62,106); }
H1.HeaderClassName
{
color: #A33E6A;
}
.AnyTagClassName
{
color: #A33E6A;
}
</style>
background-color css
<style>
a { background-color: #A33E6A; }
a { background-color: rgb(163,62,106); }
div.DivClassName
{
background-color: #A33E6A;
}
.BgClassName
{
background-color: #A33E6A;
}
</style>
border-color css
<style>
span { border-color: #A33E6A; }
span { border-color: rgb(163,62,106); }
td.TdClassName
{
border-color: #A33E6A;
}
.TagClassName
{
border-color: #A33E6A;
}
</style>