#AA9BF9

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

Shades of Biloba Flower #AA9BF9

Tints of Biloba Flower #AA9BF9

Color information

#AA9BF9 (or 0xAA9BF9) is unknown color: approx Biloba Flower. HEX triplet: AA, 9B and F9. RGB value is (170,155,249). Sum of RGB (Red+Green+Blue) = 170+155+249=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 249 (97.66% from 255 or 43.38% from 574); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA9BF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9BF9 is #556406. Grayscale: #A9A9A9. Windows color (decimal): -5596167 or 16358314. OLE color: 16358314.

HSL color Cylindrical-coordinate representation of color #AA9BF9: hue angle of 249.57º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA9BF9 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170155249-
CMYK0.320.3800.02
HSL249.57º88.68%79.22%-
HSV(B)249.57º37.75%97.65%-
XYZ45.438.8394.72-
YUV170.2172.47127.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.62%
GREEN value IS 155 (60.94% from 255) = 27.00%
BLUE value IS 249 (97.66% from 255) = 43.38%
R=29.62%
G=27.00%
B=43.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701552490.320.3800.02249.5788.6879.22
HexAA9BF9202602fa594f
Octal252233371404602372131117
Binary1010101010011011111110011000001001100101111101010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9BF9; }

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

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

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

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

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

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

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

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