#AA88BB

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

Shades of East Side #AA88BB

Tints of East Side #AA88BB

Color information

#AA88BB (or 0xAA88BB) is unknown color: approx East Side. HEX triplet: AA, 88 and BB. RGB value is (170,136,187). Sum of RGB (Red+Green+Blue) = 170+136+187=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA88BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA88BB is #557744. Grayscale: #979797. Windows color (decimal): -5601093 or 12290218. OLE color: 12290218.

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

Color convert

RGB170136187-
CMYK0.090.2700.27
HSL280º27.27%63.33%-
HSV(B)280º27.27%73.33%-
XYZ34.3529.7450.94-
YUV151.98147.76140.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 136 (53.52% from 255) = 27.59%
BLUE value IS 187 (73.44% from 255) = 37.93%
R=34.48%
G=27.59%
B=37.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701361870.090.2700.2728027.2763.33
HexAA88BB91B01B1181b3f
Octal25221027311330334303377
Binary10101010100010001011101110011101101101110001100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA88BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA88BB; }

 p { color: rgb(170,136,187); }

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

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

 a { background-color: rgb(170,136,187); }

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

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

 span { border-color: rgb(170,136,187); }

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