#AA78FE

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

Shades of Medium Purple #AA78FE

Tints of Medium Purple #AA78FE

Color information

#AA78FE (or 0xAA78FE) is unknown color: approx Medium Purple. HEX triplet: AA, 78 and FE. RGB value is (170,120,254). Sum of RGB (Red+Green+Blue) = 170+120+254=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA78FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA78FE is #558701. Grayscale: #959595. Windows color (decimal): -5605122 or 16677034. OLE color: 16677034.

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

Color convert

RGB170120254-
CMYK0.330.5300.00
HSL262.39º98.53%73.33%-
HSV(B)262.39º52.76%99.61%-
XYZ41.1829.1397.22-
YUV150.23186.56142.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.25%
GREEN value IS 120 (47.27% from 255) = 22.06%
BLUE value IS 254 (99.61% from 255) = 46.69%
R=31.25%
G=22.06%
B=46.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1701202540.330.5300.00262.3998.5373.33
HexAA78FE2135001066349
Octal252170376416500406143111
Binary101010101111000111111101000011101010010000011011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA78FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA78FE; }

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

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

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

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

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

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

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

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