#AA91BD

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

Shades of East Side #AA91BD

Tints of East Side #AA91BD

Color information

#AA91BD (or 0xAA91BD) is unknown color: approx East Side. HEX triplet: AA, 91 and BD. RGB value is (170,145,189). Sum of RGB (Red+Green+Blue) = 170+145+189=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA91BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA91BD is #556E42. Grayscale: #9D9D9D. Windows color (decimal): -5598787 or 12423594. OLE color: 12423594.

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

Color convert

RGB170145189-
CMYK0.100.2300.26
HSL274.09º25%65.49%-
HSV(B)274.09º23.28%74.12%-
XYZ35.8932.4752.52-
YUV157.49145.78136.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 145 (57.03% from 255) = 28.77%
BLUE value IS 189 (74.22% from 255) = 37.5%
R=33.73%
G=28.77%
B=37.5%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701451890.100.2300.26274.092565.49
HexAA91BDA1701A1121941
Octal252221275122703242231101
Binary101010101001000110111101101010111011010100010010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA91BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA91BD; }

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

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

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

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

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

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

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

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