#A43E74

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

Shades of Rouge #A43E74

Tints of Rouge #A43E74

Color information

#A43E74 (or 0xA43E74) is unknown color: approx Rouge. HEX triplet: A4, 3E and 74. RGB value is (164,62,116). Sum of RGB (Red+Green+Blue) = 164+62+116=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A43E74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43E74 is #5BC18B. Grayscale: #626262. Windows color (decimal): -6013324 or 7618212. OLE color: 7618212.

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

Color convert

RGB16462116-
CMYK00.620.290.36
HSL328.24º45.13%44.31%-
HSV(B)328.24º62.2%64.31%-
XYZ20.1812.617.89-
YUV98.65137.79174.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.95%
GREEN value IS 62 (24.61% from 255) = 18.13%
BLUE value IS 116 (45.70% from 255) = 33.92%
R=47.95%
G=18.13%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646211600.620.290.36328.2445.1344.31
HexA43E7403E1D241482d2c
Octal2447616407635445105554
Binary101001001111101110100011111011101100100101001000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43E74; }

 p { color: rgb(164,62,116); }

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

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

 a { background-color: rgb(164,62,116); }

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

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

 span { border-color: rgb(164,62,116); }

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