#AA90DB

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

Shades of Biloba Flower #AA90DB

Tints of Biloba Flower #AA90DB

Color information

#AA90DB (or 0xAA90DB) is unknown color: approx Biloba Flower. HEX triplet: AA, 90 and DB. RGB value is (170,144,219). Sum of RGB (Red+Green+Blue) = 170+144+219=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA90DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA90DB is #556F24. Grayscale: #A0A0A0. Windows color (decimal): -5599013 or 14389418. OLE color: 14389418.

HSL color Cylindrical-coordinate representation of color #AA90DB: hue angle of 260.8º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA90DB is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170144219-
CMYK0.220.3400.14
HSL260.8º51.02%71.18%-
HSV(B)260.8º34.25%85.88%-
XYZ39.3433.6171.43-
YUV160.32161.11134.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 144 (56.64% from 255) = 27.02%
BLUE value IS 219 (85.94% from 255) = 41.09%
R=31.89%
G=27.02%
B=41.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701442190.220.3400.14260.851.0271.18
HexAA90DB16220E1053347
Octal252220333264201640563107
Binary10101010100100001101101110110100010011101000001011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA90DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA90DB; }

 p { color: rgb(170,144,219); }

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

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

 a { background-color: rgb(170,144,219); }

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

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

 span { border-color: rgb(170,144,219); }

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