#AA79C9

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

Shades of East Side #AA79C9

Tints of East Side #AA79C9

Color information

#AA79C9 (or 0xAA79C9) is unknown color: approx East Side. HEX triplet: AA, 79 and C9. RGB value is (170,121,201). Sum of RGB (Red+Green+Blue) = 170+121+201=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 121 (47.66% from 255 or 24.59% from 492); Blue value is 201 (78.91% from 255 or 40.85% from 492); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA79C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA79C9 is #558636. Grayscale: #909090. Windows color (decimal): -5604919 or 13203882. OLE color: 13203882.

HSL color Cylindrical-coordinate representation of color #AA79C9: hue angle of 276.75º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA79C9 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170121201-
CMYK0.150.4000.21
HSL276.75º42.55%63.14%-
HSV(B)276.75º39.8%78.82%-
XYZ33.9626.4458.57-
YUV144.77159.73146-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.55%
GREEN value IS 121 (47.66% from 255) = 24.59%
BLUE value IS 201 (78.91% from 255) = 40.85%
R=34.55%
G=24.59%
B=40.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701212010.150.4000.21276.7542.5563.14
HexAA79C9F280151152b3f
Octal25217131117500254255377
Binary101010101111001110010011111101000010101100010101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA79C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA79C9; }

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

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

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

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

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

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

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

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