#AA99FB

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

Shades of Biloba Flower #AA99FB

Tints of Biloba Flower #AA99FB

Color information

#AA99FB (or 0xAA99FB) is unknown color: approx Biloba Flower. HEX triplet: AA, 99 and FB. RGB value is (170,153,251). Sum of RGB (Red+Green+Blue) = 170+153+251=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA99FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA99FB is #556604. Grayscale: #A8A8A8. Windows color (decimal): -5596677 or 16488874. OLE color: 16488874.

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

Color convert

RGB170153251-
CMYK0.320.3900.02
HSL250.41º92.45%79.22%-
HSV(B)250.41º39.04%98.43%-
XYZ45.3838.2996.27-
YUV169.26174.13128.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.62%
GREEN value IS 153 (60.16% from 255) = 26.66%
BLUE value IS 251 (98.44% from 255) = 43.73%
R=29.62%
G=26.66%
B=43.73%

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
Decimal1701532510.320.3900.02250.4192.4579.22
HexAA99FB202702fa5c4f
Octal252231373404702372134117
Binary1010101010011001111110111000001001110101111101010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA99FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA99FB; }

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

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

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

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

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

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

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

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