#AA73C1

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

Shades of East Side #AA73C1

Tints of East Side #AA73C1

Color information

#AA73C1 (or 0xAA73C1) is unknown color: approx East Side. HEX triplet: AA, 73 and C1. RGB value is (170,115,193). Sum of RGB (Red+Green+Blue) = 170+115+193=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA73C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73C1 is #558C3E. Grayscale: #8C8C8C. Windows color (decimal): -5606463 or 12678058. OLE color: 12678058.

HSL color Cylindrical-coordinate representation of color #AA73C1: hue angle of 282.31º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA73C1 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170115193-
CMYK0.120.4000.24
HSL282.31º38.61%60.39%-
HSV(B)282.31º40.41%75.69%-
XYZ32.3324.6653.51-
YUV140.34157.72149.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 115 (45.31% from 255) = 24.06%
BLUE value IS 193 (75.78% from 255) = 40.38%
R=35.56%
G=24.06%
B=40.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701151930.120.4000.24282.3138.6160.39
HexAA73C1C2801811a273c
Octal25216330114500304324774
Binary101010101110011110000011100101000011000100011010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA73C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA73C1; }

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

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

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

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

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

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

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

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