#A487F6

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

Shades of Medium Purple #A487F6

Tints of Medium Purple #A487F6

Color information

#A487F6 (or 0xA487F6) is unknown color: approx Medium Purple. HEX triplet: A4, 87 and F6. RGB value is (164,135,246). Sum of RGB (Red+Green+Blue) = 164+135+246=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 135 (53.12% from 255 or 24.77% from 545); Blue value is 246 (96.48% from 255 or 45.14% from 545); Max value from RGB is 246 - color contains mainly: blue. Hex color #A487F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A487F6 is #5B7809. Grayscale: #9B9B9B. Windows color (decimal): -5994506 or 16156580. OLE color: 16156580.

HSL color Cylindrical-coordinate representation of color #A487F6: hue angle of 255.68º degrees, saturation: 0.86, 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 #A487F6 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB164135246-
CMYK0.330.4500.04
HSL255.68º86.05%74.71%-
HSV(B)255.68º45.12%96.47%-
XYZ40.6131.8791.2-
YUV156.33178.61133.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.09%
GREEN value IS 135 (53.12% from 255) = 24.77%
BLUE value IS 246 (96.48% from 255) = 45.14%
R=30.09%
G=24.77%
B=45.14%

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
Decimal1641352460.330.4500.04255.6886.0574.71
HexA487F6212D04100564b
Octal244207366415504400126113
Binary101001001000011111110110100001101101010010000000010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A487F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A487F6; }

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

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

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

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

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

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

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

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