#A697DA

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

Shades of Biloba Flower #A697DA

Tints of Biloba Flower #A697DA

Color information

#A697DA (or 0xA697DA) is unknown color: approx Biloba Flower. HEX triplet: A6, 97 and DA. RGB value is (166,151,218). Sum of RGB (Red+Green+Blue) = 166+151+218=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #A697DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A697DA is #596825. Grayscale: #A2A2A2. Windows color (decimal): -5859366 or 14325670. OLE color: 14325670.

HSL color Cylindrical-coordinate representation of color #A697DA: hue angle of 253.43º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A697DA is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB166151218-
CMYK0.240.3100.15
HSL253.43º47.52%72.35%-
HSV(B)253.43º30.73%85.49%-
XYZ39.4535.371.06-
YUV163.12158.97130.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.03%
GREEN value IS 151 (59.38% from 255) = 28.22%
BLUE value IS 218 (85.55% from 255) = 40.75%
R=31.03%
G=28.22%
B=40.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1661512180.240.3100.15253.4347.5272.35
HexA697DA181F0Ffd3048
Octal246227332303701737560110
Binary101001101001011111011010110001111101111111111011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A697DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A697DA; }

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

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

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

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

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

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

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

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