#AA79C7

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

Shades of East Side #AA79C7

Tints of East Side #AA79C7

Color information

#AA79C7 (or 0xAA79C7) is unknown color: approx East Side. HEX triplet: AA, 79 and C7. RGB value is (170,121,199). Sum of RGB (Red+Green+Blue) = 170+121+199=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 199 (78.12% from 255 or 40.61% from 490); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA79C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA79C7 is #558638. Grayscale: #909090. Windows color (decimal): -5604921 or 13072810. OLE color: 13072810.

HSL color Cylindrical-coordinate representation of color #AA79C7: hue angle of 277.69º degrees, saturation: 0.41, 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 #AA79C7 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB170121199-
CMYK0.150.3900.22
HSL277.69º41.05%62.75%-
HSV(B)277.69º39.2%78.04%-
XYZ33.7226.3457.34-
YUV144.54158.73146.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.69%
GREEN value IS 121 (47.66% from 255) = 24.69%
BLUE value IS 199 (78.12% from 255) = 40.61%
R=34.69%
G=24.69%
B=40.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701211990.150.3900.22277.6941.0562.75
HexAA79C7F27016116293f
Octal25217130717470264265177
Binary101010101111001110001111111100111010110100010110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA79C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA79C7; }

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

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

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

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

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

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

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

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