#A4357D

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

Shades of Medium Red Violet #A4357D

Tints of Medium Red Violet #A4357D

Color information

#A4357D (or 0xA4357D) is unknown color: approx Medium Red Violet. HEX triplet: A4, 35 and 7D. RGB value is (164,53,125). Sum of RGB (Red+Green+Blue) = 164+53+125=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A4357D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4357D is #5BCA82. Grayscale: #5E5E5E. Windows color (decimal): -6015619 or 8205732. OLE color: 8205732.

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

Color convert

RGB16453125-
CMYK00.680.240.36
HSL321.08º51.15%42.55%-
HSV(B)321.08º67.68%64.31%-
XYZ20.2811.9220.63-
YUV94.4145.27177.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.95%
GREEN value IS 53 (21.09% from 255) = 15.50%
BLUE value IS 125 (49.22% from 255) = 36.55%
R=47.95%
G=15.50%
B=36.55%

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
Decimal1645312500.680.240.36321.0851.1542.55
HexA4357D0441824141332b
Octal24465175010430445016353
Binary1010010011010111111010100010011000100100101000001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4357D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4357D; }

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

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

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

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

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

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

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

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