#AA5AFD

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

Shades of Medium Purple #AA5AFD

Tints of Medium Purple #AA5AFD

Color information

#AA5AFD (or 0xAA5AFD) is unknown color: approx Medium Purple. HEX triplet: AA, 5A and FD. RGB value is (170,90,253). Sum of RGB (Red+Green+Blue) = 170+90+253=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 90 (35.55% from 255 or 17.54% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA5AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5AFD is #55A502. Grayscale: #838383. Windows color (decimal): -5612803 or 16603818. OLE color: 16603818.

HSL color Cylindrical-coordinate representation of color #AA5AFD: hue angle of 269.45º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA5AFD is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17090253-
CMYK0.330.6400.01
HSL269.45º97.6%67.25%-
HSV(B)269.45º64.43%99.22%-
XYZ37.9622.9595.36-
YUV132.5196154.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.14%
GREEN value IS 90 (35.55% from 255) = 17.54%
BLUE value IS 253 (99.22% from 255) = 49.32%
R=33.14%
G=17.54%
B=49.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal170902530.330.6400.01269.4597.667.25
HexAA5AFD21400110d6243
Octal2521323754110001415142103
Binary1010101010110101111110110000110000000110000110111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5AFD; }

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

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

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

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

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

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

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

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