#A22C6E

Color #A22C6E Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #A22C6E

Tints of Rouge #A22C6E

Color information

#A22C6E (or 0xA22C6E) is unknown color: approx Rouge. HEX triplet: A2, 2C and 6E. RGB value is (162,44,110). Sum of RGB (Red+Green+Blue) = 162+44+110=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22C6E is #5DD391. Grayscale: #565656. Windows color (decimal): -6149010 or 7220386. OLE color: 7220386.

HSL color Cylindrical-coordinate representation of color #A22C6E: hue angle of 326.44º degrees, saturation: 0.57, 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 #A22C6E is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB16244110-
CMYK00.730.320.36
HSL326.44º57.28%40.39%-
HSV(B)326.44º72.84%63.53%-
XYZ18.6210.6115.82-
YUV86.81141.09181.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 51.27%
GREEN value IS 44 (17.58% from 255) = 13.92%
BLUE value IS 110 (43.36% from 255) = 34.81%
R=51.27%
G=13.92%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624411000.730.320.36326.4457.2840.39
HexA22C6E04920241463928
Octal24254156011140445067150
Binary10100010101100110111001001001100000100100101000110111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22C6E; }

 p { color: rgb(162,44,110); }

 H1.HeaderClassName
 {
   color: #A22C6E;
 }
 .AnyTagClassName
 {
   color: #A22C6E;
 }
</style>
background-color css

<style>
 a { background-color: #A22C6E; }

 a { background-color: rgb(162,44,110); }

 div.DivClassName
 {
   background-color: #A22C6E;
 }
 .BgClassName
 {
   background-color: #A22C6E;
 }
</style>
border-color css

<style>
 span { border-color: #A22C6E; }

 span { border-color: rgb(162,44,110); }

 td.TdClassName
 {
   border-color: #A22C6E;
 }
 .TagClassName
 {
   border-color: #A22C6E;
 }
</style>