#AA8BBE

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

Shades of East Side #AA8BBE

Tints of East Side #AA8BBE

Color information

#AA8BBE (or 0xAA8BBE) is unknown color: approx East Side. HEX triplet: AA, 8B and BE. RGB value is (170,139,190). Sum of RGB (Red+Green+Blue) = 170+139+190=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA8BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8BBE is #557441. Grayscale: #999999. Windows color (decimal): -5600322 or 12487594. OLE color: 12487594.

HSL color Cylindrical-coordinate representation of color #AA8BBE: hue angle of 276.47º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA8BBE is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170139190-
CMYK0.110.2700.25
HSL276.47º28.18%64.51%-
HSV(B)276.47º26.84%74.51%-
XYZ35.130.7352.8-
YUV154.08148.27139.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.07%
GREEN value IS 139 (54.69% from 255) = 27.86%
BLUE value IS 190 (74.61% from 255) = 38.08%
R=34.07%
G=27.86%
B=38.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701391900.110.2700.25276.4728.1864.51
HexAA8BBEB1B0191141c41
Octal252213276133303142434101
Binary101010101000101110111110101111011011001100010100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8BBE; }

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

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

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

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

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

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

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

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