#A37DF1

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

Shades of Medium Purple #A37DF1

Tints of Medium Purple #A37DF1

Color information

#A37DF1 (or 0xA37DF1) is unknown color: approx Medium Purple. HEX triplet: A3, 7D and F1. RGB value is (163,125,241). Sum of RGB (Red+Green+Blue) = 163+125+241=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #A37DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37DF1 is #5C820E. Grayscale: #959595. Windows color (decimal): -6062607 or 15826339. OLE color: 15826339.

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

Color convert

RGB163125241-
CMYK0.320.4800.05
HSL259.66º80.56%71.76%-
HSV(B)259.66º48.13%94.51%-
XYZ38.3228.886.76-
YUV149.59179.59137.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.81%
GREEN value IS 125 (49.22% from 255) = 23.63%
BLUE value IS 241 (94.53% from 255) = 45.56%
R=30.81%
G=23.63%
B=45.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1631252410.320.4800.05259.6680.5671.76
HexA37DF12030051045148
Octal243175361406005404121110
Binary10100011111110111110001100000110000010110000010010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37DF1; }

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

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

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

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

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

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

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

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