Html Css Color HEX #AE65FE Medium Purple

📋 copy color: '#AE65FE'

red 174 ◦ green 101 ◦ blue 254

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

Shades of Medium Purple #AE65FE

Tints of Medium Purple #AE65FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.02%

R = 32.89%
G = 19.09%
B = 48.02%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AE65FE (or 0xAE65FE) is known color: Medium Purple. HEX triplet: AE, 65 and FE. RGB value is (174,101,254). Sum of RGB (Red+Green+Blue) = 174+101+254=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #AE65FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE65FE is #519A01. Grayscale: #8B8B8B. Windows color (decimal): -5347842 or 16672174. OLE color: 16672174.

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

Color convert

RGB 174 101 254 -
CMYK 0.31 0.60 0 0.00
HSL 268.63º 0.99% 0.7% -
HSV(B) 268.63º 0.6% 1% -
XYZ 40 25.46 96.57 -
YUV 140.27 192.18 152.06 -
System Red Green Blue C M Y K H S L
Decimal 174 101 254 0.31 0.60 0 0.00 268.63 0.99 0.7
Hex AE 65 FE 1F 3C 0 0 10D 63 46
Octal 256 145 376 37 74 0 0 415 143 106
Binary 10101110 1100101 11111110 11111 111100 0 0 100001101 1100011 1000110

Color Harmonies of #AE65FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE65FE

Black with #AE65FE

Text Example


Text Example

White with #AE65FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE65FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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