#AA93C0

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

Shades of East Side #AA93C0

Tints of East Side #AA93C0

Color information

#AA93C0 (or 0xAA93C0) is unknown color: approx East Side. HEX triplet: AA, 93 and C0. RGB value is (170,147,192). Sum of RGB (Red+Green+Blue) = 170+147+192=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA93C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93C0 is #556C3F. Grayscale: #9E9E9E. Windows color (decimal): -5598272 or 12620714. OLE color: 12620714.

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

Color convert

RGB170147192-
CMYK0.110.2300.25
HSL270.67º26.32%66.47%-
HSV(B)270.67º23.44%75.29%-
XYZ36.5333.2254.36-
YUV159.01146.62135.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 147 (57.81% from 255) = 28.88%
BLUE value IS 192 (75.39% from 255) = 37.72%
R=33.40%
G=28.88%
B=37.72%

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
Decimal1701471920.110.2300.25270.6726.3266.47
HexAA93C0B1701910f1a42
Octal252223300132703141732102
Binary101010101001001111000000101110111011001100001111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA93C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA93C0; }

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

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

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

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

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

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

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

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