#A43C77

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

Shades of Rouge #A43C77

Tints of Rouge #A43C77

Color information

#A43C77 (or 0xA43C77) is unknown color: approx Rouge. HEX triplet: A4, 3C and 77. RGB value is (164,60,119). Sum of RGB (Red+Green+Blue) = 164+60+119=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A43C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43C77 is #5BC388. Grayscale: #616161. Windows color (decimal): -6013833 or 7814308. OLE color: 7814308.

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

Color convert

RGB16460119-
CMYK00.630.270.36
HSL325.96º46.43%43.92%-
HSV(B)325.96º63.41%64.31%-
XYZ20.2612.4618.79-
YUV97.82139.96175.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.81%
GREEN value IS 60 (23.83% from 255) = 17.49%
BLUE value IS 119 (46.88% from 255) = 34.69%
R=47.81%
G=17.49%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646011900.630.270.36325.9646.4343.92
HexA43C7703F1B241462e2c
Octal2447416707733445065654
Binary101001001111001110111011111111011100100101000110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43C77; }

 p { color: rgb(164,60,119); }

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

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

 a { background-color: rgb(164,60,119); }

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

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

 span { border-color: rgb(164,60,119); }

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