#AA90BF

Color #AA90BF East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AA90BF

Tints of East Side #AA90BF

Color information

#AA90BF (or 0xAA90BF) is unknown color: approx East Side. HEX triplet: AA, 90 and BF. RGB value is (170,144,191). Sum of RGB (Red+Green+Blue) = 170+144+191=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA90BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA90BF is #556F40. Grayscale: #9C9C9C. Windows color (decimal): -5599041 or 12554410. OLE color: 12554410.

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

Color convert

RGB170144191-
CMYK0.110.2500.25
HSL273.19º26.86%65.69%-
HSV(B)273.19º24.61%74.9%-
XYZ35.9532.2553.62-
YUV157.13147.11137.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 144 (56.64% from 255) = 28.51%
BLUE value IS 191 (75% from 255) = 37.82%
R=33.66%
G=28.51%
B=37.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701441910.110.2500.25273.1926.8665.69
HexAA90BFB190191111b42
Octal252220277133103142133102
Binary101010101001000010111111101111001011001100010001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA90BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA90BF; }

 p { color: rgb(170,144,191); }

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

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

 a { background-color: rgb(170,144,191); }

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

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

 span { border-color: rgb(170,144,191); }

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