#A686D4

Color #A686D4 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #A686D4

Tints of Biloba Flower #A686D4

Color information

#A686D4 (or 0xA686D4) is unknown color: approx Biloba Flower. HEX triplet: A6, 86 and D4. RGB value is (166,134,212). Sum of RGB (Red+Green+Blue) = 166+134+212=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 212 (83.20% from 255 or 41.41% from 512); Max value from RGB is 212 - color contains mainly: blue. Hex color #A686D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A686D4 is #59792B. Grayscale: #989898. Windows color (decimal): -5863724 or 13928102. OLE color: 13928102.

HSL color Cylindrical-coordinate representation of color #A686D4: hue angle of 264.62º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A686D4 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB166134212-
CMYK0.220.3700.17
HSL264.62º47.56%67.84%-
HSV(B)264.62º36.79%83.14%-
XYZ36.1329.9166.16-
YUV152.46161.6137.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.42%
GREEN value IS 134 (52.73% from 255) = 26.17%
BLUE value IS 212 (83.20% from 255) = 41.41%
R=32.42%
G=26.17%
B=41.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1661342120.220.3700.17264.6247.5667.84
HexA686D416250111093044
Octal246206324264502141160104
Binary101001101000011011010100101101001010100011000010011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A686D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A686D4; }

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

 H1.HeaderClassName
 {
   color: #A686D4;
 }
 .AnyTagClassName
 {
   color: #A686D4;
 }
</style>
background-color css

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

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

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

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

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

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