#A697F3

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

Shades of Biloba Flower #A697F3

Tints of Biloba Flower #A697F3

Color information

#A697F3 (or 0xA697F3) is unknown color: approx Biloba Flower. HEX triplet: A6, 97 and F3. RGB value is (166,151,243). Sum of RGB (Red+Green+Blue) = 166+151+243=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 151 (59.38% from 255 or 26.96% from 560); Blue value is 243 (95.31% from 255 or 43.39% from 560); Max value from RGB is 243 - color contains mainly: blue. Hex color #A697F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A697F3 is #59680C. Grayscale: #A5A5A5. Windows color (decimal): -5859341 or 15964070. OLE color: 15964070.

HSL color Cylindrical-coordinate representation of color #A697F3: hue angle of 249.78º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A697F3 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB166151243-
CMYK0.320.3800.05
HSL249.78º79.31%77.25%-
HSV(B)249.78º37.86%95.29%-
XYZ42.9736.7189.62-
YUV165.97171.47128.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.64%
GREEN value IS 151 (59.38% from 255) = 26.96%
BLUE value IS 243 (95.31% from 255) = 43.39%
R=29.64%
G=26.96%
B=43.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1661512430.320.3800.05249.7879.3177.25
HexA697F3202605fa4f4d
Octal246227363404605372117115
Binary10100110100101111111001110000010011001011111101010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A697F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A697F3; }

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

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

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

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

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

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

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

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