#AA73BA

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

Shades of East Side #AA73BA

Tints of East Side #AA73BA

Color information

#AA73BA (or 0xAA73BA) is unknown color: approx East Side. HEX triplet: AA, 73 and BA. RGB value is (170,115,186). Sum of RGB (Red+Green+Blue) = 170+115+186=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA73BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73BA is #558C45. Grayscale: #8B8B8B. Windows color (decimal): -5606470 or 12219306. OLE color: 12219306.

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

Color convert

RGB170115186-
CMYK0.090.3800.27
HSL286.48º33.97%59.02%-
HSV(B)286.48º38.17%72.94%-
XYZ31.5724.3549.49-
YUV139.54154.22149.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 115 (45.31% from 255) = 24.42%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=36.09%
G=24.42%
B=39.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701151860.090.3800.27286.4833.9759.02
HexAA73BA92601B11e223b
Octal25216327211460334364273
Binary101010101110011101110101001100110011011100011110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA73BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA73BA; }

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

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

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

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

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

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

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

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