#A4339B

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

Shades of Medium Red Violet #A4339B

Tints of Medium Red Violet #A4339B

Color information

#A4339B (or 0xA4339B) is unknown color: approx Medium Red Violet. HEX triplet: A4, 33 and 9B. RGB value is (164,51,155). Sum of RGB (Red+Green+Blue) = 164+51+155=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 51 (20.31% from 255 or 13.78% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A4339B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4339B is #5BCC64. Grayscale: #606060. Windows color (decimal): -6016101 or 10171300. OLE color: 10171300.

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

Color convert

RGB16451155-
CMYK00.690.050.36
HSL304.78º52.56%42.16%-
HSV(B)304.78º68.9%64.31%-
XYZ22.4112.6332.27-
YUV96.64160.94176.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.32%
GREEN value IS 51 (20.31% from 255) = 13.78%
BLUE value IS 155 (60.94% from 255) = 41.89%
R=44.32%
G=13.78%
B=41.89%

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
Decimal1645115500.690.050.36304.7852.5642.16
HexA4339B045524131352a
Octal2446323301055444616552
Binary101001001100111001101101000101101100100100110001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4339B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4339B; }

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

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

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

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

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

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

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

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