#AA6AFF

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

Shades of Medium Purple #AA6AFF

Tints of Medium Purple #AA6AFF

Color information

#AA6AFF (or 0xAA6AFF) is unknown color: approx Medium Purple. HEX triplet: AA, 6A and FF. RGB value is (170,106,255). Sum of RGB (Red+Green+Blue) = 170+106+255=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA6AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6AFF is #559500. Grayscale: #8D8D8D. Windows color (decimal): -5608705 or 16738986. OLE color: 16738986.

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

Color convert

RGB170106255-
CMYK0.330.5800
HSL265.77º100%70.78%-
HSV(B)265.77º58.43%100%-
XYZ39.7826.0797.54-
YUV142.12191.7147.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.02%
GREEN value IS 106 (41.80% from 255) = 19.96%
BLUE value IS 255 (100% from 255) = 48.02%
R=32.02%
G=19.96%
B=48.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1701062550.330.5800265.7710070.78
HexAA6AFF213A0010a6447
Octal252152377417200412144107
Binary101010101101010111111111000011110100010000101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6AFF; }

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

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

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

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

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

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

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

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