#A43A74

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

Shades of Rouge #A43A74

Tints of Rouge #A43A74

Color information

#A43A74 (or 0xA43A74) is unknown color: approx Rouge. HEX triplet: A4, 3A and 74. RGB value is (164,58,116). Sum of RGB (Red+Green+Blue) = 164+58+116=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43A74 is #5BC58B. Grayscale: #606060. Windows color (decimal): -6014348 or 7617188. OLE color: 7617188.

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

Color convert

RGB16458116-
CMYK00.650.290.36
HSL327.17º47.75%43.53%-
HSV(B)327.17º64.63%64.31%-
XYZ19.9812.1817.82-
YUV96.31139.12176.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.52%
GREEN value IS 58 (23.05% from 255) = 17.16%
BLUE value IS 116 (45.70% from 255) = 34.32%
R=48.52%
G=17.16%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645811600.650.290.36327.1747.7543.53
HexA43A740411D24147302c
Octal24472164010135445076054
Binary1010010011101011101000100000111101100100101000111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43A74; }

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

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

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

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

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

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

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

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