#A43D84

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

Shades of Medium Red Violet #A43D84

Tints of Medium Red Violet #A43D84

Color information

#A43D84 (or 0xA43D84) is unknown color: approx Medium Red Violet. HEX triplet: A4, 3D and 84. RGB value is (164,61,132). Sum of RGB (Red+Green+Blue) = 164+61+132=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43D84 is #5BC27B. Grayscale: #636363. Windows color (decimal): -6013564 or 8666532. OLE color: 8666532.

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

Color convert

RGB16461132-
CMYK00.630.200.36
HSL318.64º45.78%44.12%-
HSV(B)318.64º62.8%64.31%-
XYZ21.1412.923.2-
YUV99.89146.12173.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.94%
GREEN value IS 61 (24.22% from 255) = 17.09%
BLUE value IS 132 (51.95% from 255) = 36.97%
R=45.94%
G=17.09%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646113200.630.200.36318.6445.7844.12
HexA43D8403F142413f2e2c
Octal2447520407724444775654
Binary1010010011110110000100011111110100100100100111111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43D84; }

 p { color: rgb(164,61,132); }

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

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

 a { background-color: rgb(164,61,132); }

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

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

 span { border-color: rgb(164,61,132); }

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