Html Css Color HEX #AE65EF Medium Purple

📋 copy color: '#AE65EF'

red 174 ◦ green 101 ◦ blue 239

#AE65EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #AE65EF

Tints of Medium Purple #AE65EF

RGB

 RED value IS 174 (68.36% from 255) = 33.85%

 GREEN value IS 101 (39.84% from 255) = 19.65%

 BLUE value IS 239 (93.75% from 255) = 46.5%

R = 33.85%
G = 19.65%
B = 46.5%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AE65EF (or 0xAE65EF) is known color: Medium Purple. HEX triplet: AE, 65 and EF. RGB value is (174,101,239). Sum of RGB (Red+Green+Blue) = 174+101+239=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #AE65EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE65EF is #519A10. Grayscale: #8A8A8A. Windows color (decimal): -5347857 or 15689134. OLE color: 15689134.

HSL color Cylindrical-coordinate representation of color #AE65EF: hue angle of 271.74º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE65EF is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 101 239 -
CMYK 0.27 0.58 0 0.06
HSL 271.74º 0.81% 0.67% -
HSV(B) 271.74º 0.58% 0.94% -
XYZ 37.69 24.54 84.41 -
YUV 138.56 184.68 153.28 -
System Red Green Blue C M Y K H S L
Decimal 174 101 239 0.27 0.58 0 0.06 271.74 0.81 0.67
Hex AE 65 EF 1B 3A 0 6 110 51 43
Octal 256 145 357 33 72 0 6 420 121 103
Binary 10101110 1100101 11101111 11011 111010 0 110 100010000 1010001 1000011

Color Harmonies of #AE65EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE65EF

Black with #AE65EF

Text Example


Text Example

White with #AE65EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE65EF; }

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

 H1.HeaderClassName
 {
   color: #AE65EF;
 }
 .AnyTagClassName
 {
   color: #AE65EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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