Html Css Color HEX #AE64FE Medium Purple

📋 copy color: '#AE64FE'

red 174 ◦ green 100 ◦ blue 254

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

Shades of Medium Purple #AE64FE

Tints of Medium Purple #AE64FE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.94%

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

R = 32.95%
G = 18.94%
B = 48.11%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AE64FE (or 0xAE64FE) is known color: Medium Purple. HEX triplet: AE, 64 and FE. RGB value is (174,100,254). Sum of RGB (Red+Green+Blue) = 174+100+254=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 100 (39.45% from 255 or 18.94% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #AE64FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE64FE is #519B01. Grayscale: #8B8B8B. Windows color (decimal): -5348098 or 16671918. OLE color: 16671918.

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

Color convert

RGB 174 100 254 -
CMYK 0.31 0.61 0 0.00
HSL 268.83º 0.99% 0.69% -
HSV(B) 268.83º 0.61% 1% -
XYZ 39.9 25.27 96.54 -
YUV 139.68 192.52 152.48 -
System Red Green Blue C M Y K H S L
Decimal 174 100 254 0.31 0.61 0 0.00 268.83 0.99 0.69
Hex AE 64 FE 1F 3D 0 0 10D 63 45
Octal 256 144 376 37 75 0 0 415 143 105
Binary 10101110 1100100 11111110 11111 111101 0 0 100001101 1100011 1000101

Color Harmonies of #AE64FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE64FE

Black with #AE64FE

Text Example


Text Example

White with #AE64FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE64FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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