#A487ED

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

Shades of Medium Purple #A487ED

Tints of Medium Purple #A487ED

Color information

#A487ED (or 0xA487ED) is unknown color: approx Medium Purple. HEX triplet: A4, 87 and ED. RGB value is (164,135,237). Sum of RGB (Red+Green+Blue) = 164+135+237=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 135 (53.12% from 255 or 25.19% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #A487ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A487ED is #5B7812. Grayscale: #9A9A9A. Windows color (decimal): -5994515 or 15566756. OLE color: 15566756.

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

Color convert

RGB164135237-
CMYK0.310.4300.07
HSL257.06º73.91%72.94%-
HSV(B)257.06º43.04%92.94%-
XYZ39.2631.3384.1-
YUV155.3174.11134.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.60%
GREEN value IS 135 (53.12% from 255) = 25.19%
BLUE value IS 237 (92.97% from 255) = 44.22%
R=30.60%
G=25.19%
B=44.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641352370.310.4300.07257.0673.9172.94
HexA487ED1F2B071014a49
Octal244207355375307401112111
Binary10100100100001111110110111111101011011110000000110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A487ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A487ED; }

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

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

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

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

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

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

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

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