#A487F7

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

Shades of Medium Purple #A487F7

Tints of Medium Purple #A487F7

Color information

#A487F7 (or 0xA487F7) is unknown color: approx Medium Purple. HEX triplet: A4, 87 and F7. RGB value is (164,135,247). Sum of RGB (Red+Green+Blue) = 164+135+247=546 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.04% from 546); Green value is 135 (53.12% from 255 or 24.73% from 546); Blue value is 247 (96.88% from 255 or 45.24% from 546); Max value from RGB is 247 - color contains mainly: blue. Hex color #A487F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A487F7 is #5B7808. Grayscale: #9C9C9C. Windows color (decimal): -5994505 or 16222116. OLE color: 16222116.

HSL color Cylindrical-coordinate representation of color #A487F7: hue angle of 255.54º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A487F7 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB164135247-
CMYK0.340.4500.03
HSL255.54º87.5%74.9%-
HSV(B)255.54º45.34%96.86%-
XYZ40.7631.9492.01-
YUV156.44179.11133.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.04%
GREEN value IS 135 (53.12% from 255) = 24.73%
BLUE value IS 247 (96.88% from 255) = 45.24%
R=30.04%
G=24.73%
B=45.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1641352470.340.4500.03255.5487.574.9
HexA487F7222D03100584b
Octal244207367425503400130113
Binary10100100100001111111011110001010110101110000000010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A487F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A487F7; }

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

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

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

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

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

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

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

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