#A487EB

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

Shades of Medium Purple #A487EB

Tints of Medium Purple #A487EB

Color information

#A487EB (or 0xA487EB) is unknown color: approx Medium Purple. HEX triplet: A4, 87 and EB. RGB value is (164,135,235). Sum of RGB (Red+Green+Blue) = 164+135+235=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #A487EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A487EB is #5B7814. Grayscale: #9A9A9A. Windows color (decimal): -5994517 or 15435684. OLE color: 15435684.

HSL color Cylindrical-coordinate representation of color #A487EB: hue angle of 257.4º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A487EB is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164135235-
CMYK0.300.4300.08
HSL257.4º71.43%72.55%-
HSV(B)257.4º42.55%92.16%-
XYZ38.9731.2282.57-
YUV155.07173.11134.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.71%
GREEN value IS 135 (53.12% from 255) = 25.28%
BLUE value IS 235 (92.19% from 255) = 44.01%
R=30.71%
G=25.28%
B=44.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1641352350.300.4300.08257.471.4372.55
HexA487EB1E2B081014749
Octal2442073533653010401107111
Binary101001001000011111101011111101010110100010000000110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A487EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A487EB; }

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

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

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

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

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

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

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

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