#AA5FF1

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

Shades of Medium Purple #AA5FF1

Tints of Medium Purple #AA5FF1

Color information

#AA5FF1 (or 0xAA5FF1) is unknown color: approx Medium Purple. HEX triplet: AA, 5F and F1. RGB value is (170,95,241). Sum of RGB (Red+Green+Blue) = 170+95+241=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 95 (37.5% from 255 or 18.77% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA5FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5FF1 is #55A00E. Grayscale: #858585. Windows color (decimal): -5611535 or 15818666. OLE color: 15818666.

HSL color Cylindrical-coordinate representation of color #AA5FF1: hue angle of 270.82º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA5FF1 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17095241-
CMYK0.290.6100.05
HSL270.82º83.91%65.88%-
HSV(B)270.82º60.58%94.51%-
XYZ36.5523.0885.75-
YUV134.07188.35153.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 95 (37.5% from 255) = 18.77%
BLUE value IS 241 (94.53% from 255) = 47.63%
R=33.60%
G=18.77%
B=47.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal170952410.290.6100.05270.8283.9165.88
HexAA5FF11D3D0510f5442
Octal252137361357505417124102
Binary1010101010111111111000111101111101010110000111110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5FF1; }

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

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

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

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

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

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

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

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