#a37fef

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

Shades of Medium Purple #A37FEF

Tints of Medium Purple #A37FEF

Color information

#A37FEF (or 0xA37FEF) is unknown color: approx Medium Purple. HEX triplet: A3, 7F and EF. RGB value is (163,127,239). Sum of RGB (Red+Green+Blue) = 163+127+239=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #A37FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37FEF is #5C8010. Grayscale: #969696. Windows color (decimal): -6062097 or 15695779. OLE color: 15695779.

HSL color Cylindrical-coordinate representation of color #A37FEF: hue angle of 259.29º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A37FEF is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB163127239-
CMYK0.320.4700.06
HSL259.29º77.78%71.76%-
HSV(B)259.29º46.86%93.73%-
XYZ38.2729.285.28-
YUV150.53177.93136.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.81%
GREEN value IS 127 (50% from 255) = 24.01%
BLUE value IS 239 (93.75% from 255) = 45.18%
R=30.81%
G=24.01%
B=45.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1631272390.320.4700.06259.2977.7871.76
HexA37FEF202F061034e48
Octal243177357405706403116110
Binary10100011111111111101111100000101111011010000001110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a37fef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a37fef; }

 p { color: rgb(163,127,239); }

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

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

 a { background-color: rgb(163,127,239); }

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

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

 span { border-color: rgb(163,127,239); }

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