#AA9EBB

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

Shades of Biloba Flower #AA9EBB

Tints of Biloba Flower #AA9EBB

Color information

#AA9EBB (or 0xAA9EBB) is unknown color: approx Biloba Flower. HEX triplet: AA, 9E and BB. RGB value is (170,158,187). Sum of RGB (Red+Green+Blue) = 170+158+187=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA9EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9EBB is #556144. Grayscale: #A4A4A4. Windows color (decimal): -5595461 or 12295850. OLE color: 12295850.

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

Color convert

RGB170158187-
CMYK0.090.1600.27
HSL264.83º17.58%67.65%-
HSV(B)264.83º15.51%73.33%-
XYZ37.7736.5952.08-
YUV164.89140.48131.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 158 (62.11% from 255) = 30.68%
BLUE value IS 187 (73.44% from 255) = 36.31%
R=33.01%
G=30.68%
B=36.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701581870.090.1600.27264.8317.5867.65
HexAA9EBB91001B1091244
Octal252236273112003341122104
Binary101010101001111010111011100110000011011100001001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9EBB; }

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

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

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

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

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

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

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

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