Html Css Color HEX #AE65EC Medium Purple

📋 copy color: '#AE65EC'

red 174 ◦ green 101 ◦ blue 236

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

Shades of Medium Purple #AE65EC

Tints of Medium Purple #AE65EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.18%

R = 34.05%
G = 19.77%
B = 46.18%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE65EC (or 0xAE65EC) is known color: Medium Purple. HEX triplet: AE, 65 and EC. RGB value is (174,101,236). Sum of RGB (Red+Green+Blue) = 174+101+236=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE65EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE65EC is #519A13. Grayscale: #898989. Windows color (decimal): -5347860 or 15492526. OLE color: 15492526.

HSL color Cylindrical-coordinate representation of color #AE65EC: hue angle of 272.44º degrees, saturation: 0.78, 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 #AE65EC is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 101 236 -
CMYK 0.26 0.57 0 0.07
HSL 272.44º 0.78% 0.66% -
HSV(B) 272.44º 0.57% 0.93% -
XYZ 37.25 24.36 82.1 -
YUV 138.22 183.18 153.52 -
System Red Green Blue C M Y K H S L
Decimal 174 101 236 0.26 0.57 0 0.07 272.44 0.78 0.66
Hex AE 65 EC 1A 39 0 7 110 4E 42
Octal 256 145 354 32 71 0 7 420 116 102
Binary 10101110 1100101 11101100 11010 111001 0 111 100010000 1001110 1000010

Color Harmonies of #AE65EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE65EC

Black with #AE65EC

Text Example


Text Example

White with #AE65EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE65EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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