#A387F0

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

Shades of Medium Purple #A387F0

Tints of Medium Purple #A387F0

Color information

#A387F0 (or 0xA387F0) is unknown color: approx Medium Purple. HEX triplet: A3, 87 and F0. RGB value is (163,135,240). Sum of RGB (Red+Green+Blue) = 163+135+240=538 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.30% from 538); Green value is 135 (53.12% from 255 or 25.09% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #A387F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A387F0 is #5C780F. Grayscale: #9A9A9A. Windows color (decimal): -6060048 or 15763363. OLE color: 15763363.

HSL color Cylindrical-coordinate representation of color #A387F0: hue angle of 256º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A387F0 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB163135240-
CMYK0.320.4400.06
HSL256º77.78%73.53%-
HSV(B)256º43.75%94.12%-
XYZ39.531.4186.42-
YUV155.34175.78133.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.30%
GREEN value IS 135 (53.12% from 255) = 25.09%
BLUE value IS 240 (94.14% from 255) = 44.61%
R=30.30%
G=25.09%
B=44.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1631352400.320.4400.0625677.7873.53
HexA387F0202C061004e4a
Octal243207360405406400116112
Binary101000111000011111110000100000101100011010000000010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A387F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A387F0; }

 p { color: rgb(163,135,240); }

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

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

 a { background-color: rgb(163,135,240); }

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

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

 span { border-color: rgb(163,135,240); }

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