#AA94BA

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

Shades of East Side #AA94BA

Tints of East Side #AA94BA

Color information

#AA94BA (or 0xAA94BA) is unknown color: approx East Side. HEX triplet: AA, 94 and BA. RGB value is (170,148,186). Sum of RGB (Red+Green+Blue) = 170+148+186=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA94BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA94BA is #556B45. Grayscale: #9E9E9E. Windows color (decimal): -5598022 or 12227754. OLE color: 12227754.

HSL color Cylindrical-coordinate representation of color #AA94BA: hue angle of 274.74º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AA94BA is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170148186-
CMYK0.090.2000.27
HSL274.74º21.59%65.49%-
HSV(B)274.74º20.43%72.94%-
XYZ36.0333.2750.98-
YUV158.91143.29135.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 148 (58.20% from 255) = 29.37%
BLUE value IS 186 (73.05% from 255) = 36.90%
R=33.73%
G=29.37%
B=36.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701481860.090.2000.27274.7421.5965.49
HexAA94BA91401B1131641
Octal252224272112403342326101
Binary101010101001010010111010100110100011011100010011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA94BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA94BA; }

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

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

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

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

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

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

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

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