#AA8BB1

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

Shades of East Side #AA8BB1

Tints of East Side #AA8BB1

Color information

#AA8BB1 (or 0xAA8BB1) is unknown color: approx East Side. HEX triplet: AA, 8B and B1. RGB value is (170,139,177). Sum of RGB (Red+Green+Blue) = 170+139+177=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA8BB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8BB1 is #55744E. Grayscale: #989898. Windows color (decimal): -5600335 or 11635626. OLE color: 11635626.

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

Color convert

RGB170139177-
CMYK0.040.2100.31
HSL288.95º19.59%61.96%-
HSV(B)288.95º21.47%69.41%-
XYZ33.7530.1945.64-
YUV152.6141.77140.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.98%
GREEN value IS 139 (54.69% from 255) = 28.60%
BLUE value IS 177 (69.53% from 255) = 36.42%
R=34.98%
G=28.60%
B=36.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701391770.040.2100.31288.9519.5961.96
HexAA8BB141501F121143e
Octal2522132614250374412476
Binary1010101010001011101100011001010101111110010000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8BB1; }

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

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

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

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

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

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

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

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