#A4357C

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

Shades of Medium Red Violet #A4357C

Tints of Medium Red Violet #A4357C

Color information

#A4357C (or 0xA4357C) is unknown color: approx Medium Red Violet. HEX triplet: A4, 35 and 7C. RGB value is (164,53,124). Sum of RGB (Red+Green+Blue) = 164+53+124=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A4357C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4357C is #5BCA83. Grayscale: #5E5E5E. Windows color (decimal): -6015620 or 8140196. OLE color: 8140196.

HSL color Cylindrical-coordinate representation of color #A4357C: hue angle of 321.62º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A4357C is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB16453124-
CMYK00.680.240.36
HSL321.62º51.15%42.55%-
HSV(B)321.62º67.68%64.31%-
XYZ20.2211.8920.3-
YUV94.28144.77177.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.09%
GREEN value IS 53 (21.09% from 255) = 15.54%
BLUE value IS 124 (48.83% from 255) = 36.36%
R=48.09%
G=15.54%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645312400.680.240.36321.6251.1542.55
HexA4357C0441824142332b
Octal24465174010430445026353
Binary1010010011010111111000100010011000100100101000010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4357C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4357C; }

 p { color: rgb(164,53,124); }

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

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

 a { background-color: rgb(164,53,124); }

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

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

 span { border-color: rgb(164,53,124); }

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