#AA93BE

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

Shades of East Side #AA93BE

Tints of East Side #AA93BE

Color information

#AA93BE (or 0xAA93BE) is unknown color: approx East Side. HEX triplet: AA, 93 and BE. RGB value is (170,147,190). Sum of RGB (Red+Green+Blue) = 170+147+190=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA93BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93BE is #556C41. Grayscale: #9E9E9E. Windows color (decimal): -5598274 or 12489642. OLE color: 12489642.

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

Color convert

RGB170147190-
CMYK0.110.2300.25
HSL272.09º24.86%66.08%-
HSV(B)272.09º22.63%74.51%-
XYZ36.3133.1353.2-
YUV158.78145.62136-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 147 (57.81% from 255) = 28.99%
BLUE value IS 190 (74.61% from 255) = 37.48%
R=33.53%
G=28.99%
B=37.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701471900.110.2300.25272.0924.8666.08
HexAA93BEB170191101942
Octal252223276132703142031102
Binary101010101001001110111110101110111011001100010000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA93BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA93BE; }

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

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

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

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

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

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

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

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