#AE79FA

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

Shades of Medium Purple #AE79FA

Tints of Medium Purple #AE79FA

Color information

#AE79FA (or 0xAE79FA) is unknown color: approx Medium Purple. HEX triplet: AE, 79 and FA. RGB value is (174,121,250). Sum of RGB (Red+Green+Blue) = 174+121+250=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 121 (47.66% from 255 or 22.20% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #AE79FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE79FA is #518605. Grayscale: #979797. Windows color (decimal): -5342726 or 16415150. OLE color: 16415150.

HSL color Cylindrical-coordinate representation of color #AE79FA: hue angle of 264.65º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE79FA is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174121250-
CMYK0.300.5200.02
HSL264.65º92.81%72.75%-
HSV(B)264.65º51.6%98.04%-
XYZ41.5529.5893.96-
YUV151.55183.56144.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.93%
GREEN value IS 121 (47.66% from 255) = 22.20%
BLUE value IS 250 (98.05% from 255) = 45.87%
R=31.93%
G=22.20%
B=45.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741212500.300.5200.02264.6592.8172.75
HexAE79FA1E34021095d49
Octal256171372366402411135111
Binary101011101111001111110101111011010001010000100110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE79FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE79FA; }

 p { color: rgb(174,121,250); }

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

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

 a { background-color: rgb(174,121,250); }

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

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

 span { border-color: rgb(174,121,250); }

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