#A987ED

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

Shades of Biloba Flower #A987ED

Tints of Biloba Flower #A987ED

Color information

#A987ED (or 0xA987ED) is unknown color: approx Biloba Flower. HEX triplet: A9, 87 and ED. RGB value is (169,135,237). Sum of RGB (Red+Green+Blue) = 169+135+237=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 135 (53.12% from 255 or 24.95% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #A987ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A987ED is #567812. Grayscale: #9C9C9C. Windows color (decimal): -5666835 or 15566761. OLE color: 15566761.

HSL color Cylindrical-coordinate representation of color #A987ED: hue angle of 260º degrees, saturation: 0.74, 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 #A987ED is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169135237-
CMYK0.290.4300.07
HSL260º73.91%72.94%-
HSV(B)260º43.04%92.94%-
XYZ40.3131.8884.15-
YUV156.79173.26136.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.24%
GREEN value IS 135 (53.12% from 255) = 24.95%
BLUE value IS 237 (92.97% from 255) = 43.81%
R=31.24%
G=24.95%
B=43.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1691352370.290.4300.0726073.9172.94
HexA987ED1D2B071044a49
Octal251207355355307404112111
Binary10101001100001111110110111101101011011110000010010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A987ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A987ED; }

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

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

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

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

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

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

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

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