#AA9FBB

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

Shades of Biloba Flower #AA9FBB

Tints of Biloba Flower #AA9FBB

Color information

#AA9FBB (or 0xAA9FBB) is unknown color: approx Biloba Flower. HEX triplet: AA, 9F and BB. RGB value is (170,159,187). Sum of RGB (Red+Green+Blue) = 170+159+187=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA9FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9FBB is #556044. Grayscale: #A5A5A5. Windows color (decimal): -5595205 or 12296106. OLE color: 12296106.

HSL color Cylindrical-coordinate representation of color #AA9FBB: hue angle of 263.57º degrees, saturation: 0.17, 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 #AA9FBB is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170159187-
CMYK0.090.1500.27
HSL263.57º17.07%67.84%-
HSV(B)263.57º14.97%73.33%-
XYZ37.9536.9352.14-
YUV165.48140.14131.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 159 (62.5% from 255) = 30.81%
BLUE value IS 187 (73.44% from 255) = 36.24%
R=32.95%
G=30.81%
B=36.24%

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
Decimal1701591870.090.1500.27263.5717.0767.84
HexAA9FBB9F01B1081144
Octal252237273111703341021104
Binary10101010100111111011101110011111011011100001000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9FBB; }

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

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

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

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

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

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

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

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