#A22B6D

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

Shades of Rouge #A22B6D

Tints of Rouge #A22B6D

Color information

#A22B6D (or 0xA22B6D) is unknown color: approx 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

RGB16243109-
CMYK00.730.330.36
HSL326.72º58.05%40.2%-
HSV(B)326.72º73.46%63.53%-
XYZ18.5210.5115.52-
YUV86.1140.92182.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.59%
GREEN value IS 43 (17.19% from 255) = 13.69%
BLUE value IS 109 (42.97% from 255) = 34.71%
R=51.59%
G=13.69%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624310900.730.330.36326.7258.0540.2
HexA22B6D04921241473a28
Octal24253155011141445077250
Binary10100010101011110110101001001100001100100101000111111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>