#AA9ADE

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

Shades of Biloba Flower #AA9ADE

Tints of Biloba Flower #AA9ADE

Color information

#AA9ADE (or 0xAA9ADE) is unknown color: approx Biloba Flower. HEX triplet: AA, 9A and DE. RGB value is (170,154,222). Sum of RGB (Red+Green+Blue) = 170+154+222=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA9ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9ADE is #556521. Grayscale: #A6A6A6. Windows color (decimal): -5596450 or 14588586. OLE color: 14588586.

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

Color convert

RGB170154222-
CMYK0.230.3100.13
HSL254.12º50.75%73.73%-
HSV(B)254.12º30.63%87.06%-
XYZ41.3236.9374.06-
YUV166.54159.3130.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.14%
GREEN value IS 154 (60.55% from 255) = 28.21%
BLUE value IS 222 (87.11% from 255) = 40.66%
R=31.14%
G=28.21%
B=40.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701542220.230.3100.13254.1250.7573.73
HexAA9ADE171F0Dfe334a
Octal252232336273701537663112
Binary101010101001101011011110101111111101101111111101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9ADE; }

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

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

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

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

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

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

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

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