Html Css Color HEX #AE63FA Medium Purple

📋 copy color: '#AE63FA'

red 174 ◦ green 99 ◦ blue 250

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

Shades of Medium Purple #AE63FA

Tints of Medium Purple #AE63FA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.93%

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

R = 33.27%
G = 18.93%
B = 47.8%

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

#AE63FA (or 0xAE63FA) is known color: Medium Purple. HEX triplet: AE, 63 and FA. RGB value is (174,99,250). Sum of RGB (Red+Green+Blue) = 174+99+250=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 99 (39.06% from 255 or 18.93% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #AE63FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE63FA is #519C05. Grayscale: #8A8A8A. Windows color (decimal): -5348358 or 16409518. OLE color: 16409518.

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

Color convert

RGB 174 99 250 -
CMYK 0.30 0.60 0 0.02
HSL 269.8º 0.94% 0.68% -
HSV(B) 269.8º 0.6% 0.98% -
XYZ 39.17 24.82 93.17 -
YUV 138.64 190.85 153.22 -
System Red Green Blue C M Y K H S L
Decimal 174 99 250 0.30 0.60 0 0.02 269.8 0.94 0.68
Hex AE 63 FA 1E 3C 0 2 10E 5E 44
Octal 256 143 372 36 74 0 2 416 136 104
Binary 10101110 1100011 11111010 11110 111100 0 10 100001110 1011110 1000100

Color Harmonies of #AE63FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE63FA

Black with #AE63FA

Text Example


Text Example

White with #AE63FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE63FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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