#AA99F9

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

Shades of Biloba Flower #AA99F9

Tints of Biloba Flower #AA99F9

Color information

#AA99F9 (or 0xAA99F9) is unknown color: approx Biloba Flower. HEX triplet: AA, 99 and F9. RGB value is (170,153,249). Sum of RGB (Red+Green+Blue) = 170+153+249=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 249 (97.66% from 255 or 43.53% from 572); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA99F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA99F9 is #556606. Grayscale: #A8A8A8. Windows color (decimal): -5596679 or 16357802. OLE color: 16357802.

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

Color convert

RGB170153249-
CMYK0.320.3900.02
HSL250.62º88.89%78.82%-
HSV(B)250.62º38.55%97.65%-
XYZ45.0738.1794.61-
YUV169.03173.13128.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.72%
GREEN value IS 153 (60.16% from 255) = 26.75%
BLUE value IS 249 (97.66% from 255) = 43.53%
R=29.72%
G=26.75%
B=43.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701532490.320.3900.02250.6288.8978.82
HexAA99F9202702fb594f
Octal252231371404702373131117
Binary1010101010011001111110011000001001110101111101110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA99F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA99F9; }

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

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

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

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

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

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

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

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