#AA9DDF

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

Shades of Biloba Flower #AA9DDF

Tints of Biloba Flower #AA9DDF

Color information

#AA9DDF (or 0xAA9DDF) is unknown color: approx Biloba Flower. HEX triplet: AA, 9D and DF. RGB value is (170,157,223). Sum of RGB (Red+Green+Blue) = 170+157+223=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA9DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DDF is #556220. Grayscale: #A8A8A8. Windows color (decimal): -5595681 or 14654890. OLE color: 14654890.

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

Color convert

RGB170157223-
CMYK0.240.3000.13
HSL251.82º50.77%74.51%-
HSV(B)251.82º29.6%87.45%-
XYZ41.9537.9974.93-
YUV168.41158.81129.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.91%
GREEN value IS 157 (61.72% from 255) = 28.55%
BLUE value IS 223 (87.5% from 255) = 40.55%
R=30.91%
G=28.55%
B=40.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701572230.240.3000.13251.8250.7774.51
HexAA9DDF181E0Dfc334b
Octal252235337303601537463113
Binary101010101001110111011111110001111001101111111001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9DDF; }

 p { color: rgb(170,157,223); }

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

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

 a { background-color: rgb(170,157,223); }

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

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

 span { border-color: rgb(170,157,223); }

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