#A4339C

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

Shades of Medium Red Violet #A4339C

Tints of Medium Red Violet #A4339C

Color information

#A4339C (or 0xA4339C) is unknown color: approx Medium Red Violet. HEX triplet: A4, 33 and 9C. RGB value is (164,51,156). Sum of RGB (Red+Green+Blue) = 164+51+156=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A4339C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4339C is #5BCC63. Grayscale: #606060. Windows color (decimal): -6016100 or 10236836. OLE color: 10236836.

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

Color convert

RGB16451156-
CMYK00.690.050.36
HSL304.25º52.56%42.16%-
HSV(B)304.25º68.9%64.31%-
XYZ22.4912.6632.71-
YUV96.76161.44175.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.20%
GREEN value IS 51 (20.31% from 255) = 13.75%
BLUE value IS 156 (61.33% from 255) = 42.05%
R=44.20%
G=13.75%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645115600.690.050.36304.2552.5642.16
HexA4339C045524130352a
Octal2446323401055444606552
Binary101001001100111001110001000101101100100100110000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4339C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4339C; }

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

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

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

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

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

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

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

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