#AA9EBA

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

Shades of East Side #AA9EBA

Tints of East Side #AA9EBA

Color information

#AA9EBA (or 0xAA9EBA) is unknown color: approx East Side. HEX triplet: AA, 9E and BA. RGB value is (170,158,186). Sum of RGB (Red+Green+Blue) = 170+158+186=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA9EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9EBA is #556145. Grayscale: #A4A4A4. Windows color (decimal): -5595462 or 12230314. OLE color: 12230314.

HSL color Cylindrical-coordinate representation of color #AA9EBA: hue angle of 265.71º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AA9EBA is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170158186-
CMYK0.090.1500.27
HSL265.71º16.87%67.45%-
HSV(B)265.71º15.05%72.94%-
XYZ37.6736.5451.52-
YUV164.78139.98131.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.07%
GREEN value IS 158 (62.11% from 255) = 30.74%
BLUE value IS 186 (73.05% from 255) = 36.19%
R=33.07%
G=30.74%
B=36.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701581860.090.1500.27265.7116.8767.45
HexAA9EBA9F01B10a1143
Octal252236272111703341221103
Binary10101010100111101011101010011111011011100001010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9EBA; }

 p { color: rgb(170,158,186); }

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

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

 a { background-color: rgb(170,158,186); }

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

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

 span { border-color: rgb(170,158,186); }

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