#AA9CB5

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

Shades of East Side #AA9CB5

Tints of East Side #AA9CB5

Color information

#AA9CB5 (or 0xAA9CB5) is unknown color: approx East Side. HEX triplet: AA, 9C and B5. RGB value is (170,156,181). Sum of RGB (Red+Green+Blue) = 170+156+181=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA9CB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CB5 is #55634A. Grayscale: #A2A2A2. Windows color (decimal): -5595979 or 11902122. OLE color: 11902122.

HSL color Cylindrical-coordinate representation of color #AA9CB5: hue angle of 273.6º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AA9CB5 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB170156181-
CMYK0.060.1400.29
HSL273.6º14.45%66.08%-
HSV(B)273.6º13.81%70.98%-
XYZ36.8135.6648.66-
YUV163.04138.14132.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 156 (61.33% from 255) = 30.77%
BLUE value IS 181 (71.09% from 255) = 35.70%
R=33.53%
G=30.77%
B=35.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701561810.060.1400.29273.614.4566.08
HexAA9CB56E01D112e42
Octal25223426561603542216102
Binary101010101001110010110101110111001110110001001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9CB5; }

 p { color: rgb(170,156,181); }

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

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

 a { background-color: rgb(170,156,181); }

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

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

 span { border-color: rgb(170,156,181); }

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