#AA79C6

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

Shades of East Side #AA79C6

Tints of East Side #AA79C6

Color information

#AA79C6 (or 0xAA79C6) is unknown color: approx East Side. HEX triplet: AA, 79 and C6. RGB value is (170,121,198). Sum of RGB (Red+Green+Blue) = 170+121+198=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 121 (47.66% from 255 or 24.74% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA79C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA79C6 is #558639. Grayscale: #909090. Windows color (decimal): -5604922 or 13007274. OLE color: 13007274.

HSL color Cylindrical-coordinate representation of color #AA79C6: hue angle of 278.18º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA79C6 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB170121198-
CMYK0.140.3900.22
HSL278.18º40.31%62.55%-
HSV(B)278.18º38.89%77.65%-
XYZ33.6126.356.73-
YUV144.43158.23146.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 121 (47.66% from 255) = 24.74%
BLUE value IS 198 (77.73% from 255) = 40.49%
R=34.76%
G=24.74%
B=40.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701211980.140.3900.22278.1840.3162.55
HexAA79C6E27016116283f
Octal25217130616470264265077
Binary101010101111001110001101110100111010110100010110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA79C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA79C6; }

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

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

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

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

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

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

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

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