#A42E71

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

Shades of Rouge #A42E71

Tints of Rouge #A42E71

Color information

#A42E71 (or 0xA42E71) is unknown color: approx Rouge. HEX triplet: A4, 2E and 71. RGB value is (164,46,113). Sum of RGB (Red+Green+Blue) = 164+46+113=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A42E71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42E71 is #5BD18E. Grayscale: #585858. Windows color (decimal): -6017423 or 7417508. OLE color: 7417508.

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

Color convert

RGB16446113-
CMYK00.720.310.36
HSL325.93º56.19%41.18%-
HSV(B)325.93º71.95%64.31%-
XYZ19.2711.0416.74-
YUV88.92141.59181.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.77%
GREEN value IS 46 (18.36% from 255) = 14.24%
BLUE value IS 113 (44.53% from 255) = 34.98%
R=50.77%
G=14.24%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1644611300.720.310.36325.9356.1941.18
HexA42E710481F241463829
Octal24456161011037445067051
Binary1010010010111011100010100100011111100100101000110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42E71; }

 p { color: rgb(164,46,113); }

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

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

 a { background-color: rgb(164,46,113); }

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

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

 span { border-color: rgb(164,46,113); }

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