Html Css Color HEX #AE64FA Medium Purple

📋 copy color: '#AE64FA'

red 174 ◦ green 100 ◦ blue 250

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

Shades of Medium Purple #AE64FA

Tints of Medium Purple #AE64FA

RGB

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

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

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

R = 33.21%
G = 19.08%
B = 47.71%

CMYK

 C value IS 0.30

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AE64FA (or 0xAE64FA) is known color: Medium Purple. HEX triplet: AE, 64 and FA. RGB value is (174,100,250). Sum of RGB (Red+Green+Blue) = 174+100+250=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #AE64FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE64FA is #519B05. Grayscale: #8A8A8A. Windows color (decimal): -5348102 or 16409774. OLE color: 16409774.

HSL color Cylindrical-coordinate representation of color #AE64FA: hue angle of 269.6º 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 #AE64FA is Cyan = 0.30, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 100 250 -
CMYK 0.30 0.6 0 0.02
HSL 269.6º 0.94% 0.69% -
HSV(B) 269.6º 0.6% 0.98% -
XYZ 39.27 25.02 93.2 -
YUV 139.23 190.52 152.8 -
System Red Green Blue C M Y K H S L
Decimal 174 100 250 0.30 0.6 0 0.02 269.6 0.94 0.69
Hex AE 64 FA 1E 3C 0 2 10E 5E 45
Octal 256 144 372 36 74 0 2 416 136 105
Binary 10101110 1100100 11111010 11110 111100 0 10 100001110 1011110 1000101

Color Harmonies of #AE64FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE64FA

Black with #AE64FA

Text Example


Text Example

White with #AE64FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE64FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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