#A487F5

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

Shades of Medium Purple #A487F5

Tints of Medium Purple #A487F5

Color information

#A487F5 (or 0xA487F5) is unknown color: approx Medium Purple. HEX triplet: A4, 87 and F5. RGB value is (164,135,245). Sum of RGB (Red+Green+Blue) = 164+135+245=544 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.15% from 544); Green value is 135 (53.12% from 255 or 24.82% from 544); Blue value is 245 (96.09% from 255 or 45.04% from 544); Max value from RGB is 245 - color contains mainly: blue. Hex color #A487F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A487F5 is #5B780A. Grayscale: #9B9B9B. Windows color (decimal): -5994507 or 16091044. OLE color: 16091044.

HSL color Cylindrical-coordinate representation of color #A487F5: hue angle of 255.82º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A487F5 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB164135245-
CMYK0.330.4500.04
HSL255.82º84.62%74.51%-
HSV(B)255.82º44.9%96.08%-
XYZ40.4631.8190.39-
YUV156.21178.11133.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.15%
GREEN value IS 135 (53.12% from 255) = 24.82%
BLUE value IS 245 (96.09% from 255) = 45.04%
R=30.15%
G=24.82%
B=45.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1641352450.330.4500.04255.8284.6274.51
HexA487F5212D04100554b
Octal244207365415504400125113
Binary101001001000011111110101100001101101010010000000010101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A487F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A487F5; }

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

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

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

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

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

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

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

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