#AA8EBD

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

Shades of East Side #AA8EBD

Tints of East Side #AA8EBD

Color information

#AA8EBD (or 0xAA8EBD) is unknown color: approx East Side. HEX triplet: AA, 8E and BD. RGB value is (170,142,189). Sum of RGB (Red+Green+Blue) = 170+142+189=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA8EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8EBD is #557142. Grayscale: #9B9B9B. Windows color (decimal): -5599555 or 12422826. OLE color: 12422826.

HSL color Cylindrical-coordinate representation of color #AA8EBD: hue angle of 275.74º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA8EBD is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB170142189-
CMYK0.100.2500.26
HSL275.74º26.26%64.9%-
HSV(B)275.74º24.87%74.12%-
XYZ35.4431.5752.37-
YUV155.73146.78138.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 142 (55.86% from 255) = 28.34%
BLUE value IS 189 (74.22% from 255) = 37.72%
R=33.93%
G=28.34%
B=37.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701421890.100.2500.26275.7426.2664.9
HexAA8EBDA1901A1141a41
Octal252216275123103242432101
Binary101010101000111010111101101011001011010100010100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8EBD; }

 p { color: rgb(170,142,189); }

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

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

 a { background-color: rgb(170,142,189); }

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

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

 span { border-color: rgb(170,142,189); }

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