#AA90BC

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

Shades of East Side #AA90BC

Tints of East Side #AA90BC

Color information

#AA90BC (or 0xAA90BC) is unknown color: approx East Side. HEX triplet: AA, 90 and BC. RGB value is (170,144,188). Sum of RGB (Red+Green+Blue) = 170+144+188=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA90BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA90BC is #556F43. Grayscale: #9C9C9C. Windows color (decimal): -5599044 or 12357802. OLE color: 12357802.

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

Color convert

RGB170144188-
CMYK0.100.2300.26
HSL275.45º24.72%65.1%-
HSV(B)275.45º23.4%73.73%-
XYZ35.6332.1251.9-
YUV156.79145.61137.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.86%
GREEN value IS 144 (56.64% from 255) = 28.69%
BLUE value IS 188 (73.83% from 255) = 37.45%
R=33.86%
G=28.69%
B=37.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701441880.100.2300.26275.4524.7265.1
HexAA90BCA1701A1131941
Octal252220274122703242331101
Binary101010101001000010111100101010111011010100010011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA90BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA90BC; }

 p { color: rgb(170,144,188); }

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

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

 a { background-color: rgb(170,144,188); }

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

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

 span { border-color: rgb(170,144,188); }

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