#AA9AF9

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

Shades of Biloba Flower #AA9AF9

Tints of Biloba Flower #AA9AF9

Color information

#AA9AF9 (or 0xAA9AF9) is unknown color: approx Biloba Flower. HEX triplet: AA, 9A and F9. RGB value is (170,154,249). Sum of RGB (Red+Green+Blue) = 170+154+249=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 154 (60.55% from 255 or 26.88% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA9AF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9AF9 is #556506. Grayscale: #A9A9A9. Windows color (decimal): -5596423 or 16358058. OLE color: 16358058.

HSL color Cylindrical-coordinate representation of color #AA9AF9: hue angle of 250.11º 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 #AA9AF9 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170154249-
CMYK0.320.3800.02
HSL250.11º88.79%79.02%-
HSV(B)250.11º38.15%97.65%-
XYZ45.2338.594.67-
YUV169.61172.8128.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.67%
GREEN value IS 154 (60.55% from 255) = 26.88%
BLUE value IS 249 (97.66% from 255) = 43.46%
R=29.67%
G=26.88%
B=43.46%

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
Decimal1701542490.320.3800.02250.1188.7979.02
HexAA9AF9202602fa594f
Octal252232371404602372131117
Binary1010101010011010111110011000001001100101111101010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9AF9; }

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

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

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

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

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

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

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

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