Shades of Rouge #A33A6B
Tints of Rouge #A33A6B
RGB
CMYK
RGB Variations
Color information
#A33A6B (or 0xA33A6B) is known color: Rouge. HEX triplet: A3, 3A and 6B. RGB value is (163,58,107). Sum of RGB (Red+Green+Blue) = 163+58+107=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33A6B is #5CC594. Grayscale: #5E5E5E. Windows color (decimal): -6079893 or 7027363. OLE color: 7027363.
HSL color Cylindrical-coordinate representation of color #A33A6B: hue angle of 332º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A33A6B is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 58 | 107 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.36 |
| HSL | 332º | 0.48% | 0.43% | - |
| HSV(B) | 332º | 0.64% | 0.64% | - |
| XYZ | 19.27 | 11.87 | 15.19 | - |
| YUV | 94.98 | 134.79 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 58 | 107 | 0 | 0.64 | 0.34 | 0.36 | 332 | 0.48 | 0.43 |
| Hex | A3 | 3A | 6B | 0 | 40 | 22 | 24 | 14C | 30 | 2B |
| Octal | 243 | 72 | 153 | 0 | 100 | 42 | 44 | 514 | 60 | 53 |
| Binary | 10100011 | 111010 | 1101011 | 0 | 1000000 | 100010 | 100100 | 101001100 | 110000 | 101011 |
Color Harmonies of #A33A6B
Complementary color
Monochromatic Colors of #A33A6B
Black with #A33A6B
Text Example
Text Example
White with #A33A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33A6B; }
p { color: rgb(163,58,107); }
H1.HeaderClassName
{
color: #A33A6B;
}
.AnyTagClassName
{
color: #A33A6B;
}
</style>
background-color css
<style>
a { background-color: #A33A6B; }
a { background-color: rgb(163,58,107); }
div.DivClassName
{
background-color: #A33A6B;
}
.BgClassName
{
background-color: #A33A6B;
}
</style>
border-color css
<style>
span { border-color: #A33A6B; }
span { border-color: rgb(163,58,107); }
td.TdClassName
{
border-color: #A33A6B;
}
.TagClassName
{
border-color: #A33A6B;
}
</style>