Html Css Color HEX #AE68EF Medium Purple

📋 copy color: '#AE68EF'

red 174 ◦ green 104 ◦ blue 239

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

Shades of Medium Purple #AE68EF

Tints of Medium Purple #AE68EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.23%

R = 33.66%
G = 20.12%
B = 46.23%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AE68EF (or 0xAE68EF) is known color: Medium Purple. HEX triplet: AE, 68 and EF. RGB value is (174,104,239). Sum of RGB (Red+Green+Blue) = 174+104+239=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #AE68EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE68EF is #519710. Grayscale: #8B8B8B. Windows color (decimal): -5347089 or 15689902. OLE color: 15689902.

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

Color convert

RGB 174 104 239 -
CMYK 0.27 0.56 0 0.06
HSL 271.11º 0.81% 0.67% -
HSV(B) 271.11º 0.56% 0.94% -
XYZ 37.99 25.13 84.51 -
YUV 140.32 183.69 152.02 -
System Red Green Blue C M Y K H S L
Decimal 174 104 239 0.27 0.56 0 0.06 271.11 0.81 0.67
Hex AE 68 EF 1B 38 0 6 10F 51 43
Octal 256 150 357 33 70 0 6 417 121 103
Binary 10101110 1101000 11101111 11011 111000 0 110 100001111 1010001 1000011

Color Harmonies of #AE68EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE68EF

Black with #AE68EF

Text Example


Text Example

White with #AE68EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE68EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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