#AA99FF

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

Shades of Biloba Flower #AA99FF

Tints of Biloba Flower #AA99FF

Color information

#AA99FF (or 0xAA99FF) is unknown color: approx Biloba Flower. HEX triplet: AA, 99 and FF. RGB value is (170,153,255). Sum of RGB (Red+Green+Blue) = 170+153+255=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA99FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA99FF is #556600. Grayscale: #A9A9A9. Windows color (decimal): -5596673 or 16751018. OLE color: 16751018.

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

Color convert

RGB170153255-
CMYK0.330.400
HSL250º100%80%-
HSV(B)250º40%100%-
XYZ46.0238.5599.62-
YUV169.71176.13128.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.41%
GREEN value IS 153 (60.16% from 255) = 26.47%
BLUE value IS 255 (100% from 255) = 44.12%
R=29.41%
G=26.47%
B=44.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1701532550.330.40025010080
HexAA99FF212800fa6450
Octal252231377415000372144120
Binary101010101001100111111111100001101000001111101011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA99FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA99FF; }

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

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

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

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

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

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

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

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