Shades of Rouge #A22E6A
Tints of Rouge #A22E6A
RGB
CMYK
RGB Variations
Color information
#A22E6A (or 0xA22E6A) is known color: Rouge. HEX triplet: A2, 2E and 6A. RGB value is (162,46,106). Sum of RGB (Red+Green+Blue) = 162+46+106=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A22E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22E6A is #5DD195. Grayscale: #575757. Windows color (decimal): -6148502 or 6958754. OLE color: 6958754.
HSL color Cylindrical-coordinate representation of color #A22E6A: hue angle of 328.97º degrees, saturation: 0.56, 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 #A22E6A is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 46 | 106 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.36 |
| HSL | 328.97º | 0.56% | 0.41% | - |
| HSV(B) | 328.97º | 0.72% | 0.64% | - |
| XYZ | 18.48 | 10.68 | 14.72 | - |
| YUV | 87.52 | 138.43 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 46 | 106 | 0 | 0.72 | 0.35 | 0.36 | 328.97 | 0.56 | 0.41 |
| Hex | A2 | 2E | 6A | 0 | 48 | 23 | 24 | 149 | 38 | 29 |
| Octal | 242 | 56 | 152 | 0 | 110 | 43 | 44 | 511 | 70 | 51 |
| Binary | 10100010 | 101110 | 1101010 | 0 | 1001000 | 100011 | 100100 | 101001001 | 111000 | 101001 |
Color Harmonies of #A22E6A
Complementary color
Monochromatic Colors of #A22E6A
Black with #A22E6A
Text Example
Text Example
White with #A22E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22E6A; }
p { color: rgb(162,46,106); }
H1.HeaderClassName
{
color: #A22E6A;
}
.AnyTagClassName
{
color: #A22E6A;
}
</style>
background-color css
<style>
a { background-color: #A22E6A; }
a { background-color: rgb(162,46,106); }
div.DivClassName
{
background-color: #A22E6A;
}
.BgClassName
{
background-color: #A22E6A;
}
</style>
border-color css
<style>
span { border-color: #A22E6A; }
span { border-color: rgb(162,46,106); }
td.TdClassName
{
border-color: #A22E6A;
}
.TagClassName
{
border-color: #A22E6A;
}
</style>