#A73571

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

Shades of Rouge #A73571

Tints of Rouge #A73571

Color information

#A73571 (or 0xA73571) is unknown color: approx Rouge. HEX triplet: A7, 35 and 71. RGB value is (167,53,113). Sum of RGB (Red+Green+Blue) = 167+53+113=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A73571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73571 is #58CA8E. Grayscale: #5D5D5D. Windows color (decimal): -5819023 or 7419303. OLE color: 7419303.

HSL color Cylindrical-coordinate representation of color #A73571: hue angle of 328.42º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A73571 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB16753113-
CMYK00.680.320.35
HSL328.42º51.82%43.14%-
HSV(B)328.42º68.26%65.49%-
XYZ20.1911.9516.87-
YUV93.93138.77180.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.15%
GREEN value IS 53 (21.09% from 255) = 15.92%
BLUE value IS 113 (44.53% from 255) = 33.93%
R=50.15%
G=15.92%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675311300.680.320.35328.4251.8243.14
HexA735710442023148342b
Octal24765161010440435106453
Binary10100111110101111000101000100100000100011101001000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73571; }

 p { color: rgb(167,53,113); }

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

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

 a { background-color: rgb(167,53,113); }

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

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

 span { border-color: rgb(167,53,113); }

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