#A43A7D

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

Shades of Medium Red Violet #A43A7D

Tints of Medium Red Violet #A43A7D

Color information

#A43A7D (or 0xA43A7D) is unknown color: approx Medium Red Violet. HEX triplet: A4, 3A and 7D. RGB value is (164,58,125). Sum of RGB (Red+Green+Blue) = 164+58+125=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43A7D is #5BC582. Grayscale: #616161. Windows color (decimal): -6014339 or 8207012. OLE color: 8207012.

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

Color convert

RGB16458125-
CMYK00.650.240.36
HSL322.08º47.75%43.53%-
HSV(B)322.08º64.63%64.31%-
XYZ20.5212.420.71-
YUV97.33143.62175.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.26%
GREEN value IS 58 (23.05% from 255) = 16.71%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=47.26%
G=16.71%
B=36.02%

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
Decimal1645812500.650.240.36322.0847.7543.53
HexA43A7D0411824142302c
Octal24472175010130445026054
Binary1010010011101011111010100000111000100100101000010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43A7D; }

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

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

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

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

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

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

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

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