#A386DB

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

Shades of Biloba Flower #A386DB

Tints of Biloba Flower #A386DB

Color information

#A386DB (or 0xA386DB) is unknown color: approx Biloba Flower. HEX triplet: A3, 86 and DB. RGB value is (163,134,219). Sum of RGB (Red+Green+Blue) = 163+134+219=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #A386DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A386DB is #5C7924. Grayscale: #989898. Windows color (decimal): -6060325 or 14386851. OLE color: 14386851.

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

Color convert

RGB163134219-
CMYK0.260.3900.14
HSL260.47º54.14%69.22%-
HSV(B)260.47º38.81%85.88%-
XYZ36.4229.9570.88-
YUV152.36165.61135.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.59%
GREEN value IS 134 (52.73% from 255) = 25.97%
BLUE value IS 219 (85.94% from 255) = 42.44%
R=31.59%
G=25.97%
B=42.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1631342190.260.3900.14260.4754.1469.22
HexA386DB1A270E1043645
Octal243206333324701640466105
Binary10100011100001101101101111010100111011101000001001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A386DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A386DB; }

 p { color: rgb(163,134,219); }

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

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

 a { background-color: rgb(163,134,219); }

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

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

 span { border-color: rgb(163,134,219); }

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