#A43161

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

Shades of Rouge #A43161

Tints of Rouge #A43161

Color information

#A43161 (or 0xA43161) is unknown color: approx Rouge. HEX triplet: A4, 31 and 61. RGB value is (164,49,97). Sum of RGB (Red+Green+Blue) = 164+49+97=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A43161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43161 is #5BCE9E. Grayscale: #585858. Windows color (decimal): -6016671 or 6369700. OLE color: 6369700.

HSL color Cylindrical-coordinate representation of color #A43161: hue angle of 334.96º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43161 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB1644997-
CMYK00.700.410.36
HSL334.96º53.99%41.76%-
HSV(B)334.96º70.12%64.31%-
XYZ18.5710.9512.44-
YUV88.86132.6181.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.90%
GREEN value IS 49 (19.53% from 255) = 15.81%
BLUE value IS 97 (38.28% from 255) = 31.29%
R=52.90%
G=15.81%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164499700.700.410.36334.9653.9941.76
HexA43161046292414f362a
Octal24461141010651445176652
Binary10100100110001110000101000110101001100100101001111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43161; }

 p { color: rgb(164,49,97); }

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

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

 a { background-color: rgb(164,49,97); }

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

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

 span { border-color: rgb(164,49,97); }

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