#A697DE

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

Shades of Biloba Flower #A697DE

Tints of Biloba Flower #A697DE

Color information

#A697DE (or 0xA697DE) is unknown color: approx Biloba Flower. HEX triplet: A6, 97 and DE. RGB value is (166,151,222). Sum of RGB (Red+Green+Blue) = 166+151+222=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 151 (59.38% from 255 or 28.01% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #A697DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A697DE is #596821. Grayscale: #A3A3A3. Windows color (decimal): -5859362 or 14587814. OLE color: 14587814.

HSL color Cylindrical-coordinate representation of color #A697DE: hue angle of 252.68º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A697DE is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166151222-
CMYK0.250.3200.13
HSL252.68º51.82%73.14%-
HSV(B)252.68º31.98%87.06%-
XYZ39.9835.5173.86-
YUV163.58160.97129.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.80%
GREEN value IS 151 (59.38% from 255) = 28.01%
BLUE value IS 222 (87.11% from 255) = 41.19%
R=30.80%
G=28.01%
B=41.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661512220.250.3200.13252.6851.8273.14
HexA697DE19200Dfd3449
Octal246227336314001537564111
Binary1010011010010111110111101100110000001101111111011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A697DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A697DE; }

 p { color: rgb(166,151,222); }

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

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

 a { background-color: rgb(166,151,222); }

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

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

 span { border-color: rgb(166,151,222); }

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