#A178EC

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

Shades of Medium Purple #A178EC

Tints of Medium Purple #A178EC

Color information

#A178EC (or 0xA178EC) is unknown color: approx Medium Purple. HEX triplet: A1, 78 and EC. RGB value is (161,120,236). Sum of RGB (Red+Green+Blue) = 161+120+236=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 120 (47.27% from 255 or 23.21% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #A178EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A178EC is #5E8713. Grayscale: #919191. Windows color (decimal): -6194964 or 15497377. OLE color: 15497377.

HSL color Cylindrical-coordinate representation of color #A178EC: hue angle of 261.21º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A178EC is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161120236-
CMYK0.320.4900.07
HSL261.21º75.32%69.8%-
HSV(B)261.21º49.15%92.55%-
XYZ36.5527.0782.65-
YUV145.48179.08139.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.14%
GREEN value IS 120 (47.27% from 255) = 23.21%
BLUE value IS 236 (92.58% from 255) = 45.65%
R=31.14%
G=23.21%
B=45.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611202360.320.4900.07261.2175.3269.8
HexA178EC2031071054b46
Octal241170354406107405113106
Binary10100001111100011101100100000110001011110000010110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A178EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A178EC; }

 p { color: rgb(161,120,236); }

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

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

 a { background-color: rgb(161,120,236); }

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

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

 span { border-color: rgb(161,120,236); }

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