#a73774

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

Shades of Rouge #A73774

Tints of Rouge #A73774

Color information

#A73774 (or 0xA73774) is unknown color: approx Rouge. HEX triplet: A7, 37 and 74. RGB value is (167,55,116). Sum of RGB (Red+Green+Blue) = 167+55+116=338 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.41% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 167 - color contains mainly: red. Hex color #A73774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73774 is #58C88B. Grayscale: #5F5F5F. Windows color (decimal): -5818508 or 7616423. OLE color: 7616423.

HSL color Cylindrical-coordinate representation of color #A73774: hue angle of 327.32º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A73774 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB16755116-
CMYK00.670.310.35
HSL327.32º50.45%43.53%-
HSV(B)327.32º67.07%65.49%-
XYZ20.4512.2117.8-
YUV95.44139.61179.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.41%
GREEN value IS 55 (21.88% from 255) = 16.27%
BLUE value IS 116 (45.70% from 255) = 34.32%
R=49.41%
G=16.27%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675511600.670.310.35327.3250.4543.53
HexA737740431F23147322c
Octal24767164010337435076254
Binary1010011111011111101000100001111111100011101000111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a73774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a73774; }

 p { color: rgb(167,55,116); }

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

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

 a { background-color: rgb(167,55,116); }

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

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

 span { border-color: rgb(167,55,116); }

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