#AA94BE

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

Shades of East Side #AA94BE

Tints of East Side #AA94BE

Color information

#AA94BE (or 0xAA94BE) is unknown color: approx East Side. HEX triplet: AA, 94 and BE. RGB value is (170,148,190). Sum of RGB (Red+Green+Blue) = 170+148+190=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA94BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA94BE is #556B41. Grayscale: #9F9F9F. Windows color (decimal): -5598018 or 12489898. OLE color: 12489898.

HSL color Cylindrical-coordinate representation of color #AA94BE: hue angle of 271.43º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA94BE is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170148190-
CMYK0.110.2200.25
HSL271.43º24.42%66.27%-
HSV(B)271.43º22.11%74.51%-
XYZ36.4633.4453.25-
YUV159.37145.29135.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.46%
GREEN value IS 148 (58.20% from 255) = 29.13%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=33.46%
G=29.13%
B=37.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701481900.110.2200.25271.4324.4266.27
HexAA94BEB1601910f1842
Octal252224276132603141730102
Binary101010101001010010111110101110110011001100001111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA94BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA94BE; }

 p { color: rgb(170,148,190); }

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

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

 a { background-color: rgb(170,148,190); }

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

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

 span { border-color: rgb(170,148,190); }

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