#AA9AC2

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

Shades of Biloba Flower #AA9AC2

Tints of Biloba Flower #AA9AC2

Color information

#AA9AC2 (or 0xAA9AC2) is unknown color: approx Biloba Flower. HEX triplet: AA, 9A and C2. RGB value is (170,154,194). Sum of RGB (Red+Green+Blue) = 170+154+194=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 194 - color contains mainly: blue. Hex color #AA9AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9AC2 is #55653D. Grayscale: #A3A3A3. Windows color (decimal): -5596478 or 12753578. OLE color: 12753578.

HSL color Cylindrical-coordinate representation of color #AA9AC2: hue angle of 264º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA9AC2 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170154194-
CMYK0.120.2100.24
HSL264º24.69%68.24%-
HSV(B)264º20.62%76.08%-
XYZ37.8735.5555.91-
YUV163.34145.3132.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 154 (60.55% from 255) = 29.73%
BLUE value IS 194 (76.17% from 255) = 37.45%
R=32.82%
G=29.73%
B=37.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701541940.120.2100.2426424.6968.24
HexAA9AC2C150181081944
Octal252232302142503041031104
Binary101010101001101011000010110010101011000100001000110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9AC2; }

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

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

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

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

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

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

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

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