#AA79F6

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

Shades of Medium Purple #AA79F6

Tints of Medium Purple #AA79F6

Color information

#AA79F6 (or 0xAA79F6) is unknown color: approx Medium Purple. HEX triplet: AA, 79 and F6. RGB value is (170,121,246). Sum of RGB (Red+Green+Blue) = 170+121+246=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 121 (47.66% from 255 or 22.53% from 537); Blue value is 246 (96.48% from 255 or 45.81% from 537); Max value from RGB is 246 - color contains mainly: blue. Hex color #AA79F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA79F6 is #558609. Grayscale: #959595. Windows color (decimal): -5604874 or 16153002. OLE color: 16153002.

HSL color Cylindrical-coordinate representation of color #AA79F6: hue angle of 263.52º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA79F6 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB170121246-
CMYK0.310.5100.04
HSL263.52º87.41%71.96%-
HSV(B)263.52º50.81%96.47%-
XYZ40.0528.8790.65-
YUV149.9182.23142.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 121 (47.66% from 255) = 22.53%
BLUE value IS 246 (96.48% from 255) = 45.81%
R=31.66%
G=22.53%
B=45.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1701212460.310.5100.04263.5287.4171.96
HexAA79F61F33041085748
Octal252171366376304410127110
Binary1010101011110011111011011111110011010010000100010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA79F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA79F6; }

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

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

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

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

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

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

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

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