#AAA2BB

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

Shades of Biloba Flower #AAA2BB

Tints of Biloba Flower #AAA2BB

Color information

#AAA2BB (or 0xAAA2BB) is unknown color: approx Biloba Flower. HEX triplet: AA, A2 and BB. RGB value is (170,162,187). Sum of RGB (Red+Green+Blue) = 170+162+187=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 187 - color contains mainly: blue. Hex color #AAA2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA2BB is #555D44. Grayscale: #A7A7A7. Windows color (decimal): -5594437 or 12296874. OLE color: 12296874.

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

Color convert

RGB170162187-
CMYK0.090.1300.27
HSL259.2º15.53%68.43%-
HSV(B)259.2º13.37%73.33%-
XYZ38.4737.9752.32-
YUV167.24139.15129.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.76%
GREEN value IS 162 (63.67% from 255) = 31.21%
BLUE value IS 187 (73.44% from 255) = 36.03%
R=32.76%
G=31.21%
B=36.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701621870.090.1300.27259.215.5368.43
HexAAA2BB9D01B1031044
Octal252242273111503340320104
Binary10101010101000101011101110011101011011100000011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA2BB; }

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

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

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

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

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

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

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

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