#A43E81

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

Shades of Medium Red Violet #A43E81

Tints of Medium Red Violet #A43E81

Color information

#A43E81 (or 0xA43E81) is unknown color: approx Medium Red Violet. HEX triplet: A4, 3E and 81. RGB value is (164,62,129). Sum of RGB (Red+Green+Blue) = 164+62+129=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A43E81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43E81 is #5BC17E. Grayscale: #636363. Windows color (decimal): -6013311 or 8470180. OLE color: 8470180.

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

Color convert

RGB16462129-
CMYK00.620.210.36
HSL320.59º45.13%44.31%-
HSV(B)320.59º62.2%64.31%-
XYZ20.9912.9222.16-
YUV100.14144.29173.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.20%
GREEN value IS 62 (24.61% from 255) = 17.46%
BLUE value IS 129 (50.78% from 255) = 36.34%
R=46.20%
G=17.46%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646212900.620.210.36320.5945.1344.31
HexA43E8103E15241412d2c
Octal2447620107625445015554
Binary1010010011111010000001011111010101100100101000001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43E81; }

 p { color: rgb(164,62,129); }

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

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

 a { background-color: rgb(164,62,129); }

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

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

 span { border-color: rgb(164,62,129); }

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