#A43D82

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

Shades of Medium Red Violet #A43D82

Tints of Medium Red Violet #A43D82

Color information

#A43D82 (or 0xA43D82) is unknown color: approx Medium Red Violet. HEX triplet: A4, 3D and 82. RGB value is (164,61,130). Sum of RGB (Red+Green+Blue) = 164+61+130=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43D82 is #5BC27D. Grayscale: #636363. Windows color (decimal): -6013566 or 8535460. OLE color: 8535460.

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

Color convert

RGB16461130-
CMYK00.630.210.36
HSL319.81º45.78%44.12%-
HSV(B)319.81º62.8%64.31%-
XYZ21.0112.8422.49-
YUV99.66145.12173.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.20%
GREEN value IS 61 (24.22% from 255) = 17.18%
BLUE value IS 130 (51.17% from 255) = 36.62%
R=46.20%
G=17.18%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646113000.630.210.36319.8145.7844.12
HexA43D8203F15241402e2c
Octal2447520207725445005654
Binary1010010011110110000010011111110101100100101000000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43D82; }

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

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

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

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

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

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

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

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