#a34771

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

Shades of Rouge #A34771

Tints of Rouge #A34771

Color information

#A34771 (or 0xA34771) is unknown color: approx Rouge. HEX triplet: A3, 47 and 71. RGB value is (163,71,113). Sum of RGB (Red+Green+Blue) = 163+71+113=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A34771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34771 is #5CB88E. Grayscale: #676767. Windows color (decimal): -6076559 or 7423907. OLE color: 7423907.

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

Color convert

RGB16371113-
CMYK00.560.310.36
HSL332.61º39.32%45.88%-
HSV(B)332.61º56.44%63.92%-
XYZ20.3413.4917.15-
YUV103.3133.48170.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.97%
GREEN value IS 71 (28.12% from 255) = 20.46%
BLUE value IS 113 (44.53% from 255) = 32.56%
R=46.97%
G=20.46%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637111300.560.310.36332.6139.3245.88
HexA347710381F2414d272e
Octal24310716107037445154756
Binary1010001110001111110001011100011111100100101001101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a34771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a34771; }

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

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

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

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

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

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

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

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