#AA79B0

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

Shades of East Side #AA79B0

Tints of East Side #AA79B0

Color information

#AA79B0 (or 0xAA79B0) is unknown color: approx East Side. HEX triplet: AA, 79 and B0. RGB value is (170,121,176). Sum of RGB (Red+Green+Blue) = 170+121+176=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA79B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA79B0 is #55864F. Grayscale: #8D8D8D. Windows color (decimal): -5604944 or 11565482. OLE color: 11565482.

HSL color Cylindrical-coordinate representation of color #AA79B0: hue angle of 293.45º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA79B0 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB170121176-
CMYK0.030.3100.31
HSL293.45º25.82%58.24%-
HSV(B)293.45º31.25%69.02%-
XYZ31.2525.3644.32-
YUV141.92147.23148.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.40%
GREEN value IS 121 (47.66% from 255) = 25.91%
BLUE value IS 176 (69.14% from 255) = 37.69%
R=36.40%
G=25.91%
B=37.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701211760.030.3100.31293.4525.8258.24
HexAA79B031F01F1251a3a
Octal2521712603370374453272
Binary10101010111100110110000111111101111110010010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA79B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA79B0; }

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

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

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

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

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

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

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

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