Html Css Color HEX #AE68ED Medium Purple

📋 copy color: '#AE68ED'

red 174 ◦ green 104 ◦ blue 237

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

Shades of Medium Purple #AE68ED

Tints of Medium Purple #AE68ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.02%

R = 33.79%
G = 20.19%
B = 46.02%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE68ED (or 0xAE68ED) is known color: Medium Purple. HEX triplet: AE, 68 and ED. RGB value is (174,104,237). Sum of RGB (Red+Green+Blue) = 174+104+237=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 104 (41.02% from 255 or 20.19% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE68ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE68ED is #519712. Grayscale: #8B8B8B. Windows color (decimal): -5347091 or 15558830. OLE color: 15558830.

HSL color Cylindrical-coordinate representation of color #AE68ED: hue angle of 271.58º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE68ED is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 104 237 -
CMYK 0.27 0.56 0 0.07
HSL 271.58º 0.79% 0.67% -
HSV(B) 271.58º 0.56% 0.93% -
XYZ 37.69 25.01 82.96 -
YUV 140.09 182.69 152.19 -
System Red Green Blue C M Y K H S L
Decimal 174 104 237 0.27 0.56 0 0.07 271.58 0.79 0.67
Hex AE 68 ED 1B 38 0 7 110 4F 43
Octal 256 150 355 33 70 0 7 420 117 103
Binary 10101110 1101000 11101101 11011 111000 0 111 100010000 1001111 1000011

Color Harmonies of #AE68ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE68ED

Black with #AE68ED

Text Example


Text Example

White with #AE68ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE68ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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