#AA73B4

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

Shades of East Side #AA73B4

Tints of East Side #AA73B4

Color information

#AA73B4 (or 0xAA73B4) is unknown color: approx East Side. HEX triplet: AA, 73 and B4. RGB value is (170,115,180). Sum of RGB (Red+Green+Blue) = 170+115+180=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA73B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73B4 is #558C4B. Grayscale: #8A8A8A. Windows color (decimal): -5606476 or 11826090. OLE color: 11826090.

HSL color Cylindrical-coordinate representation of color #AA73B4: hue angle of 290.77º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA73B4 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB170115180-
CMYK0.060.3600.29
HSL290.77º30.23%57.84%-
HSV(B)290.77º36.11%70.59%-
XYZ30.9524.146.2-
YUV138.85151.22150.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 115 (45.31% from 255) = 24.73%
BLUE value IS 180 (70.70% from 255) = 38.71%
R=36.56%
G=24.73%
B=38.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701151800.060.3600.29290.7730.2357.84
HexAA73B462401D1231e3a
Octal2521632646440354433672
Binary1010101011100111011010011010010001110110010001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA73B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA73B4; }

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

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

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

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

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

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

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

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