#A087F0

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

Shades of Medium Purple #A087F0

Tints of Medium Purple #A087F0

Color information

#A087F0 (or 0xA087F0) is unknown color: approx Medium Purple. HEX triplet: A0, 87 and F0. RGB value is (160,135,240). Sum of RGB (Red+Green+Blue) = 160+135+240=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 135 (53.12% from 255 or 25.23% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #A087F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A087F0 is #5F780F. Grayscale: #9A9A9A. Windows color (decimal): -6256656 or 15763360. OLE color: 15763360.

HSL color Cylindrical-coordinate representation of color #A087F0: hue angle of 254.29º 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 #A087F0 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB160135240-
CMYK0.330.4400.06
HSL254.29º77.78%73.53%-
HSV(B)254.29º43.75%94.12%-
XYZ38.8931.0986.39-
YUV154.44176.28131.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.91%
GREEN value IS 135 (53.12% from 255) = 25.23%
BLUE value IS 240 (94.14% from 255) = 44.86%
R=29.91%
G=25.23%
B=44.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1601352400.330.4400.06254.2977.7873.53
HexA087F0212C06fe4e4a
Octal240207360415406376116112
Binary10100000100001111111000010000110110001101111111010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A087F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A087F0; }

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

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

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

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

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

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

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

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