#AA5EFF

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

Shades of Medium Purple #AA5EFF

Tints of Medium Purple #AA5EFF

Color information

#AA5EFF (or 0xAA5EFF) is unknown color: approx Medium Purple. HEX triplet: AA, 5E and FF. RGB value is (170,94,255). Sum of RGB (Red+Green+Blue) = 170+94+255=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA5EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5EFF is #55A100. Grayscale: #868686. Windows color (decimal): -5611777 or 16735914. OLE color: 16735914.

HSL color Cylindrical-coordinate representation of color #AA5EFF: hue angle of 268.32º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA5EFF is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17094255-
CMYK0.330.6300
HSL268.32º100%68.43%-
HSV(B)268.32º63.14%100%-
XYZ38.6323.7797.16-
YUV135.08195.68152.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.76%
GREEN value IS 94 (37.11% from 255) = 18.11%
BLUE value IS 255 (100% from 255) = 49.13%
R=32.76%
G=18.11%
B=49.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal170942550.330.6300268.3210068.43
HexAA5EFF213F0010c6444
Octal252136377417700414144104
Binary101010101011110111111111000011111110010000110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5EFF; }

 p { color: rgb(170,94,255); }

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

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

 a { background-color: rgb(170,94,255); }

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

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

 span { border-color: rgb(170,94,255); }

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