#AA7AEC

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

Shades of Medium Purple #AA7AEC

Tints of Medium Purple #AA7AEC

Color information

#AA7AEC (or 0xAA7AEC) is unknown color: approx Medium Purple. HEX triplet: AA, 7A and EC. RGB value is (170,122,236). Sum of RGB (Red+Green+Blue) = 170+122+236=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA7AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7AEC is #558513. Grayscale: #949494. Windows color (decimal): -5604628 or 15497898. OLE color: 15497898.

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

Color convert

RGB170122236-
CMYK0.280.4800.07
HSL265.26º75%70.2%-
HSV(B)265.26º48.31%92.55%-
XYZ38.6828.5282.82-
YUV149.35176.9142.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.20%
GREEN value IS 122 (48.05% from 255) = 23.11%
BLUE value IS 236 (92.58% from 255) = 44.70%
R=32.20%
G=23.11%
B=44.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701222360.280.4800.07265.267570.2
HexAA7AEC1C30071094b46
Octal252172354346007411113106
Binary1010101011110101110110011100110000011110000100110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7AEC; }

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

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

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

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

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

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

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

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