#A697FF

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

Shades of Biloba Flower #A697FF

Tints of Biloba Flower #A697FF

Color information

#A697FF (or 0xA697FF) is unknown color: approx Biloba Flower. HEX triplet: A6, 97 and FF. RGB value is (166,151,255). Sum of RGB (Red+Green+Blue) = 166+151+255=572 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.02% from 572); Green value is 151 (59.38% from 255 or 26.40% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #A697FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A697FF is #596800. Grayscale: #A6A6A6. Windows color (decimal): -5859329 or 16750502. OLE color: 16750502.

HSL color Cylindrical-coordinate representation of color #A697FF: hue angle of 248.65º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A697FF is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB166151255-
CMYK0.350.4100
HSL248.65º100%79.61%-
HSV(B)248.65º40.78%100%-
XYZ44.8437.4699.47-
YUV167.34177.47127.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.02%
GREEN value IS 151 (59.38% from 255) = 26.40%
BLUE value IS 255 (100% from 255) = 44.58%
R=29.02%
G=26.40%
B=44.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1661512550.350.4100248.6510079.61
HexA697FF232900f96450
Octal246227377435100371144120
Binary101001101001011111111111100011101001001111100111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A697FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A697FF; }

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

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

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

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

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

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

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

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