#A37BEF

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

Shades of Medium Purple #A37BEF

Tints of Medium Purple #A37BEF

Color information

#A37BEF (or 0xA37BEF) is unknown color: approx Medium Purple. HEX triplet: A3, 7B and EF. RGB value is (163,123,239). Sum of RGB (Red+Green+Blue) = 163+123+239=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #A37BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37BEF is #5C8410. Grayscale: #939393. Windows color (decimal): -6063121 or 15694755. OLE color: 15694755.

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

Color convert

RGB163123239-
CMYK0.320.4900.06
HSL260.69º78.38%70.98%-
HSV(B)260.69º48.54%93.73%-
XYZ37.7728.1885.11-
YUV148.18179.25138.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.05%
GREEN value IS 123 (48.44% from 255) = 23.43%
BLUE value IS 239 (93.75% from 255) = 45.52%
R=31.05%
G=23.43%
B=45.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1631232390.320.4900.06260.6978.3870.98
HexA37BEF2031061054e47
Octal243173357406106405116107
Binary10100011111101111101111100000110001011010000010110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37BEF; }

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

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

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

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

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

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

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

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