#AA93BA

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

Shades of East Side #AA93BA

Tints of East Side #AA93BA

Color information

#AA93BA (or 0xAA93BA) is unknown color: approx East Side. HEX triplet: AA, 93 and BA. RGB value is (170,147,186). Sum of RGB (Red+Green+Blue) = 170+147+186=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA93BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93BA is #556C45. Grayscale: #9E9E9E. Windows color (decimal): -5598278 or 12227498. OLE color: 12227498.

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

Color convert

RGB170147186-
CMYK0.090.2100.27
HSL275.38º22.03%65.29%-
HSV(B)275.38º20.97%72.94%-
XYZ35.8732.9650.93-
YUV158.32143.62136.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.80%
GREEN value IS 147 (57.81% from 255) = 29.22%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=33.80%
G=29.22%
B=36.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701471860.090.2100.27275.3822.0365.29
HexAA93BA91501B1131641
Octal252223272112503342326101
Binary101010101001001110111010100110101011011100010011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA93BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA93BA; }

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

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

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

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

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

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

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

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