#AA68F6

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

Shades of Medium Purple #AA68F6

Tints of Medium Purple #AA68F6

Color information

#AA68F6 (or 0xAA68F6) is unknown color: approx Medium Purple. HEX triplet: AA, 68 and F6. RGB value is (170,104,246). Sum of RGB (Red+Green+Blue) = 170+104+246=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #AA68F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA68F6 is #559709. Grayscale: #8B8B8B. Windows color (decimal): -5609226 or 16148650. OLE color: 16148650.

HSL color Cylindrical-coordinate representation of color #AA68F6: hue angle of 267.89º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA68F6 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB170104246-
CMYK0.310.5800.04
HSL267.89º88.75%68.63%-
HSV(B)267.89º57.72%96.47%-
XYZ38.1625.190.02-
YUV139.92187.87149.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.69%
GREEN value IS 104 (41.02% from 255) = 20%
BLUE value IS 246 (96.48% from 255) = 47.31%
R=32.69%
G=20%
B=47.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1701042460.310.5800.04267.8988.7568.63
HexAA68F61F3A0410c5945
Octal252150366377204414131105
Binary1010101011010001111011011111111010010010000110010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA68F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA68F6; }

 p { color: rgb(170,104,246); }

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

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

 a { background-color: rgb(170,104,246); }

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

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

 span { border-color: rgb(170,104,246); }

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