#A697E0

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

Shades of Biloba Flower #A697E0

Tints of Biloba Flower #A697E0

Color information

#A697E0 (or 0xA697E0) is unknown color: approx Biloba Flower. HEX triplet: A6, 97 and E0. RGB value is (166,151,224). Sum of RGB (Red+Green+Blue) = 166+151+224=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #A697E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A697E0 is #59681F. Grayscale: #A3A3A3. Windows color (decimal): -5859360 or 14718886. OLE color: 14718886.

HSL color Cylindrical-coordinate representation of color #A697E0: hue angle of 252.33º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A697E0 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB166151224-
CMYK0.260.3300.12
HSL252.33º54.07%73.53%-
HSV(B)252.33º32.59%87.84%-
XYZ40.2535.6275.28-
YUV163.81161.97129.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.68%
GREEN value IS 151 (59.38% from 255) = 27.91%
BLUE value IS 224 (87.89% from 255) = 41.40%
R=30.68%
G=27.91%
B=41.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1661512240.260.3300.12252.3354.0773.53
HexA697E01A210Cfc364a
Octal246227340324101437466112
Binary1010011010010111111000001101010000101100111111001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A697E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A697E0; }

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

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

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

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

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

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

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

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