#AA90BE

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

Shades of East Side #AA90BE

Tints of East Side #AA90BE

Color information

#AA90BE (or 0xAA90BE) is unknown color: approx East Side. HEX triplet: AA, 90 and BE. RGB value is (170,144,190). Sum of RGB (Red+Green+Blue) = 170+144+190=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA90BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA90BE is #556F41. Grayscale: #9C9C9C. Windows color (decimal): -5599042 or 12488874. OLE color: 12488874.

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

Color convert

RGB170144190-
CMYK0.110.2400.25
HSL273.91º26.14%65.49%-
HSV(B)273.91º24.21%74.51%-
XYZ35.8532.2153.04-
YUV157.02146.61137.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 144 (56.64% from 255) = 28.57%
BLUE value IS 190 (74.61% from 255) = 37.70%
R=33.73%
G=28.57%
B=37.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701441900.110.2400.25273.9126.1465.49
HexAA90BEB180191121a41
Octal252220276133003142232101
Binary101010101001000010111110101111000011001100010010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA90BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA90BE; }

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

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

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

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

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

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

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

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