Shades of Rouge #A22B6D
Tints of Rouge #A22B6D
RGB
CMYK
RGB Variations
Color information
#A22B6D (or 0xA22B6D) is known color: Rouge. HEX triplet: A2, 2B and 6D. RGB value is (162,43,109). Sum of RGB (Red+Green+Blue) = 162+43+109=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A22B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22B6D is #5DD492. Grayscale: #555555. Windows color (decimal): -6149267 or 7154594. OLE color: 7154594.
HSL color Cylindrical-coordinate representation of color #A22B6D: hue angle of 326.72º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A22B6D is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 43 | 109 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.36 |
| HSL | 326.72º | 0.58% | 0.4% | - |
| HSV(B) | 326.72º | 0.73% | 0.64% | - |
| XYZ | 18.52 | 10.51 | 15.52 | - |
| YUV | 86.11 | 140.92 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 43 | 109 | 0 | 0.73 | 0.33 | 0.36 | 326.72 | 0.58 | 0.4 |
| Hex | A2 | 2B | 6D | 0 | 49 | 21 | 24 | 147 | 3A | 28 |
| Octal | 242 | 53 | 155 | 0 | 111 | 41 | 44 | 507 | 72 | 50 |
| Binary | 10100010 | 101011 | 1101101 | 0 | 1001001 | 100001 | 100100 | 101000111 | 111010 | 101000 |
Color Harmonies of #A22B6D
Complementary color
Monochromatic Colors of #A22B6D
Black with #A22B6D
Text Example
Text Example
White with #A22B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22B6D; }
p { color: rgb(162,43,109); }
H1.HeaderClassName
{
color: #A22B6D;
}
.AnyTagClassName
{
color: #A22B6D;
}
</style>
background-color css
<style>
a { background-color: #A22B6D; }
a { background-color: rgb(162,43,109); }
div.DivClassName
{
background-color: #A22B6D;
}
.BgClassName
{
background-color: #A22B6D;
}
</style>
border-color css
<style>
span { border-color: #A22B6D; }
span { border-color: rgb(162,43,109); }
td.TdClassName
{
border-color: #A22B6D;
}
.TagClassName
{
border-color: #A22B6D;
}
</style>