#A178E5

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

Shades of Medium Purple #A178E5

Tints of Medium Purple #A178E5

Color information

#A178E5 (or 0xA178E5) is unknown color: approx Medium Purple. HEX triplet: A1, 78 and E5. RGB value is (161,120,229). Sum of RGB (Red+Green+Blue) = 161+120+229=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 120 (47.27% from 255 or 23.53% from 510); Blue value is 229 (89.84% from 255 or 44.90% from 510); Max value from RGB is 229 - color contains mainly: blue. Hex color #A178E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A178E5 is #5E871A. Grayscale: #909090. Windows color (decimal): -6194971 or 15038625. OLE color: 15038625.

HSL color Cylindrical-coordinate representation of color #A178E5: hue angle of 262.57º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A178E5 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB161120229-
CMYK0.300.4800.10
HSL262.57º67.7%68.43%-
HSV(B)262.57º47.6%89.8%-
XYZ35.5626.6777.4-
YUV144.68175.58139.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.57%
GREEN value IS 120 (47.27% from 255) = 23.53%
BLUE value IS 229 (89.84% from 255) = 44.90%
R=31.57%
G=23.53%
B=44.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1611202290.300.4800.10262.5767.768.43
HexA178E51E300A1074444
Octal2411703453660012407104104
Binary10100001111100011100101111101100000101010000011110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A178E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A178E5; }

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

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

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

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

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

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

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

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