#A155F6

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

Shades of Medium Purple #A155F6

Tints of Medium Purple #A155F6

Color information

#A155F6 (or 0xA155F6) is unknown color: approx Medium Purple. HEX triplet: A1, 55 and F6. RGB value is (161,85,246). Sum of RGB (Red+Green+Blue) = 161+85+246=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 246 (96.48% from 255 or 50% from 492); Max value from RGB is 246 - color contains mainly: blue. Hex color #A155F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A155F6 is #5EAA09. Grayscale: #7D7D7D. Windows color (decimal): -6203914 or 16143777. OLE color: 16143777.

HSL color Cylindrical-coordinate representation of color #A155F6: hue angle of 268.32º degrees, saturation: 0.9, 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 #A155F6 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16185246-
CMYK0.350.6500.04
HSL268.32º89.94%64.9%-
HSV(B)268.32º65.45%96.47%-
XYZ34.5820.7389.37-
YUV126.08195.68152.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.72%
GREEN value IS 85 (33.59% from 255) = 17.28%
BLUE value IS 246 (96.48% from 255) = 50%
R=32.72%
G=17.28%
B=50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal161852460.350.6500.04268.3289.9464.9
HexA155F623410410c5a41
Octal2411253664310104414132101
Binary101000011010101111101101000111000001010010000110010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A155F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A155F6; }

 p { color: rgb(161,85,246); }

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

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

 a { background-color: rgb(161,85,246); }

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

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

 span { border-color: rgb(161,85,246); }

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