#A697DD

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

Shades of Biloba Flower #A697DD

Tints of Biloba Flower #A697DD

Color information

#A697DD (or 0xA697DD) is unknown color: approx Biloba Flower. HEX triplet: A6, 97 and DD. RGB value is (166,151,221). Sum of RGB (Red+Green+Blue) = 166+151+221=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #A697DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A697DD is #596822. Grayscale: #A3A3A3. Windows color (decimal): -5859363 or 14522278. OLE color: 14522278.

HSL color Cylindrical-coordinate representation of color #A697DD: hue angle of 252.86º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A697DD is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166151221-
CMYK0.250.3200.13
HSL252.86º50.72%72.94%-
HSV(B)252.86º31.67%86.67%-
XYZ39.8435.4673.15-
YUV163.47160.47129.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.86%
GREEN value IS 151 (59.38% from 255) = 28.07%
BLUE value IS 221 (86.72% from 255) = 41.08%
R=30.86%
G=28.07%
B=41.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661512210.250.3200.13252.8650.7272.94
HexA697DD19200Dfd3349
Octal246227335314001537563111
Binary1010011010010111110111011100110000001101111111011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A697DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A697DD; }

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

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

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

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

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

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

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

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