#AA9DC0

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

Shades of Biloba Flower #AA9DC0

Tints of Biloba Flower #AA9DC0

Color information

#AA9DC0 (or 0xAA9DC0) is unknown color: approx Biloba Flower. HEX triplet: AA, 9D and C0. RGB value is (170,157,192). Sum of RGB (Red+Green+Blue) = 170+157+192=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA9DC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DC0 is #55623F. Grayscale: #A4A4A4. Windows color (decimal): -5595712 or 12623274. OLE color: 12623274.

HSL color Cylindrical-coordinate representation of color #AA9DC0: hue angle of 262.29º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA9DC0 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170157192-
CMYK0.110.1800.25
HSL262.29º21.74%68.43%-
HSV(B)262.29º18.23%75.29%-
XYZ38.1536.4754.9-
YUV164.88143.31131.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.76%
GREEN value IS 157 (61.72% from 255) = 30.25%
BLUE value IS 192 (75.39% from 255) = 36.99%
R=32.76%
G=30.25%
B=36.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701571920.110.1800.25262.2921.7468.43
HexAA9DC0B120191061644
Octal252235300132203140626104
Binary101010101001110111000000101110010011001100000110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9DC0; }

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

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

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

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

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

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

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

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