#A686E9

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

Shades of Biloba Flower #A686E9

Tints of Biloba Flower #A686E9

Color information

#A686E9 (or 0xA686E9) is unknown color: approx Biloba Flower. HEX triplet: A6, 86 and E9. RGB value is (166,134,233). Sum of RGB (Red+Green+Blue) = 166+134+233=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 233 (91.41% from 255 or 43.71% from 533); Max value from RGB is 233 - color contains mainly: blue. Hex color #A686E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A686E9 is #597916. Grayscale: #9A9A9A. Windows color (decimal): -5863703 or 15304358. OLE color: 15304358.

HSL color Cylindrical-coordinate representation of color #A686E9: hue angle of 259.39º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A686E9 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB166134233-
CMYK0.290.4200.09
HSL259.39º69.23%71.96%-
HSV(B)259.39º42.49%91.37%-
XYZ38.9631.0481.03-
YUV154.85172.1135.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.14%
GREEN value IS 134 (52.73% from 255) = 25.14%
BLUE value IS 233 (91.41% from 255) = 43.71%
R=31.14%
G=25.14%
B=43.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1661342330.290.4200.09259.3969.2371.96
HexA686E91D2A091034548
Octal2462063513552011403105110
Binary101001101000011011101001111011010100100110000001110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A686E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A686E9; }

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

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

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

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

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

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

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

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