#AA79BA

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

Shades of East Side #AA79BA

Tints of East Side #AA79BA

Color information

#AA79BA (or 0xAA79BA) is unknown color: approx East Side. HEX triplet: AA, 79 and BA. RGB value is (170,121,186). Sum of RGB (Red+Green+Blue) = 170+121+186=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA79BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA79BA is #558645. Grayscale: #8E8E8E. Windows color (decimal): -5604934 or 12220842. OLE color: 12220842.

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

Color convert

RGB170121186-
CMYK0.090.3500.27
HSL285.23º32.02%60.2%-
HSV(B)285.23º34.95%72.94%-
XYZ32.2825.7749.73-
YUV143.06152.23147.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 121 (47.66% from 255) = 25.37%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=35.64%
G=25.37%
B=38.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701211860.090.3500.27285.2332.0260.2
HexAA79BA92301B11d203c
Octal25217127211430334354074
Binary101010101111001101110101001100011011011100011101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA79BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA79BA; }

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

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

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

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

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

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

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

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