#A697CC

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

Shades of Biloba Flower #A697CC

Tints of Biloba Flower #A697CC

Color information

#A697CC (or 0xA697CC) is unknown color: approx Biloba Flower. HEX triplet: A6, 97 and CC. RGB value is (166,151,204). Sum of RGB (Red+Green+Blue) = 166+151+204=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #A697CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A697CC is #596833. Grayscale: #A1A1A1. Windows color (decimal): -5859380 or 13408166. OLE color: 13408166.

HSL color Cylindrical-coordinate representation of color #A697CC: hue angle of 256.98º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A697CC is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB166151204-
CMYK0.190.2600.2
HSL256.98º34.19%69.61%-
HSV(B)256.98º25.98%80%-
XYZ37.6934.661.82-
YUV161.53151.97131.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.86%
GREEN value IS 151 (59.38% from 255) = 28.98%
BLUE value IS 204 (80.08% from 255) = 39.16%
R=31.86%
G=28.98%
B=39.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1661512040.190.2600.2256.9834.1969.61
HexA697CC131A0141012246
Octal246227314233202440142106
Binary10100110100101111100110010011110100101001000000011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A697CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A697CC; }

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

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

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

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

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

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

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

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