#AA9BE7

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

Shades of Biloba Flower #AA9BE7

Tints of Biloba Flower #AA9BE7

Color information

#AA9BE7 (or 0xAA9BE7) is unknown color: approx Biloba Flower. HEX triplet: AA, 9B and E7. RGB value is (170,155,231). Sum of RGB (Red+Green+Blue) = 170+155+231=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 231 (90.62% from 255 or 41.55% from 556); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA9BE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9BE7 is #556418. Grayscale: #A7A7A7. Windows color (decimal): -5596185 or 15178666. OLE color: 15178666.

HSL color Cylindrical-coordinate representation of color #AA9BE7: hue angle of 251.84º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA9BE7 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170155231-
CMYK0.260.3300.09
HSL251.84º61.29%75.69%-
HSV(B)251.84º32.9%90.59%-
XYZ42.7237.7680.64-
YUV168.15163.47129.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.58%
GREEN value IS 155 (60.94% from 255) = 27.88%
BLUE value IS 231 (90.62% from 255) = 41.55%
R=30.58%
G=27.88%
B=41.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1701552310.260.3300.09251.8461.2975.69
HexAA9BE71A2109fc3d4c
Octal252233347324101137475114
Binary1010101010011011111001111101010000101001111111001111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9BE7; }

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

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

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

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

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

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

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

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