#AA99FD

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

Shades of Biloba Flower #AA99FD

Tints of Biloba Flower #AA99FD

Color information

#AA99FD (or 0xAA99FD) is unknown color: approx Biloba Flower. HEX triplet: AA, 99 and FD. RGB value is (170,153,253). Sum of RGB (Red+Green+Blue) = 170+153+253=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA99FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA99FD is #556602. Grayscale: #A9A9A9. Windows color (decimal): -5596675 or 16619946. OLE color: 16619946.

HSL color Cylindrical-coordinate representation of color #AA99FD: hue angle of 250.2º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA99FD is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB170153253-
CMYK0.330.4000.01
HSL250.2º96.15%79.61%-
HSV(B)250.2º39.53%99.22%-
XYZ45.738.4297.94-
YUV169.48175.13128.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.51%
GREEN value IS 153 (60.16% from 255) = 26.56%
BLUE value IS 253 (99.22% from 255) = 43.92%
R=29.51%
G=26.56%
B=43.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701532530.330.4000.01250.296.1579.61
HexAA99FD212801fa6050
Octal252231375415001372140120
Binary101010101001100111111101100001101000011111101011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA99FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA99FD; }

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

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

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

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

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

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

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

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