#A278E9

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

Shades of Medium Purple #A278E9

Tints of Medium Purple #A278E9

Color information

#A278E9 (or 0xA278E9) is unknown color: approx Medium Purple. HEX triplet: A2, 78 and E9. RGB value is (162,120,233). Sum of RGB (Red+Green+Blue) = 162+120+233=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 233 (91.41% from 255 or 45.24% from 515); Max value from RGB is 233 - color contains mainly: blue. Hex color #A278E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A278E9 is #5D8716. Grayscale: #919191. Windows color (decimal): -6129431 or 15300770. OLE color: 15300770.

HSL color Cylindrical-coordinate representation of color #A278E9: hue angle of 262.3º 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 #A278E9 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB162120233-
CMYK0.300.4800.09
HSL262.3º71.97%69.22%-
HSV(B)262.3º48.5%91.37%-
XYZ36.322780.39-
YUV145.44177.41139.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.46%
GREEN value IS 120 (47.27% from 255) = 23.30%
BLUE value IS 233 (91.41% from 255) = 45.24%
R=31.46%
G=23.30%
B=45.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1621202330.300.4800.09262.371.9769.22
HexA278E91E30091064845
Octal2421703513660011406110105
Binary10100010111100011101001111101100000100110000011010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A278E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A278E9; }

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

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

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

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

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

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

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

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