#A686E4

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

Shades of Biloba Flower #A686E4

Tints of Biloba Flower #A686E4

Color information

#A686E4 (or 0xA686E4) is unknown color: approx Biloba Flower. HEX triplet: A6, 86 and E4. RGB value is (166,134,228). Sum of RGB (Red+Green+Blue) = 166+134+228=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 228 (89.45% from 255 or 43.18% from 528); Max value from RGB is 228 - color contains mainly: blue. Hex color #A686E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A686E4 is #59791B. Grayscale: #999999. Windows color (decimal): -5863708 or 14976678. OLE color: 14976678.

HSL color Cylindrical-coordinate representation of color #A686E4: hue angle of 260.43º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A686E4 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB166134228-
CMYK0.270.4100.11
HSL260.43º63.51%70.98%-
HSV(B)260.43º41.23%89.41%-
XYZ38.2530.7677.32-
YUV154.28169.6136.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.44%
GREEN value IS 134 (52.73% from 255) = 25.38%
BLUE value IS 228 (89.45% from 255) = 43.18%
R=31.44%
G=25.38%
B=43.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1661342280.270.4100.11260.4363.5170.98
HexA686E41B290B1044047
Octal2462063443351013404100107
Binary101001101000011011100100110111010010101110000010010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A686E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A686E4; }

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

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

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

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

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

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

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

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