#A43A7C

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

Shades of Medium Red Violet #A43A7C

Tints of Medium Red Violet #A43A7C

Color information

#A43A7C (or 0xA43A7C) is unknown color: approx Medium Red Violet. HEX triplet: A4, 3A and 7C. RGB value is (164,58,124). Sum of RGB (Red+Green+Blue) = 164+58+124=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43A7C is #5BC583. Grayscale: #616161. Windows color (decimal): -6014340 or 8141476. OLE color: 8141476.

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

Color convert

RGB16458124-
CMYK00.650.240.36
HSL322.64º47.75%43.53%-
HSV(B)322.64º64.63%64.31%-
XYZ20.4612.3720.38-
YUV97.22143.12175.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.40%
GREEN value IS 58 (23.05% from 255) = 16.76%
BLUE value IS 124 (48.83% from 255) = 35.84%
R=47.40%
G=16.76%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645812400.650.240.36322.6447.7543.53
HexA43A7C0411824143302c
Octal24472174010130445036054
Binary1010010011101011111000100000111000100100101000011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43A7C; }

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

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

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

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

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

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

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

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