#AA77BA

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

Shades of East Side #AA77BA

Tints of East Side #AA77BA

Color information

#AA77BA (or 0xAA77BA) is unknown color: approx East Side. HEX triplet: AA, 77 and BA. RGB value is (170,119,186). Sum of RGB (Red+Green+Blue) = 170+119+186=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA77BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA77BA is #558845. Grayscale: #8D8D8D. Windows color (decimal): -5605446 or 12220330. OLE color: 12220330.

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

Color convert

RGB170119186-
CMYK0.090.3600.27
HSL285.67º32.68%59.8%-
HSV(B)285.67º36.02%72.94%-
XYZ32.0425.2849.65-
YUV141.89152.9148.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 119 (46.88% from 255) = 25.05%
BLUE value IS 186 (73.05% from 255) = 39.16%
R=35.79%
G=25.05%
B=39.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701191860.090.3600.27285.6732.6859.8
HexAA77BA92401B11e213c
Octal25216727211440334364174
Binary101010101110111101110101001100100011011100011110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA77BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA77BA; }

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

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

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

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

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

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

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

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