#A43F86

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

Shades of Medium Red Violet #A43F86

Tints of Medium Red Violet #A43F86

Color information

#A43F86 (or 0xA43F86) is unknown color: approx Medium Red Violet. HEX triplet: A4, 3F and 86. RGB value is (164,63,134). Sum of RGB (Red+Green+Blue) = 164+63+134=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43F86 is #5BC079. Grayscale: #656565. Windows color (decimal): -6013050 or 8798116. OLE color: 8798116.

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

Color convert

RGB16463134-
CMYK00.620.180.36
HSL317.82º44.49%44.51%-
HSV(B)317.82º61.59%64.31%-
XYZ21.3913.1723.97-
YUV101.29146.46172.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.43%
GREEN value IS 63 (25% from 255) = 17.45%
BLUE value IS 134 (52.73% from 255) = 37.12%
R=45.43%
G=17.45%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646313400.620.180.36317.8244.4944.51
HexA43F8603E122413e2c2d
Octal2447720607622444765455
Binary1010010011111110000110011111010010100100100111110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43F86; }

 p { color: rgb(164,63,134); }

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

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

 a { background-color: rgb(164,63,134); }

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

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

 span { border-color: rgb(164,63,134); }

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