#AA79DD

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

Shades of Medium Purple #AA79DD

Tints of Medium Purple #AA79DD

Color information

#AA79DD (or 0xAA79DD) is unknown color: approx Medium Purple. HEX triplet: AA, 79 and DD. RGB value is (170,121,221). Sum of RGB (Red+Green+Blue) = 170+121+221=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA79DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA79DD is #558622. Grayscale: #929292. Windows color (decimal): -5604899 or 14514602. OLE color: 14514602.

HSL color Cylindrical-coordinate representation of color #AA79DD: hue angle of 269.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA79DD is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170121221-
CMYK0.230.4500.13
HSL269.4º59.52%67.06%-
HSV(B)269.4º45.25%86.67%-
XYZ36.4727.4471.78-
YUV147.05169.73144.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 121 (47.66% from 255) = 23.63%
BLUE value IS 221 (86.72% from 255) = 43.16%
R=33.20%
G=23.63%
B=43.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701212210.230.4500.13269.459.5267.06
HexAA79DD172D0D10d3c43
Octal252171335275501541574103
Binary1010101011110011101110110111101101011011000011011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA79DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA79DD; }

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

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

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

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

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

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

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

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