#AA9DBF

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

Shades of Biloba Flower #AA9DBF

Tints of Biloba Flower #AA9DBF

Color information

#AA9DBF (or 0xAA9DBF) is unknown color: approx Biloba Flower. HEX triplet: AA, 9D and BF. RGB value is (170,157,191). Sum of RGB (Red+Green+Blue) = 170+157+191=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA9DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DBF is #556240. Grayscale: #A4A4A4. Windows color (decimal): -5595713 or 12557738. OLE color: 12557738.

HSL color Cylindrical-coordinate representation of color #AA9DBF: hue angle of 262.94º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA9DBF is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170157191-
CMYK0.110.1800.25
HSL262.94º20.99%68.24%-
HSV(B)262.94º17.8%74.9%-
XYZ38.0436.4254.32-
YUV164.76142.81131.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 157 (61.72% from 255) = 30.31%
BLUE value IS 191 (75% from 255) = 36.87%
R=32.82%
G=30.31%
B=36.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701571910.110.1800.25262.9420.9968.24
HexAA9DBFB120191071544
Octal252235277132203140725104
Binary101010101001110110111111101110010011001100000111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9DBF; }

 p { color: rgb(170,157,191); }

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

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

 a { background-color: rgb(170,157,191); }

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

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

 span { border-color: rgb(170,157,191); }

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