Html Css Color HEX #A686DB Biloba Flower

📋 copy color: '#A686DB'

red 166 ◦ green 134 ◦ blue 219

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

Shades of Biloba Flower #A686DB

Tints of Biloba Flower #A686DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.2%

R = 31.98%
G = 25.82%
B = 42.2%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A686DB (or 0xA686DB) is known color: Biloba Flower. HEX triplet: A6, 86 and DB. RGB value is (166,134,219). Sum of RGB (Red+Green+Blue) = 166+134+219=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #A686DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A686DB is #597924. Grayscale: #989898. Windows color (decimal): -5863717 or 14386854. OLE color: 14386854.

HSL color Cylindrical-coordinate representation of color #A686DB: hue angle of 262.59º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A686DB is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 134 219 -
CMYK 0.24 0.39 0 0.14
HSL 262.59º 0.54% 0.69% -
HSV(B) 262.59º 0.39% 0.86% -
XYZ 37.04 30.27 70.91 -
YUV 153.26 165.1 137.09 -
System Red Green Blue C M Y K H S L
Decimal 166 134 219 0.24 0.39 0 0.14 262.59 0.54 0.69
Hex A6 86 DB 18 27 0 E 107 36 45
Octal 246 206 333 30 47 0 16 407 66 105
Binary 10100110 10000110 11011011 11000 100111 0 1110 100000111 110110 1000101

Color Harmonies of #A686DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A686DB

Black with #A686DB

Text Example


Text Example

White with #A686DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A686DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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