Html Css Color HEX #A689F0 Biloba Flower

📋 copy color: '#A689F0'

red 166 ◦ green 137 ◦ blue 240

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

Shades of Biloba Flower #A689F0

Tints of Biloba Flower #A689F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.2%

R = 30.57%
G = 25.23%
B = 44.2%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A689F0 (or 0xA689F0) is known color: Biloba Flower. HEX triplet: A6, 89 and F0. RGB value is (166,137,240). Sum of RGB (Red+Green+Blue) = 166+137+240=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 137 (53.91% from 255 or 25.23% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #A689F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A689F0 is #59760F. Grayscale: #9D9D9D. Windows color (decimal): -5862928 or 15763878. OLE color: 15763878.

HSL color Cylindrical-coordinate representation of color #A689F0: hue angle of 256.89º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A689F0 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 137 240 -
CMYK 0.31 0.43 0 0.06
HSL 256.89º 0.77% 0.74% -
HSV(B) 256.89º 0.43% 0.94% -
XYZ 40.4 32.29 86.54 -
YUV 157.41 174.61 134.12 -
System Red Green Blue C M Y K H S L
Decimal 166 137 240 0.31 0.43 0 0.06 256.89 0.77 0.74
Hex A6 89 F0 1F 2B 0 6 101 4D 4A
Octal 246 211 360 37 53 0 6 401 115 112
Binary 10100110 10001001 11110000 11111 101011 0 110 100000001 1001101 1001010

Color Harmonies of #A689F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A689F0

Black with #A689F0

Text Example


Text Example

White with #A689F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A689F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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