Html Css Color HEX #A686DC Biloba Flower

📋 copy color: '#A686DC'

red 166 ◦ green 134 ◦ blue 220

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

Shades of Biloba Flower #A686DC

Tints of Biloba Flower #A686DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.31%

R = 31.92%
G = 25.77%
B = 42.31%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A686DC (or 0xA686DC) is known color: Biloba Flower. HEX triplet: A6, 86 and DC. RGB value is (166,134,220). Sum of RGB (Red+Green+Blue) = 166+134+220=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #A686DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A686DC is #597923. Grayscale: #999999. Windows color (decimal): -5863716 or 14452390. OLE color: 14452390.

HSL color Cylindrical-coordinate representation of color #A686DC: hue angle of 262.33º degrees, saturation: 0.55, 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 #A686DC is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 134 220 -
CMYK 0.25 0.39 0 0.14
HSL 262.33º 0.55% 0.69% -
HSV(B) 262.33º 0.39% 0.86% -
XYZ 37.17 30.32 71.6 -
YUV 153.37 165.6 137.01 -
System Red Green Blue C M Y K H S L
Decimal 166 134 220 0.25 0.39 0 0.14 262.33 0.55 0.69
Hex A6 86 DC 19 27 0 E 106 37 45
Octal 246 206 334 31 47 0 16 406 67 105
Binary 10100110 10000110 11011100 11001 100111 0 1110 100000110 110111 1000101

Color Harmonies of #A686DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A686DC

Black with #A686DC

Text Example


Text Example

White with #A686DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A686DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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