#A37BF1

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

Shades of Medium Purple #A37BF1

Tints of Medium Purple #A37BF1

Color information

#A37BF1 (or 0xA37BF1) is unknown color: approx Medium Purple. HEX triplet: A3, 7B and F1. RGB value is (163,123,241). Sum of RGB (Red+Green+Blue) = 163+123+241=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #A37BF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37BF1 is #5C840E. Grayscale: #939393. Windows color (decimal): -6063119 or 15825827. OLE color: 15825827.

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

Color convert

RGB163123241-
CMYK0.320.4900.05
HSL260.34º80.82%71.37%-
HSV(B)260.34º48.96%94.51%-
XYZ38.0628.386.68-
YUV148.41180.25138.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.93%
GREEN value IS 123 (48.44% from 255) = 23.34%
BLUE value IS 241 (94.53% from 255) = 45.73%
R=30.93%
G=23.34%
B=45.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1631232410.320.4900.05260.3480.8271.37
HexA37BF12031051045147
Octal243173361406105404121107
Binary10100011111101111110001100000110001010110000010010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37BF1; }

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

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

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

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

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

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

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

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