#A686DB

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

Shades of Biloba Flower #A686DB

Tints of Biloba Flower #A686DB

Color information

#A686DB (or 0xA686DB) is unknown color: approx Biloba Flower. HEX triplet: A6, 86 and DB. RGB value is (166,134,219). Sum of RGB (Red+Green+Blue) = 166+134+219=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #A686DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A686DB is #597924. Grayscale: #989898. Windows color (decimal): -5863717 or 14386854. OLE color: 14386854.

HSL color Cylindrical-coordinate representation of color #A686DB: hue angle of 262.59º 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 #A686DB is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB166134219-
CMYK0.240.3900.14
HSL262.59º54.14%69.22%-
HSV(B)262.59º38.81%85.88%-
XYZ37.0430.2770.91-
YUV153.26165.1137.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.98%
GREEN value IS 134 (52.73% from 255) = 25.82%
BLUE value IS 219 (85.94% from 255) = 42.20%
R=31.98%
G=25.82%
B=42.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661342190.240.3900.14262.5954.1469.22
HexA686DB18270E1073645
Octal246206333304701640766105
Binary10100110100001101101101111000100111011101000001111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A686DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A686DB; }

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

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

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

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

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

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

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

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