#AA91B8

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

Shades of East Side #AA91B8

Tints of East Side #AA91B8

Color information

#AA91B8 (or 0xAA91B8) is unknown color: approx East Side. HEX triplet: AA, 91 and B8. RGB value is (170,145,184). Sum of RGB (Red+Green+Blue) = 170+145+184=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA91B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA91B8 is #556E47. Grayscale: #9C9C9C. Windows color (decimal): -5598792 or 12095914. OLE color: 12095914.

HSL color Cylindrical-coordinate representation of color #AA91B8: hue angle of 278.46º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA91B8 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB170145184-
CMYK0.080.2100.28
HSL278.46º21.55%64.51%-
HSV(B)278.46º21.2%72.16%-
XYZ35.3532.2649.71-
YUV156.92143.28137.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.07%
GREEN value IS 145 (57.03% from 255) = 29.06%
BLUE value IS 184 (72.27% from 255) = 36.87%
R=34.07%
G=29.06%
B=36.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701451840.080.2100.28278.4621.5564.51
HexAA91B881501C1161641
Octal252221270102503442626101
Binary101010101001000110111000100010101011100100010110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA91B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA91B8; }

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

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

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

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

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

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

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

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