#AA9EBE

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

Shades of Biloba Flower #AA9EBE

Tints of Biloba Flower #AA9EBE

Color information

#AA9EBE (or 0xAA9EBE) is unknown color: approx Biloba Flower. HEX triplet: AA, 9E and BE. RGB value is (170,158,190). Sum of RGB (Red+Green+Blue) = 170+158+190=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA9EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9EBE is #556141. Grayscale: #A5A5A5. Windows color (decimal): -5595458 or 12492458. OLE color: 12492458.

HSL color Cylindrical-coordinate representation of color #AA9EBE: hue angle of 262.5º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AA9EBE is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170158190-
CMYK0.110.1700.25
HSL262.5º19.75%68.24%-
HSV(B)262.5º16.84%74.51%-
XYZ38.136.7253.79-
YUV165.24141.98131.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 158 (62.11% from 255) = 30.50%
BLUE value IS 190 (74.61% from 255) = 36.68%
R=32.82%
G=30.50%
B=36.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701581900.110.1700.25262.519.7568.24
HexAA9EBEB110191061444
Octal252236276132103140624104
Binary101010101001111010111110101110001011001100000110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9EBE; }

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

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

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

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

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

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

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

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