#A44771

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

Shades of Rouge #A44771

Tints of Rouge #A44771

Color information

#A44771 (or 0xA44771) is unknown color: approx Rouge. HEX triplet: A4, 47 and 71. RGB value is (164,71,113). Sum of RGB (Red+Green+Blue) = 164+71+113=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A44771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44771 is #5BB88E. Grayscale: #676767. Windows color (decimal): -6011023 or 7423908. OLE color: 7423908.

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

Color convert

RGB16471113-
CMYK00.570.310.36
HSL332.9º39.57%46.08%-
HSV(B)332.9º56.71%64.31%-
XYZ20.5413.5917.16-
YUV103.6133.31171.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.13%
GREEN value IS 71 (28.12% from 255) = 20.40%
BLUE value IS 113 (44.53% from 255) = 32.47%
R=47.13%
G=20.40%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647111300.570.310.36332.939.5746.08
HexA447710391F2414d282e
Octal24410716107137445155056
Binary1010010010001111110001011100111111100100101001101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44771; }

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

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

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

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

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

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

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

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