Html Css Color HEX #AE65FF Medium Purple

📋 copy color: '#AE65FF'

red 174 ◦ green 101 ◦ blue 255

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

Shades of Medium Purple #AE65FF

Tints of Medium Purple #AE65FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.11%

R = 32.83%
G = 19.06%
B = 48.11%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE65FF (or 0xAE65FF) is known color: Medium Purple. HEX triplet: AE, 65 and FF. RGB value is (174,101,255). Sum of RGB (Red+Green+Blue) = 174+101+255=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 101 (39.84% from 255 or 19.06% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE65FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE65FF is #519A00. Grayscale: #8B8B8B. Windows color (decimal): -5347841 or 16737710. OLE color: 16737710.

HSL color Cylindrical-coordinate representation of color #AE65FF: hue angle of 268.44º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE65FF is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 101 255 -
CMYK 0.32 0.60 0 0
HSL 268.44º 1% 0.7% -
HSV(B) 268.44º 0.6% 1% -
XYZ 40.16 25.53 97.42 -
YUV 140.38 192.68 151.98 -
System Red Green Blue C M Y K H S L
Decimal 174 101 255 0.32 0.60 0 0 268.44 1 0.7
Hex AE 65 FF 20 3C 0 0 10C 64 46
Octal 256 145 377 40 74 0 0 414 144 106
Binary 10101110 1100101 11111111 100000 111100 0 0 100001100 1100100 1000110

Color Harmonies of #AE65FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE65FF

Black with #AE65FF

Text Example


Text Example

White with #AE65FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE65FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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