#A689D6

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

Shades of Biloba Flower #A689D6

Tints of Biloba Flower #A689D6

Color information

#A689D6 (or 0xA689D6) is unknown color: approx Biloba Flower. HEX triplet: A6, 89 and D6. RGB value is (166,137,214). Sum of RGB (Red+Green+Blue) = 166+137+214=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 214 (83.98% from 255 or 41.39% from 517); Max value from RGB is 214 - color contains mainly: blue. Hex color #A689D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A689D6 is #597629. Grayscale: #9A9A9A. Windows color (decimal): -5862954 or 14059942. OLE color: 14059942.

HSL color Cylindrical-coordinate representation of color #A689D6: hue angle of 262.6º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A689D6 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB166137214-
CMYK0.220.3600.16
HSL262.6º48.43%68.82%-
HSV(B)262.6º35.98%83.92%-
XYZ36.8130.8567.63-
YUV154.45161.61136.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.11%
GREEN value IS 137 (53.91% from 255) = 26.50%
BLUE value IS 214 (83.98% from 255) = 41.39%
R=32.11%
G=26.50%
B=41.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1661372140.220.3600.16262.648.4368.82
HexA689D616240101073045
Octal246211326264402040760105
Binary101001101000100111010110101101001000100001000001111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A689D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A689D6; }

 p { color: rgb(166,137,214); }

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

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

 a { background-color: rgb(166,137,214); }

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

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

 span { border-color: rgb(166,137,214); }

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