Html Css Color HEX #AE68FA Medium Purple

📋 copy color: '#AE68FA'

red 174 ◦ green 104 ◦ blue 250

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

Shades of Medium Purple #AE68FA

Tints of Medium Purple #AE68FA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.7%

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

R = 32.95%
G = 19.7%
B = 47.35%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AE68FA (or 0xAE68FA) is known color: Medium Purple. HEX triplet: AE, 68 and FA. RGB value is (174,104,250). Sum of RGB (Red+Green+Blue) = 174+104+250=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #AE68FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE68FA is #519705. Grayscale: #8D8D8D. Windows color (decimal): -5347078 or 16410798. OLE color: 16410798.

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

Color convert

RGB 174 104 250 -
CMYK 0.30 0.58 0 0.02
HSL 268.77º 0.94% 0.69% -
HSV(B) 268.77º 0.58% 0.98% -
XYZ 39.66 25.8 93.33 -
YUV 141.57 189.19 151.13 -
System Red Green Blue C M Y K H S L
Decimal 174 104 250 0.30 0.58 0 0.02 268.77 0.94 0.69
Hex AE 68 FA 1E 3A 0 2 10D 5E 45
Octal 256 150 372 36 72 0 2 415 136 105
Binary 10101110 1101000 11111010 11110 111010 0 10 100001101 1011110 1000101

Color Harmonies of #AE68FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE68FA

Black with #AE68FA

Text Example


Text Example

White with #AE68FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE68FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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