#A43F74

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

Shades of Rouge #A43F74

Tints of Rouge #A43F74

Color information

#A43F74 (or 0xA43F74) is unknown color: approx Rouge. HEX triplet: A4, 3F and 74. RGB value is (164,63,116). Sum of RGB (Red+Green+Blue) = 164+63+116=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43F74 is #5BC08B. Grayscale: #636363. Windows color (decimal): -6013068 or 7618468. OLE color: 7618468.

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

Color convert

RGB16463116-
CMYK00.620.290.36
HSL328.51º44.49%44.51%-
HSV(B)328.51º61.59%64.31%-
XYZ20.2412.7117.91-
YUV99.24137.46174.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.81%
GREEN value IS 63 (25% from 255) = 18.37%
BLUE value IS 116 (45.70% from 255) = 33.82%
R=47.81%
G=18.37%
B=33.82%

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
Decimal1646311600.620.290.36328.5144.4944.51
HexA43F7403E1D241492c2d
Octal2447716407635445115455
Binary101001001111111110100011111011101100100101001001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43F74; }

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

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

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

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

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

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

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

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