Html Css Color HEX #AE64FF Medium Purple

📋 copy color: '#AE64FF'

red 174 ◦ green 100 ◦ blue 255

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

Shades of Medium Purple #AE64FF

Tints of Medium Purple #AE64FF

RGB

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

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

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

R = 32.89%
G = 18.9%
B = 48.2%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE64FF (or 0xAE64FF) is known color: Medium Purple. HEX triplet: AE, 64 and FF. RGB value is (174,100,255). Sum of RGB (Red+Green+Blue) = 174+100+255=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 100 (39.45% from 255 or 18.90% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE64FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE64FF is #519B00. Grayscale: #8B8B8B. Windows color (decimal): -5348097 or 16737454. OLE color: 16737454.

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

Color convert

RGB 174 100 255 -
CMYK 0.32 0.61 0 0
HSL 268.65º 1% 0.7% -
HSV(B) 268.65º 0.61% 1% -
XYZ 40.06 25.33 97.39 -
YUV 139.8 193.02 152.4 -
System Red Green Blue C M Y K H S L
Decimal 174 100 255 0.32 0.61 0 0 268.65 1 0.7
Hex AE 64 FF 20 3D 0 0 10D 64 46
Octal 256 144 377 40 75 0 0 415 144 106
Binary 10101110 1100100 11111111 100000 111101 0 0 100001101 1100100 1000110

Color Harmonies of #AE64FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE64FF

Black with #AE64FF

Text Example


Text Example

White with #AE64FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE64FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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