#AA73B5

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

Shades of East Side #AA73B5

Tints of East Side #AA73B5

Color information

#AA73B5 (or 0xAA73B5) is unknown color: approx East Side. HEX triplet: AA, 73 and B5. RGB value is (170,115,181). Sum of RGB (Red+Green+Blue) = 170+115+181=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA73B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73B5 is #558C4A. Grayscale: #8A8A8A. Windows color (decimal): -5606475 or 11891626. OLE color: 11891626.

HSL color Cylindrical-coordinate representation of color #AA73B5: hue angle of 290º degrees, saturation: 0.31, 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 #AA73B5 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB170115181-
CMYK0.060.3600.29
HSL290º30.84%58.04%-
HSV(B)290º36.46%70.98%-
XYZ31.0524.1446.74-
YUV138.97151.72150.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 115 (45.31% from 255) = 24.68%
BLUE value IS 181 (71.09% from 255) = 38.84%
R=36.48%
G=24.68%
B=38.84%

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
Decimal1701151810.060.3600.2929030.8458.04
HexAA73B562401D1221f3a
Octal2521632656440354423772
Binary1010101011100111011010111010010001110110010001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA73B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA73B5; }

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

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

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

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

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

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

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

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