#AE65ED

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

Shades of Medium Purple #AE65ED

Tints of Medium Purple #AE65ED

Color information

#AE65ED (or 0xAE65ED) is unknown color: approx Medium Purple. HEX triplet: AE, 65 and ED. RGB value is (174,101,237). Sum of RGB (Red+Green+Blue) = 174+101+237=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE65ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE65ED is #519A12. Grayscale: #898989. Windows color (decimal): -5347859 or 15558062. OLE color: 15558062.

HSL color Cylindrical-coordinate representation of color #AE65ED: hue angle of 272.21º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE65ED is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174101237-
CMYK0.270.5700.07
HSL272.21º79.07%66.27%-
HSV(B)272.21º57.38%92.94%-
XYZ37.424.4282.86-
YUV138.33183.68153.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.98%
GREEN value IS 101 (39.84% from 255) = 19.73%
BLUE value IS 237 (92.97% from 255) = 46.29%
R=33.98%
G=19.73%
B=46.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741012370.270.5700.07272.2179.0766.27
HexAE65ED1B39071104f42
Octal256145355337107420117102
Binary1010111011001011110110111011111001011110001000010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE65ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE65ED; }

 p { color: rgb(174,101,237); }

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

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

 a { background-color: rgb(174,101,237); }

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

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

 span { border-color: rgb(174,101,237); }

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