#AA7DEC

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

Shades of Medium Purple #AA7DEC

Tints of Medium Purple #AA7DEC

Color information

#AA7DEC (or 0xAA7DEC) is unknown color: approx Medium Purple. HEX triplet: AA, 7D and EC. RGB value is (170,125,236). Sum of RGB (Red+Green+Blue) = 170+125+236=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA7DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7DEC is #558213. Grayscale: #969696. Windows color (decimal): -5603860 or 15498666. OLE color: 15498666.

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

Color convert

RGB170125236-
CMYK0.280.4700.07
HSL264.32º74.5%70.78%-
HSV(B)264.32º47.03%92.55%-
XYZ39.0529.2782.95-
YUV151.11175.91141.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.02%
GREEN value IS 125 (49.22% from 255) = 23.54%
BLUE value IS 236 (92.58% from 255) = 44.44%
R=32.02%
G=23.54%
B=44.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701252360.280.4700.07264.3274.570.78
HexAA7DEC1C2F071084a47
Octal252175354345707410112107
Binary1010101011111011110110011100101111011110000100010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7DEC; }

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

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

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

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

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

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

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

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