#AA79EC

Color #AA79EC Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #AA79EC

Tints of Medium Purple #AA79EC

Color information

#AA79EC (or 0xAA79EC) is unknown color: approx Medium Purple. HEX triplet: AA, 79 and EC. RGB value is (170,121,236). Sum of RGB (Red+Green+Blue) = 170+121+236=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA79EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA79EC is #558613. Grayscale: #949494. Windows color (decimal): -5604884 or 15497642. OLE color: 15497642.

HSL color Cylindrical-coordinate representation of color #AA79EC: hue angle of 265.57º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA79EC is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170121236-
CMYK0.280.4900.07
HSL265.57º75.16%70%-
HSV(B)265.57º48.73%92.55%-
XYZ38.5628.2882.78-
YUV148.76177.23143.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.26%
GREEN value IS 121 (47.66% from 255) = 22.96%
BLUE value IS 236 (92.58% from 255) = 44.78%
R=32.26%
G=22.96%
B=44.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701212360.280.4900.07265.5775.1670
HexAA79EC1C310710a4b46
Octal252171354346107412113106
Binary1010101011110011110110011100110001011110000101010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA79EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA79EC; }

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

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

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

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

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

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

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

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