#AA9BB4

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

Shades of East Side #AA9BB4

Tints of East Side #AA9BB4

Color information

#AA9BB4 (or 0xAA9BB4) is unknown color: approx East Side. HEX triplet: AA, 9B and B4. RGB value is (170,155,180). Sum of RGB (Red+Green+Blue) = 170+155+180=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA9BB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BB4 is #55644B. Grayscale: #A2A2A2. Windows color (decimal): -5596236 or 11836330. OLE color: 11836330.

HSL color Cylindrical-coordinate representation of color #AA9BB4: hue angle of 276º 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 #AA9BB4 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB170155180-
CMYK0.060.1400.29
HSL276º14.29%65.69%-
HSV(B)276º13.89%70.59%-
XYZ36.5435.2848.06-
YUV162.34137.97133.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 155 (60.94% from 255) = 30.69%
BLUE value IS 180 (70.70% from 255) = 35.64%
R=33.66%
G=30.69%
B=35.64%

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
Decimal1701551800.060.1400.2927614.2965.69
HexAA9BB46E01D114e42
Octal25223326461603542416102
Binary101010101001101110110100110111001110110001010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9BB4; }

 p { color: rgb(170,155,180); }

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

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

 a { background-color: rgb(170,155,180); }

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

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

 span { border-color: rgb(170,155,180); }

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