#AA9AB9

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

Shades of East Side #AA9AB9

Tints of East Side #AA9AB9

Color information

#AA9AB9 (or 0xAA9AB9) is unknown color: approx East Side. HEX triplet: AA, 9A and B9. RGB value is (170,154,185). Sum of RGB (Red+Green+Blue) = 170+154+185=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA9AB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9AB9 is #556546. Grayscale: #A2A2A2. Windows color (decimal): -5596487 or 12163754. OLE color: 12163754.

HSL color Cylindrical-coordinate representation of color #AA9AB9: hue angle of 270.97º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AA9AB9 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170154185-
CMYK0.080.1700.27
HSL270.97º18.13%66.47%-
HSV(B)270.97º16.76%72.55%-
XYZ36.8935.1650.74-
YUV162.32140.8133.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 154 (60.55% from 255) = 30.26%
BLUE value IS 185 (72.66% from 255) = 36.35%
R=33.40%
G=30.26%
B=36.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701541850.080.1700.27270.9718.1366.47
HexAA9AB981101B10f1242
Octal252232271102103341722102
Binary101010101001101010111001100010001011011100001111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9AB9; }

 p { color: rgb(170,154,185); }

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

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

 a { background-color: rgb(170,154,185); }

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

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

 span { border-color: rgb(170,154,185); }

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