#aa7eea

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

Shades of Medium Purple #AA7EEA

Tints of Medium Purple #AA7EEA

Color information

#AA7EEA (or 0xAA7EEA) is unknown color: approx Medium Purple. HEX triplet: AA, 7E and EA. RGB value is (170,126,234). Sum of RGB (Red+Green+Blue) = 170+126+234=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 126 (49.61% from 255 or 23.77% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA7EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7EEA is #558115. Grayscale: #979797. Windows color (decimal): -5603606 or 15367850. OLE color: 15367850.

HSL color Cylindrical-coordinate representation of color #AA7EEA: hue angle of 264.44º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA7EEA is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170126234-
CMYK0.270.4600.08
HSL264.44º72%70.59%-
HSV(B)264.44º46.15%91.76%-
XYZ38.8929.4181.47-
YUV151.47174.58141.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.08%
GREEN value IS 126 (49.61% from 255) = 23.77%
BLUE value IS 234 (91.80% from 255) = 44.15%
R=32.08%
G=23.77%
B=44.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701262340.270.4600.08264.447270.59
HexAA7EEA1B2E081084847
Octal2521763523356010410110107
Binary10101010111111011101010110111011100100010000100010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa7eea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa7eea; }

 p { color: rgb(170,126,234); }

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

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

 a { background-color: rgb(170,126,234); }

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

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

 span { border-color: rgb(170,126,234); }

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