#A4349C

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

Shades of Medium Red Violet #A4349C

Tints of Medium Red Violet #A4349C

Color information

#A4349C (or 0xA4349C) is unknown color: approx Medium Red Violet. HEX triplet: A4, 34 and 9C. RGB value is (164,52,156). Sum of RGB (Red+Green+Blue) = 164+52+156=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A4349C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4349C is #5BCB63. Grayscale: #616161. Windows color (decimal): -6015844 or 10237092. OLE color: 10237092.

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

Color convert

RGB16452156-
CMYK00.680.050.36
HSL304.29º51.85%42.35%-
HSV(B)304.29º68.29%64.31%-
XYZ22.5412.7532.73-
YUV97.34161.11175.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.09%
GREEN value IS 52 (20.70% from 255) = 13.98%
BLUE value IS 156 (61.33% from 255) = 41.94%
R=44.09%
G=13.98%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645215600.680.050.36304.2951.8542.35
HexA4349C044524130342a
Octal2446423401045444606452
Binary101001001101001001110001000100101100100100110000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4349C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4349C; }

 p { color: rgb(164,52,156); }

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

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

 a { background-color: rgb(164,52,156); }

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

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

 span { border-color: rgb(164,52,156); }

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