#AA93BF

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

Shades of East Side #AA93BF

Tints of East Side #AA93BF

Color information

#AA93BF (or 0xAA93BF) is unknown color: approx East Side. HEX triplet: AA, 93 and BF. RGB value is (170,147,191). Sum of RGB (Red+Green+Blue) = 170+147+191=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA93BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93BF is #556C40. Grayscale: #9E9E9E. Windows color (decimal): -5598273 or 12555178. OLE color: 12555178.

HSL color Cylindrical-coordinate representation of color #AA93BF: hue angle of 271.36º degrees, saturation: 0.26, 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 #AA93BF is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170147191-
CMYK0.110.2300.25
HSL271.36º25.58%66.27%-
HSV(B)271.36º23.04%74.9%-
XYZ36.4233.1853.77-
YUV158.89146.12135.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.46%
GREEN value IS 147 (57.81% from 255) = 28.94%
BLUE value IS 191 (75% from 255) = 37.60%
R=33.46%
G=28.94%
B=37.60%

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
Decimal1701471910.110.2300.25271.3625.5866.27
HexAA93BFB1701910f1a42
Octal252223277132703141732102
Binary101010101001001110111111101110111011001100001111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA93BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA93BF; }

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

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

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

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

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

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

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

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