#A987E0

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

Shades of Biloba Flower #A987E0

Tints of Biloba Flower #A987E0

Color information

#A987E0 (or 0xA987E0) is unknown color: approx Biloba Flower. HEX triplet: A9, 87 and E0. RGB value is (169,135,224). Sum of RGB (Red+Green+Blue) = 169+135+224=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 135 (53.12% from 255 or 25.57% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #A987E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A987E0 is #56781F. Grayscale: #9A9A9A. Windows color (decimal): -5666848 or 14714793. OLE color: 14714793.

HSL color Cylindrical-coordinate representation of color #A987E0: hue angle of 262.92º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A987E0 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB169135224-
CMYK0.250.4000.12
HSL262.92º58.94%70.39%-
HSV(B)262.92º39.73%87.84%-
XYZ38.4831.1474.5-
YUV155.31166.76137.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.01%
GREEN value IS 135 (53.12% from 255) = 25.57%
BLUE value IS 224 (87.89% from 255) = 42.42%
R=32.01%
G=25.57%
B=42.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1691352240.250.4000.12262.9258.9470.39
HexA987E019280C1073b46
Octal251207340315001440773106
Binary10101001100001111110000011001101000011001000001111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A987E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A987E0; }

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

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

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

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

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

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

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

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