#A43D74

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

Shades of Rouge #A43D74

Tints of Rouge #A43D74

Color information

#A43D74 (or 0xA43D74) is unknown color: approx Rouge. HEX triplet: A4, 3D and 74. RGB value is (164,61,116). Sum of RGB (Red+Green+Blue) = 164+61+116=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43D74 is #5BC28B. Grayscale: #616161. Windows color (decimal): -6013580 or 7617956. OLE color: 7617956.

HSL color Cylindrical-coordinate representation of color #A43D74: hue angle of 327.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 #A43D74 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB16461116-
CMYK00.630.290.36
HSL327.96º45.78%44.12%-
HSV(B)327.96º62.8%64.31%-
XYZ20.1312.4917.87-
YUV98.07138.12175.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.09%
GREEN value IS 61 (24.22% from 255) = 17.89%
BLUE value IS 116 (45.70% from 255) = 34.02%
R=48.09%
G=17.89%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646111600.630.290.36327.9645.7844.12
HexA43D7403F1D241482e2c
Octal2447516407735445105654
Binary101001001111011110100011111111101100100101001000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43D74; }

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

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

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

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

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

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

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

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