#AA9FBC

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

Shades of Biloba Flower #AA9FBC

Tints of Biloba Flower #AA9FBC

Color information

#AA9FBC (or 0xAA9FBC) is unknown color: approx Biloba Flower. HEX triplet: AA, 9F and BC. RGB value is (170,159,188). Sum of RGB (Red+Green+Blue) = 170+159+188=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA9FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9FBC is #556043. Grayscale: #A5A5A5. Windows color (decimal): -5595204 or 12361642. OLE color: 12361642.

HSL color Cylindrical-coordinate representation of color #AA9FBC: hue angle of 262.76º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AA9FBC is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB170159188-
CMYK0.100.1500.26
HSL262.76º17.79%68.04%-
HSV(B)262.76º15.43%73.73%-
XYZ38.0536.9752.71-
YUV165.6140.64131.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.88%
GREEN value IS 159 (62.5% from 255) = 30.75%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=32.88%
G=30.75%
B=36.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701591880.100.1500.26262.7617.7968.04
HexAA9FBCAF01A1071244
Octal252237274121703240722104
Binary10101010100111111011110010101111011010100000111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9FBC; }

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

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

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

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

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

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

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

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