Html Css Color HEX #A689EC Biloba Flower

📋 copy color: '#A689EC'

red 166 ◦ green 137 ◦ blue 236

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

Shades of Biloba Flower #A689EC

Tints of Biloba Flower #A689EC

RGB

 RED value IS 166 (65.23% from 255) = 30.8%

 GREEN value IS 137 (53.91% from 255) = 25.42%

 BLUE value IS 236 (92.58% from 255) = 43.78%

R = 30.8%
G = 25.42%
B = 43.78%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A689EC (or 0xA689EC) is known color: Biloba Flower. HEX triplet: A6, 89 and EC. RGB value is (166,137,236). Sum of RGB (Red+Green+Blue) = 166+137+236=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 137 (53.91% from 255 or 25.42% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #A689EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A689EC is #597613. Grayscale: #9C9C9C. Windows color (decimal): -5862932 or 15501734. OLE color: 15501734.

HSL color Cylindrical-coordinate representation of color #A689EC: hue angle of 257.58º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A689EC is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 137 236 -
CMYK 0.30 0.42 0 0.07
HSL 257.58º 0.72% 0.73% -
HSV(B) 257.58º 0.42% 0.93% -
XYZ 39.81 32.05 83.45 -
YUV 156.96 172.61 134.45 -
System Red Green Blue C M Y K H S L
Decimal 166 137 236 0.30 0.42 0 0.07 257.58 0.72 0.73
Hex A6 89 EC 1E 2A 0 7 102 48 49
Octal 246 211 354 36 52 0 7 402 110 111
Binary 10100110 10001001 11101100 11110 101010 0 111 100000010 1001000 1001001

Color Harmonies of #A689EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A689EC

Black with #A689EC

Text Example


Text Example

White with #A689EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A689EC; }

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

 H1.HeaderClassName
 {
   color: #A689EC;
 }
 .AnyTagClassName
 {
   color: #A689EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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