#A697EA

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

Shades of Biloba Flower #A697EA

Tints of Biloba Flower #A697EA

Color information

#A697EA (or 0xA697EA) is unknown color: approx Biloba Flower. HEX triplet: A6, 97 and EA. RGB value is (166,151,234). Sum of RGB (Red+Green+Blue) = 166+151+234=551 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.13% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #A697EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A697EA is #596815. Grayscale: #A4A4A4. Windows color (decimal): -5859350 or 15374246. OLE color: 15374246.

HSL color Cylindrical-coordinate representation of color #A697EA: hue angle of 250.84º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A697EA is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB166151234-
CMYK0.290.3500.08
HSL250.84º66.4%75.49%-
HSV(B)250.84º35.47%91.76%-
XYZ41.6436.1882.63-
YUV164.95166.97128.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.13%
GREEN value IS 151 (59.38% from 255) = 27.40%
BLUE value IS 234 (91.80% from 255) = 42.47%
R=30.13%
G=27.40%
B=42.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1661512340.290.3500.08250.8466.475.49
HexA697EA1D2308fb424b
Octal2462273523543010373102113
Binary10100110100101111110101011101100011010001111101110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A697EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A697EA; }

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

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

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

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

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

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

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

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