#AAA1BB

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

Shades of Biloba Flower #AAA1BB

Tints of Biloba Flower #AAA1BB

Color information

#AAA1BB (or 0xAAA1BB) is unknown color: approx Biloba Flower. HEX triplet: AA, A1 and BB. RGB value is (170,161,187). Sum of RGB (Red+Green+Blue) = 170+161+187=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 187 - color contains mainly: blue. Hex color #AAA1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA1BB is #555E44. Grayscale: #A6A6A6. Windows color (decimal): -5594693 or 12296618. OLE color: 12296618.

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

Color convert

RGB170161187-
CMYK0.090.1400.27
HSL260.77º16.05%68.24%-
HSV(B)260.77º13.9%73.33%-
XYZ38.2937.6252.26-
YUV166.66139.48130.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 161 (63.28% from 255) = 31.08%
BLUE value IS 187 (73.44% from 255) = 36.10%
R=32.82%
G=31.08%
B=36.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701611870.090.1400.27260.7716.0568.24
HexAAA1BB9E01B1051044
Octal252241273111603340520104
Binary10101010101000011011101110011110011011100000101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA1BB; }

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

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

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

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

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

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

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

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