#AA8AB4

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

Shades of East Side #AA8AB4

Tints of East Side #AA8AB4

Color information

#AA8AB4 (or 0xAA8AB4) is unknown color: approx East Side. HEX triplet: AA, 8A and B4. RGB value is (170,138,180). Sum of RGB (Red+Green+Blue) = 170+138+180=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA8AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8AB4 is #55754B. Grayscale: #989898. Windows color (decimal): -5600588 or 11831978. OLE color: 11831978.

HSL color Cylindrical-coordinate representation of color #AA8AB4: hue angle of 285.71º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA8AB4 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB170138180-
CMYK0.060.2300.29
HSL285.71º21.87%62.35%-
HSV(B)285.71º23.33%70.59%-
XYZ33.930.0247.19-
YUV152.36143.6140.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.84%
GREEN value IS 138 (54.30% from 255) = 28.28%
BLUE value IS 180 (70.70% from 255) = 36.89%
R=34.84%
G=28.28%
B=36.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701381800.060.2300.29285.7121.8762.35
HexAA8AB461701D11e163e
Octal2522122646270354362676
Binary1010101010001010101101001101011101110110001111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8AB4; }

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

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

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

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

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

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

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

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