#AE74E6

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

Shades of Medium Purple #AE74E6

Tints of Medium Purple #AE74E6

Color information

#AE74E6 (or 0xAE74E6) is unknown color: approx Medium Purple. HEX triplet: AE, 74 and E6. RGB value is (174,116,230). Sum of RGB (Red+Green+Blue) = 174+116+230=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 116 (45.70% from 255 or 22.31% from 520); Blue value is 230 (90.23% from 255 or 44.23% from 520); Max value from RGB is 230 - color contains mainly: blue. Hex color #AE74E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE74E6 is #518B19. Grayscale: #919191. Windows color (decimal): -5344026 or 15103150. OLE color: 15103150.

HSL color Cylindrical-coordinate representation of color #AE74E6: hue angle of 270.53º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE74E6 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB174116230-
CMYK0.240.5000.10
HSL270.53º69.51%67.84%-
HSV(B)270.53º49.57%90.2%-
XYZ37.9827.278.11-
YUV146.34175.22147.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.46%
GREEN value IS 116 (45.70% from 255) = 22.31%
BLUE value IS 230 (90.23% from 255) = 44.23%
R=33.46%
G=22.31%
B=44.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1741162300.240.5000.10270.5369.5167.84
HexAE74E618320A10f4644
Octal2561643463062012417106104
Binary10101110111010011100110110001100100101010000111110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE74E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE74E6; }

 p { color: rgb(174,116,230); }

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

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

 a { background-color: rgb(174,116,230); }

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

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

 span { border-color: rgb(174,116,230); }

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