#AA9FBA

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

Shades of Biloba Flower #AA9FBA

Tints of Biloba Flower #AA9FBA

Color information

#AA9FBA (or 0xAA9FBA) is unknown color: approx Biloba Flower. HEX triplet: AA, 9F and BA. RGB value is (170,159,186). Sum of RGB (Red+Green+Blue) = 170+159+186=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA9FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9FBA is #556045. Grayscale: #A5A5A5. Windows color (decimal): -5595206 or 12230570. OLE color: 12230570.

HSL color Cylindrical-coordinate representation of color #AA9FBA: hue angle of 264.44º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AA9FBA is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170159186-
CMYK0.090.1500.27
HSL264.44º16.36%67.65%-
HSV(B)264.44º14.52%72.94%-
XYZ37.8436.8951.58-
YUV165.37139.64131.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 159 (62.5% from 255) = 30.87%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=33.01%
G=30.87%
B=36.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701591860.090.1500.27264.4416.3667.65
HexAA9FBA9F01B1081044
Octal252237272111703341020104
Binary10101010100111111011101010011111011011100001000100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9FBA; }

 p { color: rgb(170,159,186); }

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

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

 a { background-color: rgb(170,159,186); }

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

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

 span { border-color: rgb(170,159,186); }

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