#A686DC

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

Shades of Biloba Flower #A686DC

Tints of Biloba Flower #A686DC

Color information

#A686DC (or 0xA686DC) is unknown color: approx 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

RGB166134220-
CMYK0.250.3900.14
HSL262.33º55.13%69.41%-
HSV(B)262.33º39.09%86.27%-
XYZ37.1730.3271.6-
YUV153.37165.6137.01-

RGB Variations

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

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 (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661342200.250.3900.14262.3355.1369.41
HexA686DC19270E1063745
Octal246206334314701640667105
Binary10100110100001101101110011001100111011101000001101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A686DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>