Html Css Color HEX #A689EB Biloba Flower

📋 copy color: '#A689EB'

red 166 ◦ green 137 ◦ blue 235

#A689EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #A689EB

Tints of Biloba Flower #A689EB

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 value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A689EB (or 0xA689EB) is known color: 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

RGB 166 137 235 -
CMYK 0.29 0.42 0 0.08
HSL 257.76º 0.71% 0.73% -
HSV(B) 257.76º 0.42% 0.92% -
XYZ 39.67 32 82.68 -
YUV 156.84 172.11 134.53 -
System Red Green Blue C M Y K H S L
Decimal 166 137 235 0.29 0.42 0 0.08 257.76 0.71 0.73
Hex A6 89 EB 1D 2A 0 8 102 47 49
Octal 246 211 353 35 52 0 10 402 107 111
Binary 10100110 10001001 11101011 11101 101010 0 1000 100000010 1000111 1001001

Color Harmonies of #A689EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A689EB

Black with #A689EB

Text Example


Text Example

White with #A689EB

Text Example


Text Example

HTML Codes & Css Web 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>