#A4339A

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

Shades of Medium Red Violet #A4339A

Tints of Medium Red Violet #A4339A

Color information

#A4339A (or 0xA4339A) is unknown color: approx Medium Red Violet. HEX triplet: A4, 33 and 9A. RGB value is (164,51,154). Sum of RGB (Red+Green+Blue) = 164+51+154=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A4339A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4339A is #5BCC65. Grayscale: #606060. Windows color (decimal): -6016102 or 10105764. OLE color: 10105764.

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

Color convert

RGB16451154-
CMYK00.690.060.36
HSL305.31º52.56%42.16%-
HSV(B)305.31º68.9%64.31%-
XYZ22.3312.5931.83-
YUV96.53160.44176.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.44%
GREEN value IS 51 (20.31% from 255) = 13.82%
BLUE value IS 154 (60.55% from 255) = 41.73%
R=44.44%
G=13.82%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645115400.690.060.36305.3152.5642.16
HexA4339A045624131352a
Octal2446323201056444616552
Binary101001001100111001101001000101110100100100110001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4339A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4339A; }

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

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

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

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

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

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

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

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