#AA5FFF

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

Shades of Medium Purple #AA5FFF

Tints of Medium Purple #AA5FFF

Color information

#AA5FFF (or 0xAA5FFF) is unknown color: approx Medium Purple. HEX triplet: AA, 5F and FF. RGB value is (170,95,255). Sum of RGB (Red+Green+Blue) = 170+95+255=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 95 (37.5% from 255 or 18.27% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA5FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5FFF is #55A000. Grayscale: #878787. Windows color (decimal): -5611521 or 16736170. OLE color: 16736170.

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

Color convert

RGB17095255-
CMYK0.330.6300
HSL268.12º100%68.63%-
HSV(B)268.12º62.75%100%-
XYZ38.7223.9597.19-
YUV135.66195.35152.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.69%
GREEN value IS 95 (37.5% from 255) = 18.27%
BLUE value IS 255 (100% from 255) = 49.04%
R=32.69%
G=18.27%
B=49.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal170952550.330.6300268.1210068.63
HexAA5FFF213F0010c6445
Octal252137377417700414144105
Binary101010101011111111111111000011111110010000110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5FFF; }

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

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

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

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

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

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

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

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