#A37CED

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

Shades of Medium Purple #A37CED

Tints of Medium Purple #A37CED

Color information

#A37CED (or 0xA37CED) is unknown color: approx Medium Purple. HEX triplet: A3, 7C and ED. RGB value is (163,124,237). Sum of RGB (Red+Green+Blue) = 163+124+237=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 124 (48.83% from 255 or 23.66% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #A37CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37CED is #5C8312. Grayscale: #949494. Windows color (decimal): -6062867 or 15563939. OLE color: 15563939.

HSL color Cylindrical-coordinate representation of color #A37CED: hue angle of 260.71º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A37CED is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB163124237-
CMYK0.310.4800.07
HSL260.71º75.84%70.78%-
HSV(B)260.71º47.68%92.94%-
XYZ37.628.3283.6-
YUV148.54177.92138.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.11%
GREEN value IS 124 (48.83% from 255) = 23.66%
BLUE value IS 237 (92.97% from 255) = 45.23%
R=31.11%
G=23.66%
B=45.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1631242370.310.4800.07260.7175.8470.78
HexA37CED1F30071054c47
Octal243174355376007405114107
Binary1010001111111001110110111111110000011110000010110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37CED; }

 p { color: rgb(163,124,237); }

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

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

 a { background-color: rgb(163,124,237); }

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

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

 span { border-color: rgb(163,124,237); }

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