#A22F70

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

Shades of Rouge #A22F70

Tints of Rouge #A22F70

Color information

#A22F70 (or 0xA22F70) is unknown color: approx Rouge. HEX triplet: A2, 2F and 70. RGB value is (162,47,112). Sum of RGB (Red+Green+Blue) = 162+47+112=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A22F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22F70 is #5DD08F. Grayscale: #585858. Windows color (decimal): -6148240 or 7352226. OLE color: 7352226.

HSL color Cylindrical-coordinate representation of color #A22F70: hue angle of 326.09º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A22F70 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB16247112-
CMYK00.710.310.36
HSL326.09º55.02%40.98%-
HSV(B)326.09º70.99%63.53%-
XYZ18.8410.8816.44-
YUV88.79141.1180.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.47%
GREEN value IS 47 (18.75% from 255) = 14.64%
BLUE value IS 112 (44.14% from 255) = 34.89%
R=50.47%
G=14.64%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624711200.710.310.36326.0955.0240.98
HexA22F700471F241463729
Octal24257160010737445066751
Binary1010001010111111100000100011111111100100101000110110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22F70; }

 p { color: rgb(162,47,112); }

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

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

 a { background-color: rgb(162,47,112); }

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

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

 span { border-color: rgb(162,47,112); }

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