#A487F0

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

Shades of Medium Purple #A487F0

Tints of Medium Purple #A487F0

Color information

#A487F0 (or 0xA487F0) is unknown color: approx Medium Purple. HEX triplet: A4, 87 and F0. RGB value is (164,135,240). Sum of RGB (Red+Green+Blue) = 164+135+240=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 135 (53.12% from 255 or 25.05% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 240 - color contains mainly: blue. Hex color #A487F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A487F0 is #5B780F. Grayscale: #9B9B9B. Windows color (decimal): -5994512 or 15763364. OLE color: 15763364.

HSL color Cylindrical-coordinate representation of color #A487F0: hue angle of 256.57º 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 #A487F0 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB164135240-
CMYK0.320.4400.06
HSL256.57º77.78%73.53%-
HSV(B)256.57º43.75%94.12%-
XYZ39.731.5186.43-
YUV155.64175.61133.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.43%
GREEN value IS 135 (53.12% from 255) = 25.05%
BLUE value IS 240 (94.14% from 255) = 44.53%
R=30.43%
G=25.05%
B=44.53%

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
Decimal1641352400.320.4400.06256.5777.7873.53
HexA487F0202C061014e4a
Octal244207360405406401116112
Binary101001001000011111110000100000101100011010000000110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A487F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A487F0; }

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

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

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

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

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

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

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

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