#A689EB

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

Shades of Biloba Flower #A689EB

Tints of Biloba Flower #A689EB

Color information

#A689EB (or 0xA689EB) is unknown color: approx Biloba Flower. HEX triplet: A6, 89 and EB. RGB value is (166,137,235). Sum of RGB (Red+Green+Blue) = 166+137+235=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 137 (53.91% from 255 or 25.46% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #A689EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A689EB is #597614. Grayscale: #9C9C9C. Windows color (decimal): -5862933 or 15436198. OLE color: 15436198.

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

Color convert

RGB166137235-
CMYK0.290.4200.08
HSL257.76º71.01%72.94%-
HSV(B)257.76º41.7%92.16%-
XYZ39.673282.68-
YUV156.84172.11134.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.86%
GREEN value IS 137 (53.91% from 255) = 25.46%
BLUE value IS 235 (92.19% from 255) = 43.68%
R=30.86%
G=25.46%
B=43.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1661372350.290.4200.08257.7671.0172.94
HexA689EB1D2A081024749
Octal2462113533552010402107111
Binary101001101000100111101011111011010100100010000001010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A689EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A689EB; }

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

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

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

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

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

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

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

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