#AA90B4

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

Shades of East Side #AA90B4

Tints of East Side #AA90B4

Color information

#AA90B4 (or 0xAA90B4) is unknown color: approx East Side. HEX triplet: AA, 90 and B4. RGB value is (170,144,180). Sum of RGB (Red+Green+Blue) = 170+144+180=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA90B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA90B4 is #556F4B. Grayscale: #9B9B9B. Windows color (decimal): -5599052 or 11833514. OLE color: 11833514.

HSL color Cylindrical-coordinate representation of color #AA90B4: hue angle of 283.33º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AA90B4 is Cyan = 0.06, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB170144180-
CMYK0.060.200.29
HSL283.33º19.35%63.53%-
HSV(B)283.33º20%70.59%-
XYZ34.7931.7947.48-
YUV155.88141.61138.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.41%
GREEN value IS 144 (56.64% from 255) = 29.15%
BLUE value IS 180 (70.70% from 255) = 36.44%
R=34.41%
G=29.15%
B=36.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701441800.060.200.29283.3319.3563.53
HexAA90B461401D11b1340
Octal25222026462403543323100
Binary10101010100100001011010011010100011101100011011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA90B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA90B4; }

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

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

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

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

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

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

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

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