#AE69EC

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

Shades of Medium Purple #AE69EC

Tints of Medium Purple #AE69EC

Color information

#AE69EC (or 0xAE69EC) is unknown color: approx Medium Purple. HEX triplet: AE, 69 and EC. RGB value is (174,105,236). Sum of RGB (Red+Green+Blue) = 174+105+236=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE69EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE69EC is #519613. Grayscale: #8C8C8C. Windows color (decimal): -5346836 or 15493550. OLE color: 15493550.

HSL color Cylindrical-coordinate representation of color #AE69EC: hue angle of 271.6º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE69EC is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174105236-
CMYK0.260.5600.07
HSL271.6º77.51%66.86%-
HSV(B)271.6º55.51%92.55%-
XYZ37.6525.1682.23-
YUV140.56181.86151.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.79%
GREEN value IS 105 (41.41% from 255) = 20.39%
BLUE value IS 236 (92.58% from 255) = 45.83%
R=33.79%
G=20.39%
B=45.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741052360.260.5600.07271.677.5166.86
HexAE69EC1A38071104e43
Octal256151354327007420116103
Binary1010111011010011110110011010111000011110001000010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE69EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE69EC; }

 p { color: rgb(174,105,236); }

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

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

 a { background-color: rgb(174,105,236); }

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

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

 span { border-color: rgb(174,105,236); }

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