#AE76E7

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

Shades of Medium Purple #AE76E7

Tints of Medium Purple #AE76E7

Color information

#AE76E7 (or 0xAE76E7) is unknown color: approx Medium Purple. HEX triplet: AE, 76 and E7. RGB value is (174,118,231). Sum of RGB (Red+Green+Blue) = 174+118+231=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 118 (46.48% from 255 or 22.56% from 523); Blue value is 231 (90.62% from 255 or 44.17% from 523); Max value from RGB is 231 - color contains mainly: blue. Hex color #AE76E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE76E7 is #518918. Grayscale: #939393. Windows color (decimal): -5343513 or 15169198. OLE color: 15169198.

HSL color Cylindrical-coordinate representation of color #AE76E7: hue angle of 269.73º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE76E7 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB174118231-
CMYK0.250.4900.09
HSL269.73º70.19%68.43%-
HSV(B)269.73º48.92%90.59%-
XYZ38.3627.7378.93-
YUV147.63175.05146.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.27%
GREEN value IS 118 (46.48% from 255) = 22.56%
BLUE value IS 231 (90.62% from 255) = 44.17%
R=33.27%
G=22.56%
B=44.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1741182310.250.4900.09269.7370.1968.43
HexAE76E719310910e4644
Octal2561663473161011416106104
Binary10101110111011011100111110011100010100110000111010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE76E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE76E7; }

 p { color: rgb(174,118,231); }

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

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

 a { background-color: rgb(174,118,231); }

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

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

 span { border-color: rgb(174,118,231); }

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