#A987DC

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

Shades of Biloba Flower #A987DC

Tints of Biloba Flower #A987DC

Color information

#A987DC (or 0xA987DC) is unknown color: approx Biloba Flower. HEX triplet: A9, 87 and DC. RGB value is (169,135,220). Sum of RGB (Red+Green+Blue) = 169+135+220=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 135 (53.12% from 255 or 25.76% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #A987DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A987DC is #567823. Grayscale: #9A9A9A. Windows color (decimal): -5666852 or 14452649. OLE color: 14452649.

HSL color Cylindrical-coordinate representation of color #A987DC: hue angle of 264º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A987DC is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB169135220-
CMYK0.230.3900.14
HSL264º54.84%69.61%-
HSV(B)264º38.64%86.27%-
XYZ37.9430.9371.68-
YUV154.86164.76138.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.25%
GREEN value IS 135 (53.12% from 255) = 25.76%
BLUE value IS 220 (86.33% from 255) = 41.98%
R=32.25%
G=25.76%
B=41.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691352200.230.3900.1426454.8469.61
HexA987DC17270E1083746
Octal251207334274701641067106
Binary10101001100001111101110010111100111011101000010001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A987DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A987DC; }

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

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

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

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

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

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

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

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