#AA90B3

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

Shades of East Side #AA90B3

Tints of East Side #AA90B3

Color information

#AA90B3 (or 0xAA90B3) is unknown color: approx East Side. HEX triplet: AA, 90 and B3. RGB value is (170,144,179). Sum of RGB (Red+Green+Blue) = 170+144+179=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA90B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA90B3 is #556F4C. Grayscale: #9B9B9B. Windows color (decimal): -5599053 or 11767978. OLE color: 11767978.

HSL color Cylindrical-coordinate representation of color #AA90B3: hue angle of 284.57º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AA90B3 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB170144179-
CMYK0.050.2000.30
HSL284.57º18.72%63.33%-
HSV(B)284.57º19.55%70.2%-
XYZ34.6931.7546.95-
YUV155.76141.11138.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 144 (56.64% from 255) = 29.21%
BLUE value IS 179 (70.31% from 255) = 36.31%
R=34.48%
G=29.21%
B=36.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701441790.050.2000.30284.5718.7263.33
HexAA90B351401E11d133f
Octal2522202635240364352377
Binary1010101010010000101100111011010001111010001110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA90B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA90B3; }

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

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

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

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

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

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

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

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