#AA9BE1

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

Shades of Biloba Flower #AA9BE1

Tints of Biloba Flower #AA9BE1

Color information

#AA9BE1 (or 0xAA9BE1) is unknown color: approx Biloba Flower. HEX triplet: AA, 9B and E1. RGB value is (170,155,225). Sum of RGB (Red+Green+Blue) = 170+155+225=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 225 (88.28% from 255 or 40.91% from 550); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA9BE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BE1 is #55641E. Grayscale: #A7A7A7. Windows color (decimal): -5596191 or 14785450. OLE color: 14785450.

HSL color Cylindrical-coordinate representation of color #AA9BE1: hue angle of 252.86º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA9BE1 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170155225-
CMYK0.240.3100.12
HSL252.86º53.85%74.51%-
HSV(B)252.86º31.11%88.24%-
XYZ41.8937.4276.25-
YUV167.46160.47129.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.91%
GREEN value IS 155 (60.94% from 255) = 28.18%
BLUE value IS 225 (88.28% from 255) = 40.91%
R=30.91%
G=28.18%
B=40.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1701552250.240.3100.12252.8653.8574.51
HexAA9BE1181F0Cfd364b
Octal252233341303701437566113
Binary101010101001101111100001110001111101100111111011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9BE1; }

 p { color: rgb(170,155,225); }

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

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

 a { background-color: rgb(170,155,225); }

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

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

 span { border-color: rgb(170,155,225); }

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