Html Css Color HEX #A686D2 Biloba Flower

📋 copy color: '#A686D2'

red 166 ◦ green 134 ◦ blue 210

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

Shades of Biloba Flower #A686D2

Tints of Biloba Flower #A686D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.18%

R = 32.55%
G = 26.27%
B = 41.18%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A686D2 (or 0xA686D2) is known color: Biloba Flower. HEX triplet: A6, 86 and D2. RGB value is (166,134,210). Sum of RGB (Red+Green+Blue) = 166+134+210=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 134 (52.73% from 255 or 26.27% from 510); Blue value is 210 (82.42% from 255 or 41.18% from 510); Max value from RGB is 210 - color contains mainly: blue. Hex color #A686D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A686D2 is #59792D. Grayscale: #979797. Windows color (decimal): -5863726 or 13797030. OLE color: 13797030.

HSL color Cylindrical-coordinate representation of color #A686D2: hue angle of 265.26º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A686D2 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 134 210 -
CMYK 0.21 0.36 0 0.18
HSL 265.26º 0.46% 0.67% -
HSV(B) 265.26º 0.36% 0.82% -
XYZ 35.88 29.81 64.84 -
YUV 152.23 160.6 137.82 -
System Red Green Blue C M Y K H S L
Decimal 166 134 210 0.21 0.36 0 0.18 265.26 0.46 0.67
Hex A6 86 D2 15 24 0 12 109 2E 43
Octal 246 206 322 25 44 0 22 411 56 103
Binary 10100110 10000110 11010010 10101 100100 0 10010 100001001 101110 1000011

Color Harmonies of #A686D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A686D2

Black with #A686D2

Text Example


Text Example

White with #A686D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A686D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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