#AA81EC

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

Shades of Medium Purple #AA81EC

Tints of Medium Purple #AA81EC

Color information

#AA81EC (or 0xAA81EC) is unknown color: approx Medium Purple. HEX triplet: AA, 81 and EC. RGB value is (170,129,236). Sum of RGB (Red+Green+Blue) = 170+129+236=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 129 (50.78% from 255 or 24.11% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA81EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA81EC is #557E13. Grayscale: #999999. Windows color (decimal): -5602836 or 15499690. OLE color: 15499690.

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

Color convert

RGB170129236-
CMYK0.280.4500.07
HSL262.99º73.79%71.57%-
HSV(B)262.99º45.34%92.55%-
XYZ39.5730.383.12-
YUV153.46174.58139.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 129 (50.78% from 255) = 24.11%
BLUE value IS 236 (92.58% from 255) = 44.11%
R=31.78%
G=24.11%
B=44.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701292360.280.4500.07262.9973.7971.57
HexAA81EC1C2D071074a48
Octal252201354345507407112110
Binary10101010100000011110110011100101101011110000011110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA81EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA81EC; }

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

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

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

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

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

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

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

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