#AE6FEA

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

Shades of Medium Purple #AE6FEA

Tints of Medium Purple #AE6FEA

Color information

#AE6FEA (or 0xAE6FEA) is unknown color: approx Medium Purple. HEX triplet: AE, 6F and EA. RGB value is (174,111,234). Sum of RGB (Red+Green+Blue) = 174+111+234=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #AE6FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE6FEA is #519015. Grayscale: #8F8F8F. Windows color (decimal): -5345302 or 15364014. OLE color: 15364014.

HSL color Cylindrical-coordinate representation of color #AE6FEA: hue angle of 270.73º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE6FEA is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174111234-
CMYK0.260.5300.08
HSL270.73º74.55%67.65%-
HSV(B)270.73º52.56%91.76%-
XYZ37.9926.3180.92-
YUV143.86178.87149.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 111 (43.75% from 255) = 21.39%
BLUE value IS 234 (91.80% from 255) = 45.09%
R=33.53%
G=21.39%
B=45.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741112340.260.5300.08270.7374.5567.65
HexAE6FEA1A350810f4b44
Octal2561573523265010417113104
Binary10101110110111111101010110101101010100010000111110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6FEA; }

 p { color: rgb(174,111,234); }

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

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

 a { background-color: rgb(174,111,234); }

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

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

 span { border-color: rgb(174,111,234); }

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