#A178F5

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

Shades of Medium Purple #A178F5

Tints of Medium Purple #A178F5

Color information

#A178F5 (or 0xA178F5) is unknown color: approx Medium Purple. HEX triplet: A1, 78 and F5. RGB value is (161,120,245). Sum of RGB (Red+Green+Blue) = 161+120+245=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 120 (47.27% from 255 or 22.81% from 526); Blue value is 245 (96.09% from 255 or 46.58% from 526); Max value from RGB is 245 - color contains mainly: blue. Hex color #A178F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A178F5 is #5E870A. Grayscale: #929292. Windows color (decimal): -6194955 or 16087201. OLE color: 16087201.

HSL color Cylindrical-coordinate representation of color #A178F5: hue angle of 259.68º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A178F5 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB161120245-
CMYK0.340.5100.04
HSL259.68º86.21%71.57%-
HSV(B)259.68º51.02%96.08%-
XYZ37.927.689.72-
YUV146.51183.58138.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.61%
GREEN value IS 120 (47.27% from 255) = 22.81%
BLUE value IS 245 (96.09% from 255) = 46.58%
R=30.61%
G=22.81%
B=46.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1611202450.340.5100.04259.6886.2171.57
HexA178F52233041045648
Octal241170365426304404126110
Binary10100001111100011110101100010110011010010000010010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A178F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A178F5; }

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

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

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

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

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

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

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

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