#A5339C

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

Shades of Medium Red Violet #A5339C

Tints of Medium Red Violet #A5339C

Color information

#A5339C (or 0xA5339C) is unknown color: approx Medium Red Violet. HEX triplet: A5, 33 and 9C. RGB value is (165,51,156). Sum of RGB (Red+Green+Blue) = 165+51+156=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A5339C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5339C is #5ACC63. Grayscale: #606060. Windows color (decimal): -5950564 or 10236837. OLE color: 10236837.

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

Color convert

RGB16551156-
CMYK00.690.050.35
HSL304.74º52.78%42.35%-
HSV(B)304.74º69.09%64.71%-
XYZ22.712.7732.72-
YUV97.06161.27176.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.35%
GREEN value IS 51 (20.31% from 255) = 13.71%
BLUE value IS 156 (61.33% from 255) = 41.94%
R=44.35%
G=13.71%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655115600.690.050.35304.7452.7842.35
HexA5339C045523131352a
Octal2456323401055434616552
Binary101001011100111001110001000101101100011100110001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5339C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5339C; }

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

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

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

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

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

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

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

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