#AA9CBE

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

Shades of Biloba Flower #AA9CBE

Tints of Biloba Flower #AA9CBE

Color information

#AA9CBE (or 0xAA9CBE) is unknown color: approx Biloba Flower. HEX triplet: AA, 9C and BE. RGB value is (170,156,190). Sum of RGB (Red+Green+Blue) = 170+156+190=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA9CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CBE is #556341. Grayscale: #A3A3A3. Windows color (decimal): -5595970 or 12491946. OLE color: 12491946.

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

Color convert

RGB170156190-
CMYK0.110.1800.25
HSL264.71º20.73%67.84%-
HSV(B)264.71º17.89%74.51%-
XYZ37.7636.0453.68-
YUV164.06142.64132.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 156 (61.33% from 255) = 30.23%
BLUE value IS 190 (74.61% from 255) = 36.82%
R=32.95%
G=30.23%
B=36.82%

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
Decimal1701561900.110.1800.25264.7120.7367.84
HexAA9CBEB120191091544
Octal252234276132203141125104
Binary101010101001110010111110101110010011001100001001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9CBE; }

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

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

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

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

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

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

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

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