#AA9CBD

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

Shades of Biloba Flower #AA9CBD

Tints of Biloba Flower #AA9CBD

Color information

#AA9CBD (or 0xAA9CBD) is unknown color: approx Biloba Flower. HEX triplet: AA, 9C and BD. RGB value is (170,156,189). Sum of RGB (Red+Green+Blue) = 170+156+189=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA9CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CBD is #556342. Grayscale: #A3A3A3. Windows color (decimal): -5595971 or 12426410. OLE color: 12426410.

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

Color convert

RGB170156189-
CMYK0.100.1700.26
HSL265.45º20%67.65%-
HSV(B)265.45º17.46%74.12%-
XYZ37.653653.11-
YUV163.95142.14132.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 156 (61.33% from 255) = 30.29%
BLUE value IS 189 (74.22% from 255) = 36.70%
R=33.01%
G=30.29%
B=36.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701561890.100.1700.26265.452067.65
HexAA9CBDA1101A1091444
Octal252234275122103241124104
Binary101010101001110010111101101010001011010100001001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9CBD; }

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

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

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

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

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

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

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

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