#A43D75

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

Shades of Rouge #A43D75

Tints of Rouge #A43D75

Color information

#A43D75 (or 0xA43D75) is unknown color: approx Rouge. HEX triplet: A4, 3D and 75. RGB value is (164,61,117). Sum of RGB (Red+Green+Blue) = 164+61+117=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43D75 is #5BC28A. Grayscale: #626262. Windows color (decimal): -6013579 or 7683492. OLE color: 7683492.

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

Color convert

RGB16461117-
CMYK00.630.290.36
HSL327.38º45.78%44.12%-
HSV(B)327.38º62.8%64.31%-
XYZ20.1912.5118.18-
YUV98.18138.62174.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.95%
GREEN value IS 61 (24.22% from 255) = 17.84%
BLUE value IS 117 (46.09% from 255) = 34.21%
R=47.95%
G=17.84%
B=34.21%

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
Decimal1646111700.630.290.36327.3845.7844.12
HexA43D7503F1D241472e2c
Octal2447516507735445075654
Binary101001001111011110101011111111101100100101000111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43D75; }

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

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

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

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

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

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

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

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