#AA79BF

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

Shades of East Side #AA79BF

Tints of East Side #AA79BF

Color information

#AA79BF (or 0xAA79BF) is unknown color: approx East Side. HEX triplet: AA, 79 and BF. RGB value is (170,121,191). Sum of RGB (Red+Green+Blue) = 170+121+191=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA79BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA79BF is #558640. Grayscale: #8F8F8F. Windows color (decimal): -5604929 or 12548522. OLE color: 12548522.

HSL color Cylindrical-coordinate representation of color #AA79BF: hue angle of 282º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA79BF is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170121191-
CMYK0.110.3700.25
HSL282º35.35%61.18%-
HSV(B)282º36.65%74.9%-
XYZ32.8225.9852.58-
YUV143.63154.73146.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.27%
GREEN value IS 121 (47.66% from 255) = 25.10%
BLUE value IS 191 (75% from 255) = 39.63%
R=35.27%
G=25.10%
B=39.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701211910.110.3700.2528235.3561.18
HexAA79BFB2501911a233d
Octal25217127713450314324375
Binary101010101111001101111111011100101011001100011010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA79BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA79BF; }

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

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

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

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

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

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

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

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