#A37ED5

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

Shades of Medium Purple #A37ED5

Tints of Medium Purple #A37ED5

Color information

#A37ED5 (or 0xA37ED5) is unknown color: approx Medium Purple. HEX triplet: A3, 7E and D5. RGB value is (163,126,213). Sum of RGB (Red+Green+Blue) = 163+126+213=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 213 - color contains mainly: blue. Hex color #A37ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37ED5 is #5C812A. Grayscale: #929292. Windows color (decimal): -6062379 or 13991587. OLE color: 13991587.

HSL color Cylindrical-coordinate representation of color #A37ED5: hue angle of 265.52º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A37ED5 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB163126213-
CMYK0.230.4100.16
HSL265.52º50.88%66.47%-
HSV(B)265.52º40.85%83.53%-
XYZ34.5827.5166.44-
YUV146.98165.26139.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.47%
GREEN value IS 126 (49.61% from 255) = 25.10%
BLUE value IS 213 (83.59% from 255) = 42.43%
R=32.47%
G=25.10%
B=42.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1631262130.230.4100.16265.5250.8866.47
HexA37ED5172901010a3342
Octal243176325275102041263102
Binary10100011111111011010101101111010010100001000010101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37ED5; }

 p { color: rgb(163,126,213); }

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

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

 a { background-color: rgb(163,126,213); }

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

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

 span { border-color: rgb(163,126,213); }

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