#A697CE

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

Shades of Biloba Flower #A697CE

Tints of Biloba Flower #A697CE

Color information

#A697CE (or 0xA697CE) is unknown color: approx Biloba Flower. HEX triplet: A6, 97 and CE. RGB value is (166,151,206). Sum of RGB (Red+Green+Blue) = 166+151+206=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #A697CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A697CE is #596831. Grayscale: #A1A1A1. Windows color (decimal): -5859378 or 13539238. OLE color: 13539238.

HSL color Cylindrical-coordinate representation of color #A697CE: hue angle of 256.36º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A697CE is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB166151206-
CMYK0.190.2700.19
HSL256.36º35.95%70%-
HSV(B)256.36º26.7%80.78%-
XYZ37.9334.763.09-
YUV161.76152.97131.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.74%
GREEN value IS 151 (59.38% from 255) = 28.87%
BLUE value IS 206 (80.86% from 255) = 39.39%
R=31.74%
G=28.87%
B=39.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661512060.190.2700.19256.3635.9570
HexA697CE131B0131002446
Octal246227316233302340044106
Binary10100110100101111100111010011110110100111000000001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A697CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A697CE; }

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

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

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

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

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

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

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

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