#A37DDE

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

Shades of Medium Purple #A37DDE

Tints of Medium Purple #A37DDE

Color information

#A37DDE (or 0xA37DDE) is unknown color: approx Medium Purple. HEX triplet: A3, 7D and DE. RGB value is (163,125,222). Sum of RGB (Red+Green+Blue) = 163+125+222=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #A37DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37DDE is #5C8221. Grayscale: #939393. Windows color (decimal): -6062626 or 14581155. OLE color: 14581155.

HSL color Cylindrical-coordinate representation of color #A37DDE: hue angle of 263.51º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A37DDE is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB163125222-
CMYK0.270.4400.13
HSL263.51º59.51%68.04%-
HSV(B)263.51º43.69%87.06%-
XYZ35.6227.7372.58-
YUV147.42170.09139.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.96%
GREEN value IS 125 (49.22% from 255) = 24.51%
BLUE value IS 222 (87.11% from 255) = 43.53%
R=31.96%
G=24.51%
B=43.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631252220.270.4400.13263.5159.5168.04
HexA37DDE1B2C0D1083c44
Octal243175336335401541074104
Binary1010001111111011101111011011101100011011000010001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37DDE; }

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

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

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

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

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

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

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

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