#AA99DA

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

Shades of Biloba Flower #AA99DA

Tints of Biloba Flower #AA99DA

Color information

#AA99DA (or 0xAA99DA) is unknown color: approx Biloba Flower. HEX triplet: AA, 99 and DA. RGB value is (170,153,218). Sum of RGB (Red+Green+Blue) = 170+153+218=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA99DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99DA is #556625. Grayscale: #A5A5A5. Windows color (decimal): -5596710 or 14326186. OLE color: 14326186.

HSL color Cylindrical-coordinate representation of color #AA99DA: hue angle of 255.69º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA99DA is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170153218-
CMYK0.220.3000.15
HSL255.69º46.76%72.75%-
HSV(B)255.69º29.82%85.49%-
XYZ40.6236.3971.21-
YUV165.49157.63131.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.42%
GREEN value IS 153 (60.16% from 255) = 28.28%
BLUE value IS 218 (85.55% from 255) = 40.30%
R=31.42%
G=28.28%
B=40.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701532180.220.3000.15255.6946.7672.75
HexAA99DA161E0F1002f49
Octal252231332263601740057111
Binary1010101010011001110110101011011110011111000000001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA99DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA99DA; }

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

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

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

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

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

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

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

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