#A087EE

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

Shades of Medium Purple #A087EE

Tints of Medium Purple #A087EE

Color information

#A087EE (or 0xA087EE) is unknown color: approx Medium Purple. HEX triplet: A0, 87 and EE. RGB value is (160,135,238). Sum of RGB (Red+Green+Blue) = 160+135+238=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #A087EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A087EE is #5F7811. Grayscale: #999999. Windows color (decimal): -6256658 or 15632288. OLE color: 15632288.

HSL color Cylindrical-coordinate representation of color #A087EE: hue angle of 254.56º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A087EE is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160135238-
CMYK0.330.4300.07
HSL254.56º75.18%73.14%-
HSV(B)254.56º43.28%93.33%-
XYZ38.5930.9784.83-
YUV154.22175.28132.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.02%
GREEN value IS 135 (53.12% from 255) = 25.33%
BLUE value IS 238 (93.36% from 255) = 44.65%
R=30.02%
G=25.33%
B=44.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601352380.330.4300.07254.5675.1873.14
HexA087EE212B07ff4b49
Octal240207356415307377113111
Binary10100000100001111110111010000110101101111111111110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A087EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A087EE; }

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

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

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

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

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

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

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

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