Html Css Color HEX #A686D7 Biloba Flower

📋 copy color: '#A686D7'

red 166 ◦ green 134 ◦ blue 215

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

Shades of Biloba Flower #A686D7

Tints of Biloba Flower #A686D7

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.02%

 BLUE value IS 215 (84.38% from 255) = 41.75%

R = 32.23%
G = 26.02%
B = 41.75%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A686D7 (or 0xA686D7) is known color: Biloba Flower. HEX triplet: A6, 86 and D7. RGB value is (166,134,215). Sum of RGB (Red+Green+Blue) = 166+134+215=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 215 (84.38% from 255 or 41.75% from 515); Max value from RGB is 215 - color contains mainly: blue. Hex color #A686D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A686D7 is #597928. Grayscale: #989898. Windows color (decimal): -5863721 or 14124710. OLE color: 14124710.

HSL color Cylindrical-coordinate representation of color #A686D7: hue angle of 263.7º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A686D7 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 134 215 -
CMYK 0.23 0.38 0 0.16
HSL 263.7º 0.5% 0.68% -
HSV(B) 263.7º 0.38% 0.84% -
XYZ 36.52 30.06 68.17 -
YUV 152.8 163.1 137.41 -
System Red Green Blue C M Y K H S L
Decimal 166 134 215 0.23 0.38 0 0.16 263.7 0.5 0.68
Hex A6 86 D7 17 26 0 10 108 32 44
Octal 246 206 327 27 46 0 20 410 62 104
Binary 10100110 10000110 11010111 10111 100110 0 10000 100001000 110010 1000100

Color Harmonies of #A686D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A686D7

Black with #A686D7

Text Example


Text Example

White with #A686D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A686D7; }

 p { color: rgb(166,134,215); }

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

background-color css

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

 a { background-color: rgb(166,134,215); }

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

border-color css

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

 span { border-color: rgb(166,134,215); }

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