#AA5AFF

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

Shades of Medium Purple #AA5AFF

Tints of Medium Purple #AA5AFF

Color information

#AA5AFF (or 0xAA5AFF) is unknown color: approx Medium Purple. HEX triplet: AA, 5A and FF. RGB value is (170,90,255). Sum of RGB (Red+Green+Blue) = 170+90+255=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA5AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5AFF is #55A500. Grayscale: #848484. Windows color (decimal): -5612801 or 16734890. OLE color: 16734890.

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

Color convert

RGB17090255-
CMYK0.330.6500
HSL269.09º100%67.65%-
HSV(B)269.09º64.71%100%-
XYZ38.2823.0897.04-
YUV132.73197154.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 90 (35.55% from 255) = 17.48%
BLUE value IS 255 (100% from 255) = 49.51%
R=33.01%
G=17.48%
B=49.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal170902550.330.6500269.0910067.65
HexAA5AFF21410010d6444
Octal2521323774110100415144104
Binary1010101010110101111111110000110000010010000110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5AFF; }

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

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

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

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

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

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

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

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