#AA79BB

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

Shades of East Side #AA79BB

Tints of East Side #AA79BB

Color information

#AA79BB (or 0xAA79BB) is unknown color: approx East Side. HEX triplet: AA, 79 and BB. RGB value is (170,121,187). Sum of RGB (Red+Green+Blue) = 170+121+187=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA79BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA79BB is #558644. Grayscale: #8E8E8E. Windows color (decimal): -5604933 or 12286378. OLE color: 12286378.

HSL color Cylindrical-coordinate representation of color #AA79BB: hue angle of 284.55º degrees, saturation: 0.33, 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 #AA79BB is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170121187-
CMYK0.090.3500.27
HSL284.55º32.67%60.39%-
HSV(B)284.55º35.29%73.33%-
XYZ32.3825.8150.29-
YUV143.18152.73147.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 121 (47.66% from 255) = 25.31%
BLUE value IS 187 (73.44% from 255) = 39.12%
R=35.56%
G=25.31%
B=39.12%

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
Decimal1701211870.090.3500.27284.5532.6760.39
HexAA79BB92301B11d213c
Octal25217127311430334354174
Binary101010101111001101110111001100011011011100011101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA79BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA79BB; }

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

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

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

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

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

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

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

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