Html Css Color HEX #AE65FA Medium Purple

📋 copy color: '#AE65FA'

red 174 ◦ green 101 ◦ blue 250

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

Shades of Medium Purple #AE65FA

Tints of Medium Purple #AE65FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.62%

R = 33.14%
G = 19.24%
B = 47.62%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AE65FA (or 0xAE65FA) is known color: Medium Purple. HEX triplet: AE, 65 and FA. RGB value is (174,101,250). Sum of RGB (Red+Green+Blue) = 174+101+250=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #AE65FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE65FA is #519A05. Grayscale: #8B8B8B. Windows color (decimal): -5347846 or 16410030. OLE color: 16410030.

HSL color Cylindrical-coordinate representation of color #AE65FA: hue angle of 269.4º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE65FA is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 101 250 -
CMYK 0.30 0.60 0 0.02
HSL 269.4º 0.94% 0.69% -
HSV(B) 269.4º 0.6% 0.98% -
XYZ 39.36 25.21 93.23 -
YUV 139.81 190.18 152.38 -
System Red Green Blue C M Y K H S L
Decimal 174 101 250 0.30 0.60 0 0.02 269.4 0.94 0.69
Hex AE 65 FA 1E 3C 0 2 10D 5E 45
Octal 256 145 372 36 74 0 2 415 136 105
Binary 10101110 1100101 11111010 11110 111100 0 10 100001101 1011110 1000101

Color Harmonies of #AE65FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE65FA

Black with #AE65FA

Text Example


Text Example

White with #AE65FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE65FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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