#AA99FA

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

Shades of Biloba Flower #AA99FA

Tints of Biloba Flower #AA99FA

Color information

#AA99FA (or 0xAA99FA) is unknown color: approx Biloba Flower. HEX triplet: AA, 99 and FA. RGB value is (170,153,250). Sum of RGB (Red+Green+Blue) = 170+153+250=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA99FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA99FA is #556605. Grayscale: #A8A8A8. Windows color (decimal): -5596678 or 16423338. OLE color: 16423338.

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

Color convert

RGB170153250-
CMYK0.320.3900.02
HSL250.52º90.65%79.02%-
HSV(B)250.52º38.8%98.04%-
XYZ45.2238.2395.44-
YUV169.14173.63128.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.67%
GREEN value IS 153 (60.16% from 255) = 26.70%
BLUE value IS 250 (98.05% from 255) = 43.63%
R=29.67%
G=26.70%
B=43.63%

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
Decimal1701532500.320.3900.02250.5290.6579.02
HexAA99FA202702fb5b4f
Octal252231372404702373133117
Binary1010101010011001111110101000001001110101111101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA99FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA99FA; }

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

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

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

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

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

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

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

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