#AA91BE

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

Shades of East Side #AA91BE

Tints of East Side #AA91BE

Color information

#AA91BE (or 0xAA91BE) is unknown color: approx East Side. HEX triplet: AA, 91 and BE. RGB value is (170,145,190). Sum of RGB (Red+Green+Blue) = 170+145+190=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA91BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA91BE is #556E41. Grayscale: #9D9D9D. Windows color (decimal): -5598786 or 12489130. OLE color: 12489130.

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

Color convert

RGB170145190-
CMYK0.110.2400.25
HSL273.33º25.71%65.69%-
HSV(B)273.33º23.68%74.51%-
XYZ3632.5153.09-
YUV157.6146.28136.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 145 (57.03% from 255) = 28.71%
BLUE value IS 190 (74.61% from 255) = 37.62%
R=33.66%
G=28.71%
B=37.62%

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
Decimal1701451900.110.2400.25273.3325.7165.69
HexAA91BEB180191111a42
Octal252221276133003142132102
Binary101010101001000110111110101111000011001100010001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA91BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA91BE; }

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

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

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

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

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

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

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

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