#A43E75

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

Shades of Rouge #A43E75

Tints of Rouge #A43E75

Color information

#A43E75 (or 0xA43E75) is unknown color: approx Rouge. HEX triplet: A4, 3E and 75. RGB value is (164,62,117). Sum of RGB (Red+Green+Blue) = 164+62+117=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A43E75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43E75 is #5BC18A. Grayscale: #626262. Windows color (decimal): -6013323 or 7683748. OLE color: 7683748.

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

Color convert

RGB16462117-
CMYK00.620.290.36
HSL327.65º45.13%44.31%-
HSV(B)327.65º62.2%64.31%-
XYZ20.2412.6218.2-
YUV98.77138.29174.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.81%
GREEN value IS 62 (24.61% from 255) = 18.08%
BLUE value IS 117 (46.09% from 255) = 34.11%
R=47.81%
G=18.08%
B=34.11%

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
Decimal1646211700.620.290.36327.6545.1344.31
HexA43E7503E1D241482d2c
Octal2447616507635445105554
Binary101001001111101110101011111011101100100101001000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43E75; }

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

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

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

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

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

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

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

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