#AA8AB1

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

Shades of East Side #AA8AB1

Tints of East Side #AA8AB1

Color information

#AA8AB1 (or 0xAA8AB1) is unknown color: approx East Side. HEX triplet: AA, 8A and B1. RGB value is (170,138,177). Sum of RGB (Red+Green+Blue) = 170+138+177=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA8AB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8AB1 is #55754E. Grayscale: #979797. Windows color (decimal): -5600591 or 11635370. OLE color: 11635370.

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

Color convert

RGB170138177-
CMYK0.040.2200.31
HSL289.23º20%61.76%-
HSV(B)289.23º22.03%69.41%-
XYZ33.629.945.59-
YUV152.01142.1140.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 138 (54.30% from 255) = 28.45%
BLUE value IS 177 (69.53% from 255) = 36.49%
R=35.05%
G=28.45%
B=36.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701381770.040.2200.31289.232061.76
HexAA8AB141601F121143e
Octal2522122614260374412476
Binary1010101010001010101100011001011001111110010000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8AB1; }

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

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

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

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

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

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

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

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