#AA9CBF

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

Shades of Biloba Flower #AA9CBF

Tints of Biloba Flower #AA9CBF

Color information

#AA9CBF (or 0xAA9CBF) is unknown color: approx Biloba Flower. HEX triplet: AA, 9C and BF. RGB value is (170,156,191). Sum of RGB (Red+Green+Blue) = 170+156+191=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA9CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CBF is #556340. Grayscale: #A4A4A4. Windows color (decimal): -5595969 or 12557482. OLE color: 12557482.

HSL color Cylindrical-coordinate representation of color #AA9CBF: hue angle of 264º 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 #AA9CBF is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170156191-
CMYK0.110.1800.25
HSL264º21.47%68.04%-
HSV(B)264º18.32%74.9%-
XYZ37.8736.0854.26-
YUV164.18143.14132.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.88%
GREEN value IS 156 (61.33% from 255) = 30.17%
BLUE value IS 191 (75% from 255) = 36.94%
R=32.88%
G=30.17%
B=36.94%

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
Decimal1701561910.110.1800.2526421.4768.04
HexAA9CBFB120191081544
Octal252234277132203141025104
Binary101010101001110010111111101110010011001100001000101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9CBF; }

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

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

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

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

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

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

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

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