#A686EB

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

Shades of Biloba Flower #A686EB

Tints of Biloba Flower #A686EB

Color information

#A686EB (or 0xA686EB) is unknown color: approx Biloba Flower. HEX triplet: A6, 86 and EB. RGB value is (166,134,235). Sum of RGB (Red+Green+Blue) = 166+134+235=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 134 (52.73% from 255 or 25.05% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #A686EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A686EB is #597914. Grayscale: #9A9A9A. Windows color (decimal): -5863701 or 15435430. OLE color: 15435430.

HSL color Cylindrical-coordinate representation of color #A686EB: hue angle of 259.01º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A686EB is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB166134235-
CMYK0.290.4300.08
HSL259.01º71.63%72.35%-
HSV(B)259.01º42.98%92.16%-
XYZ39.2531.1682.54-
YUV155.08173.1135.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.03%
GREEN value IS 134 (52.73% from 255) = 25.05%
BLUE value IS 235 (92.19% from 255) = 43.93%
R=31.03%
G=25.05%
B=43.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1661342350.290.4300.08259.0171.6372.35
HexA686EB1D2B081034848
Octal2462063533553010403110110
Binary101001101000011011101011111011010110100010000001110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A686EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A686EB; }

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

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

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

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

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

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

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

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