#A987E6

Color #A987E6 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #A987E6

Tints of Biloba Flower #A987E6

Color information

#A987E6 (or 0xA987E6) is unknown color: approx Biloba Flower. HEX triplet: A9, 87 and E6. RGB value is (169,135,230). Sum of RGB (Red+Green+Blue) = 169+135+230=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 230 (90.23% from 255 or 43.07% from 534); Max value from RGB is 230 - color contains mainly: blue. Hex color #A987E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A987E6 is #567819. Grayscale: #9B9B9B. Windows color (decimal): -5666842 or 15108009. OLE color: 15108009.

HSL color Cylindrical-coordinate representation of color #A987E6: hue angle of 261.47º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A987E6 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB169135230-
CMYK0.270.4100.10
HSL261.47º65.52%71.57%-
HSV(B)261.47º41.3%90.2%-
XYZ39.3131.4878.87-
YUV156169.76137.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.65%
GREEN value IS 135 (53.12% from 255) = 25.28%
BLUE value IS 230 (90.23% from 255) = 43.07%
R=31.65%
G=25.28%
B=43.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1691352300.270.4100.10261.4765.5271.57
HexA987E61B290A1054248
Octal2512073463351012405102110
Binary101010011000011111100110110111010010101010000010110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A987E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A987E6; }

 p { color: rgb(169,135,230); }

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

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

 a { background-color: rgb(169,135,230); }

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

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

 span { border-color: rgb(169,135,230); }

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