#A43D7C

Color #A43D7C Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #A43D7C

Tints of Medium Red Violet #A43D7C

Color information

#A43D7C (or 0xA43D7C) is unknown color: approx Medium Red Violet. HEX triplet: A4, 3D and 7C. RGB value is (164,61,124). Sum of RGB (Red+Green+Blue) = 164+61+124=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43D7C is #5BC283. Grayscale: #626262. Windows color (decimal): -6013572 or 8142244. OLE color: 8142244.

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

Color convert

RGB16461124-
CMYK00.630.240.36
HSL323.3º45.78%44.12%-
HSV(B)323.3º62.8%64.31%-
XYZ20.6212.6920.43-
YUV98.98142.12174.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.99%
GREEN value IS 61 (24.22% from 255) = 17.48%
BLUE value IS 124 (48.83% from 255) = 35.53%
R=46.99%
G=17.48%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646112400.630.240.36323.345.7844.12
HexA43D7C03F18241432e2c
Octal2447517407730445035654
Binary101001001111011111100011111111000100100101000011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43D7C; }

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

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

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

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

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

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

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

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