#A43B80

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

Shades of Medium Red Violet #A43B80

Tints of Medium Red Violet #A43B80

Color information

#A43B80 (or 0xA43B80) is unknown color: approx Medium Red Violet. HEX triplet: A4, 3B and 80. RGB value is (164,59,128). Sum of RGB (Red+Green+Blue) = 164+59+128=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A43B80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43B80 is #5BC47F. Grayscale: #626262. Windows color (decimal): -6014080 or 8403876. OLE color: 8403876.

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

Color convert

RGB16459128-
CMYK00.640.220.36
HSL320.57º47.09%43.73%-
HSV(B)320.57º64.02%64.31%-
XYZ20.7712.5821.76-
YUV98.26144.79174.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.72%
GREEN value IS 59 (23.44% from 255) = 16.81%
BLUE value IS 128 (50.39% from 255) = 36.47%
R=46.72%
G=16.81%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645912800.640.220.36320.5747.0943.73
HexA43B8004016241412f2c
Octal24473200010026445015754
Binary10100100111011100000000100000010110100100101000001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43B80; }

 p { color: rgb(164,59,128); }

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

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

 a { background-color: rgb(164,59,128); }

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

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

 span { border-color: rgb(164,59,128); }

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