#AA78F7

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

Shades of Medium Purple #AA78F7

Tints of Medium Purple #AA78F7

Color information

#AA78F7 (or 0xAA78F7) is unknown color: approx Medium Purple. HEX triplet: AA, 78 and F7. RGB value is (170,120,247). Sum of RGB (Red+Green+Blue) = 170+120+247=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 247 (96.88% from 255 or 46.00% from 537); Max value from RGB is 247 - color contains mainly: blue. Hex color #AA78F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA78F7 is #558708. Grayscale: #949494. Windows color (decimal): -5605129 or 16218282. OLE color: 16218282.

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

Color convert

RGB170120247-
CMYK0.310.5100.03
HSL263.62º88.81%71.96%-
HSV(B)263.62º51.42%96.86%-
XYZ40.0828.6991.42-
YUV149.43183.06142.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 120 (47.27% from 255) = 22.35%
BLUE value IS 247 (96.88% from 255) = 46.00%
R=31.66%
G=22.35%
B=46.00%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1701202470.310.5100.03263.6288.8171.96
HexAA78F71F33031085948
Octal252170367376303410131110
Binary101010101111000111101111111111001101110000100010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA78F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA78F7; }

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

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

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

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

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

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

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

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