#A078E9

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

Shades of Medium Purple #A078E9

Tints of Medium Purple #A078E9

Color information

#A078E9 (or 0xA078E9) is unknown color: approx Medium Purple. HEX triplet: A0, 78 and E9. RGB value is (160,120,233). Sum of RGB (Red+Green+Blue) = 160+120+233=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 233 (91.41% from 255 or 45.42% from 513); Max value from RGB is 233 - color contains mainly: blue. Hex color #A078E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A078E9 is #5F8716. Grayscale: #909090. Windows color (decimal): -6260503 or 15300768. OLE color: 15300768.

HSL color Cylindrical-coordinate representation of color #A078E9: hue angle of 261.24º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A078E9 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB160120233-
CMYK0.310.4800.09
HSL261.24º71.97%69.22%-
HSV(B)261.24º48.5%91.37%-
XYZ35.9226.7980.37-
YUV144.84177.75138.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.19%
GREEN value IS 120 (47.27% from 255) = 23.39%
BLUE value IS 233 (91.41% from 255) = 45.42%
R=31.19%
G=23.39%
B=45.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1601202330.310.4800.09261.2471.9769.22
HexA078E91F30091054845
Octal2401703513760011405110105
Binary10100000111100011101001111111100000100110000010110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A078E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A078E9; }

 p { color: rgb(160,120,233); }

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

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

 a { background-color: rgb(160,120,233); }

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

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

 span { border-color: rgb(160,120,233); }

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