#A287F0

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

Shades of Medium Purple #A287F0

Tints of Medium Purple #A287F0

Color information

#A287F0 (or 0xA287F0) is unknown color: approx Medium Purple. HEX triplet: A2, 87 and F0. RGB value is (162,135,240). Sum of RGB (Red+Green+Blue) = 162+135+240=537 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.17% from 537); Green value is 135 (53.12% from 255 or 25.14% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #A287F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A287F0 is #5D780F. Grayscale: #9A9A9A. Windows color (decimal): -6125584 or 15763362. OLE color: 15763362.

HSL color Cylindrical-coordinate representation of color #A287F0: hue angle of 255.43º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A287F0 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB162135240-
CMYK0.320.4400.06
HSL255.43º77.78%73.53%-
HSV(B)255.43º43.75%94.12%-
XYZ39.2931.386.41-
YUV155.04175.95132.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.17%
GREEN value IS 135 (53.12% from 255) = 25.14%
BLUE value IS 240 (94.14% from 255) = 44.69%
R=30.17%
G=25.14%
B=44.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1621352400.320.4400.06255.4377.7873.53
HexA287F0202C06ff4e4a
Octal242207360405406377116112
Binary10100010100001111111000010000010110001101111111110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A287F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A287F0; }

 p { color: rgb(162,135,240); }

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

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

 a { background-color: rgb(162,135,240); }

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

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

 span { border-color: rgb(162,135,240); }

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