#AA9BDE

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

Shades of Biloba Flower #AA9BDE

Tints of Biloba Flower #AA9BDE

Color information

#AA9BDE (or 0xAA9BDE) is unknown color: approx Biloba Flower. HEX triplet: AA, 9B and DE. RGB value is (170,155,222). Sum of RGB (Red+Green+Blue) = 170+155+222=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA9BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BDE is #556421. Grayscale: #A6A6A6. Windows color (decimal): -5596194 or 14588842. OLE color: 14588842.

HSL color Cylindrical-coordinate representation of color #AA9BDE: hue angle of 253.43º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA9BDE is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170155222-
CMYK0.230.3000.13
HSL253.43º50.38%73.92%-
HSV(B)253.43º30.18%87.06%-
XYZ41.4837.2674.11-
YUV167.12158.97130.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.08%
GREEN value IS 155 (60.94% from 255) = 28.34%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=31.08%
G=28.34%
B=40.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701552220.230.3000.13253.4350.3873.92
HexAA9BDE171E0Dfd324a
Octal252233336273601537562112
Binary101010101001101111011110101111111001101111111011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9BDE; }

 p { color: rgb(170,155,222); }

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

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

 a { background-color: rgb(170,155,222); }

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

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

 span { border-color: rgb(170,155,222); }

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