#A997DE

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

Shades of Biloba Flower #A997DE

Tints of Biloba Flower #A997DE

Color information

#A997DE (or 0xA997DE) is unknown color: approx Biloba Flower. HEX triplet: A9, 97 and DE. RGB value is (169,151,222). Sum of RGB (Red+Green+Blue) = 169+151+222=542 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.18% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #A997DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997DE is #566821. Grayscale: #A4A4A4. Windows color (decimal): -5662754 or 14587817. OLE color: 14587817.

HSL color Cylindrical-coordinate representation of color #A997DE: hue angle of 255.21º degrees, saturation: 0.52, 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 #A997DE is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169151222-
CMYK0.240.3200.13
HSL255.21º51.82%73.14%-
HSV(B)255.21º31.98%87.06%-
XYZ40.6135.8473.88-
YUV164.48160.46131.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.18%
GREEN value IS 151 (59.38% from 255) = 27.86%
BLUE value IS 222 (87.11% from 255) = 40.96%
R=31.18%
G=27.86%
B=40.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691512220.240.3200.13255.2151.8273.14
HexA997DE18200Dff3449
Octal251227336304001537764111
Binary1010100110010111110111101100010000001101111111111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A997DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A997DE; }

 p { color: rgb(169,151,222); }

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

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

 a { background-color: rgb(169,151,222); }

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

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

 span { border-color: rgb(169,151,222); }

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