#A355F5

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

Shades of Medium Purple #A355F5

Tints of Medium Purple #A355F5

Color information

#A355F5 (or 0xA355F5) is unknown color: approx Medium Purple. HEX triplet: A3, 55 and F5. RGB value is (163,85,245). Sum of RGB (Red+Green+Blue) = 163+85+245=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 245 (96.09% from 255 or 49.70% from 493); Max value from RGB is 245 - color contains mainly: blue. Hex color #A355F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A355F5 is #5CAA0A. Grayscale: #7E7E7E. Windows color (decimal): -6072843 or 16078243. OLE color: 16078243.

HSL color Cylindrical-coordinate representation of color #A355F5: hue angle of 269.25º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A355F5 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16385245-
CMYK0.330.6500.04
HSL269.25º88.89%64.71%-
HSV(B)269.25º65.31%96.08%-
XYZ34.8320.8888.58-
YUV126.56194.84153.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.06%
GREEN value IS 85 (33.59% from 255) = 17.24%
BLUE value IS 245 (96.09% from 255) = 49.70%
R=33.06%
G=17.24%
B=49.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal163852450.330.6500.04269.2588.8964.71
HexA355F521410410d5941
Octal2431253654110104415131101
Binary101000111010101111101011000011000001010010000110110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A355F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A355F5; }

 p { color: rgb(163,85,245); }

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

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

 a { background-color: rgb(163,85,245); }

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

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

 span { border-color: rgb(163,85,245); }

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