#A697CA

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

Shades of Biloba Flower #A697CA

Tints of Biloba Flower #A697CA

Color information

#A697CA (or 0xA697CA) is unknown color: approx Biloba Flower. HEX triplet: A6, 97 and CA. RGB value is (166,151,202). Sum of RGB (Red+Green+Blue) = 166+151+202=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #A697CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A697CA is #596835. Grayscale: #A1A1A1. Windows color (decimal): -5859382 or 13277094. OLE color: 13277094.

HSL color Cylindrical-coordinate representation of color #A697CA: hue angle of 257.65º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A697CA is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB166151202-
CMYK0.180.2500.21
HSL257.65º32.48%69.22%-
HSV(B)257.65º25.25%79.22%-
XYZ37.4534.560.56-
YUV161.3150.97131.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.98%
GREEN value IS 151 (59.38% from 255) = 29.09%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=31.98%
G=29.09%
B=38.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661512020.180.2500.21257.6532.4869.22
HexA697CA12190151022045
Octal246227312223102540240105
Binary10100110100101111100101010010110010101011000000101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A697CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A697CA; }

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

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

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

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

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

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

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

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