#AA9BB1

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

Shades of East Side #AA9BB1

Tints of East Side #AA9BB1

Color information

#AA9BB1 (or 0xAA9BB1) is unknown color: approx East Side. HEX triplet: AA, 9B and B1. RGB value is (170,155,177). Sum of RGB (Red+Green+Blue) = 170+155+177=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA9BB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9BB1 is #55644E. Grayscale: #A1A1A1. Windows color (decimal): -5596239 or 11639722. OLE color: 11639722.

HSL color Cylindrical-coordinate representation of color #AA9BB1: hue angle of 280.91º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AA9BB1 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB170155177-
CMYK0.040.1200.31
HSL280.91º12.36%65.1%-
HSV(B)280.91º12.43%69.41%-
XYZ36.2335.1646.47-
YUV161.99136.47133.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.86%
GREEN value IS 155 (60.94% from 255) = 30.88%
BLUE value IS 177 (69.53% from 255) = 35.26%
R=33.86%
G=30.88%
B=35.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701551770.040.1200.31280.9112.3665.1
HexAA9BB14C01F119c41
Octal25223326141403743114101
Binary101010101001101110110001100110001111110001100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9BB1; }

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

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

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

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

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

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

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

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