#AA9EBF

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

Shades of Biloba Flower #AA9EBF

Tints of Biloba Flower #AA9EBF

Color information

#AA9EBF (or 0xAA9EBF) is unknown color: approx Biloba Flower. HEX triplet: AA, 9E and BF. RGB value is (170,158,191). Sum of RGB (Red+Green+Blue) = 170+158+191=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA9EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9EBF is #556140. Grayscale: #A5A5A5. Windows color (decimal): -5595457 or 12557994. OLE color: 12557994.

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

Color convert

RGB170158191-
CMYK0.110.1700.25
HSL261.82º20.5%68.43%-
HSV(B)261.82º17.28%74.9%-
XYZ38.2136.7654.37-
YUV165.35142.48131.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.76%
GREEN value IS 158 (62.11% from 255) = 30.44%
BLUE value IS 191 (75% from 255) = 36.80%
R=32.76%
G=30.44%
B=36.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701581910.110.1700.25261.8220.568.43
HexAA9EBFB110191061444
Octal252236277132103140624104
Binary101010101001111010111111101110001011001100000110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9EBF; }

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

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

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

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

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

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

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

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