#AA5FF7

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

Shades of Medium Purple #AA5FF7

Tints of Medium Purple #AA5FF7

Color information

#AA5FF7 (or 0xAA5FF7) is unknown color: approx Medium Purple. HEX triplet: AA, 5F and F7. RGB value is (170,95,247). Sum of RGB (Red+Green+Blue) = 170+95+247=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 247 (96.88% from 255 or 48.24% from 512); Max value from RGB is 247 - color contains mainly: blue. Hex color #AA5FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5FF7 is #55A008. Grayscale: #868686. Windows color (decimal): -5611529 or 16211882. OLE color: 16211882.

HSL color Cylindrical-coordinate representation of color #AA5FF7: hue angle of 269.61º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA5FF7 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB17095247-
CMYK0.310.6200.03
HSL269.61º90.48%67.06%-
HSV(B)269.61º61.54%96.86%-
XYZ37.4623.4590.55-
YUV134.75191.35153.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 95 (37.5% from 255) = 18.55%
BLUE value IS 247 (96.88% from 255) = 48.24%
R=33.20%
G=18.55%
B=48.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal170952470.310.6200.03269.6190.4867.06
HexAA5FF71F3E0310e5a43
Octal252137367377603416132103
Binary101010101011111111101111111111111001110000111010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5FF7; }

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

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

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

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

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

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

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

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