Shades of Rouge #A22D6E
Tints of Rouge #A22D6E
RGB
CMYK
RGB Variations
Color information
#A22D6E (or 0xA22D6E) is known color: Rouge. HEX triplet: A2, 2D and 6E. RGB value is (162,45,110). Sum of RGB (Red+Green+Blue) = 162+45+110=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A22D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22D6E is #5DD291. Grayscale: #575757. Windows color (decimal): -6148754 or 7220642. OLE color: 7220642.
HSL color Cylindrical-coordinate representation of color #A22D6E: hue angle of 326.67º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A22D6E is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 45 | 110 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.36 |
| HSL | 326.67º | 0.57% | 0.41% | - |
| HSV(B) | 326.67º | 0.72% | 0.64% | - |
| XYZ | 18.65 | 10.68 | 15.83 | - |
| YUV | 87.39 | 140.76 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 45 | 110 | 0 | 0.72 | 0.32 | 0.36 | 326.67 | 0.57 | 0.41 |
| Hex | A2 | 2D | 6E | 0 | 48 | 20 | 24 | 147 | 39 | 29 |
| Octal | 242 | 55 | 156 | 0 | 110 | 40 | 44 | 507 | 71 | 51 |
| Binary | 10100010 | 101101 | 1101110 | 0 | 1001000 | 100000 | 100100 | 101000111 | 111001 | 101001 |
Color Harmonies of #A22D6E
Complementary color
Monochromatic Colors of #A22D6E
Black with #A22D6E
Text Example
Text Example
White with #A22D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22D6E; }
p { color: rgb(162,45,110); }
H1.HeaderClassName
{
color: #A22D6E;
}
.AnyTagClassName
{
color: #A22D6E;
}
</style>
background-color css
<style>
a { background-color: #A22D6E; }
a { background-color: rgb(162,45,110); }
div.DivClassName
{
background-color: #A22D6E;
}
.BgClassName
{
background-color: #A22D6E;
}
</style>
border-color css
<style>
span { border-color: #A22D6E; }
span { border-color: rgb(162,45,110); }
td.TdClassName
{
border-color: #A22D6E;
}
.TagClassName
{
border-color: #A22D6E;
}
</style>