#A387DA

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

Shades of Biloba Flower #A387DA

Tints of Biloba Flower #A387DA

Color information

#A387DA (or 0xA387DA) is unknown color: approx Biloba Flower. HEX triplet: A3, 87 and DA. RGB value is (163,135,218). Sum of RGB (Red+Green+Blue) = 163+135+218=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #A387DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A387DA is #5C7825. Grayscale: #989898. Windows color (decimal): -6060070 or 14321571. OLE color: 14321571.

HSL color Cylindrical-coordinate representation of color #A387DA: hue angle of 260.24º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A387DA is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB163135218-
CMYK0.250.3800.15
HSL260.24º52.87%69.22%-
HSV(B)260.24º38.07%85.49%-
XYZ36.4230.1870.23-
YUV152.83164.78135.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.59%
GREEN value IS 135 (53.12% from 255) = 26.16%
BLUE value IS 218 (85.55% from 255) = 42.25%
R=31.59%
G=26.16%
B=42.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1631352180.250.3800.15260.2452.8769.22
HexA387DA19260F1043545
Octal243207332314601740465105
Binary10100011100001111101101011001100110011111000001001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A387DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A387DA; }

 p { color: rgb(163,135,218); }

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

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

 a { background-color: rgb(163,135,218); }

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

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

 span { border-color: rgb(163,135,218); }

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