#A697DC

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

Shades of Biloba Flower #A697DC

Tints of Biloba Flower #A697DC

Color information

#A697DC (or 0xA697DC) is unknown color: approx Biloba Flower. HEX triplet: A6, 97 and DC. RGB value is (166,151,220). Sum of RGB (Red+Green+Blue) = 166+151+220=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 151 (59.38% from 255 or 28.12% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #A697DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A697DC is #596823. Grayscale: #A3A3A3. Windows color (decimal): -5859364 or 14456742. OLE color: 14456742.

HSL color Cylindrical-coordinate representation of color #A697DC: hue angle of 253.04º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A697DC is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB166151220-
CMYK0.250.3100.14
HSL253.04º49.64%72.75%-
HSV(B)253.04º31.36%86.27%-
XYZ39.7135.4172.45-
YUV163.35159.97129.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.91%
GREEN value IS 151 (59.38% from 255) = 28.12%
BLUE value IS 220 (86.33% from 255) = 40.97%
R=30.91%
G=28.12%
B=40.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661512200.250.3100.14253.0449.6472.75
HexA697DC191F0Efd3249
Octal246227334313701637562111
Binary101001101001011111011100110011111101110111111011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A697DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A697DC; }

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

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

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

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

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

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

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

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