#AA94B7

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

Shades of East Side #AA94B7

Tints of East Side #AA94B7

Color information

#AA94B7 (or 0xAA94B7) is unknown color: approx East Side. HEX triplet: AA, 94 and B7. RGB value is (170,148,183). Sum of RGB (Red+Green+Blue) = 170+148+183=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA94B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA94B7 is #556B48. Grayscale: #9E9E9E. Windows color (decimal): -5598025 or 12031146. OLE color: 12031146.

HSL color Cylindrical-coordinate representation of color #AA94B7: hue angle of 277.71º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA94B7 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB170148183-
CMYK0.070.1900.28
HSL277.71º19.55%64.9%-
HSV(B)277.71º19.13%71.76%-
XYZ35.7133.1449.31-
YUV158.57141.79136.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 148 (58.20% from 255) = 29.54%
BLUE value IS 183 (71.88% from 255) = 36.53%
R=33.93%
G=29.54%
B=36.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701481830.070.1900.28277.7119.5564.9
HexAA94B771301C1161441
Octal25222426772303442624101
Binary10101010100101001011011111110011011100100010110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA94B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA94B7; }

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

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

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

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

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

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

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

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