#A22F72

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

Shades of Rouge #A22F72

Tints of Rouge #A22F72

Color information

#A22F72 (or 0xA22F72) is unknown color: approx Rouge. HEX triplet: A2, 2F and 72. RGB value is (162,47,114). Sum of RGB (Red+Green+Blue) = 162+47+114=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 47 (18.75% from 255 or 14.55% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A22F72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22F72 is #5DD08D. Grayscale: #585858. Windows color (decimal): -6148238 or 7483298. OLE color: 7483298.

HSL color Cylindrical-coordinate representation of color #A22F72: hue angle of 325.04º 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 #A22F72 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB16247114-
CMYK00.710.300.36
HSL325.04º55.02%40.98%-
HSV(B)325.04º70.99%63.53%-
XYZ18.9510.9317.03-
YUV89.02142.1180.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.15%
GREEN value IS 47 (18.75% from 255) = 14.55%
BLUE value IS 114 (44.92% from 255) = 35.29%
R=50.15%
G=14.55%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624711400.710.300.36325.0455.0240.98
HexA22F720471E241453729
Octal24257162010736445056751
Binary1010001010111111100100100011111110100100101000101110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22F72; }

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

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

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

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

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

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

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

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