Html Css Color HEX #AE68FF Medium Purple

📋 copy color: '#AE68FF'

red 174 ◦ green 104 ◦ blue 255

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

Shades of Medium Purple #AE68FF

Tints of Medium Purple #AE68FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.84%

R = 32.65%
G = 19.51%
B = 47.84%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE68FF (or 0xAE68FF) is known color: Medium Purple. HEX triplet: AE, 68 and FF. RGB value is (174,104,255). Sum of RGB (Red+Green+Blue) = 174+104+255=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE68FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE68FF is #519700. Grayscale: #8D8D8D. Windows color (decimal): -5347073 or 16738478. OLE color: 16738478.

HSL color Cylindrical-coordinate representation of color #AE68FF: hue angle of 267.81º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE68FF is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 104 255 -
CMYK 0.32 0.59 0 0
HSL 267.81º 1% 0.7% -
HSV(B) 267.81º 0.59% 1% -
XYZ 40.46 26.12 97.52 -
YUV 142.14 191.69 150.72 -
System Red Green Blue C M Y K H S L
Decimal 174 104 255 0.32 0.59 0 0 267.81 1 0.7
Hex AE 68 FF 20 3B 0 0 10C 64 46
Octal 256 150 377 40 73 0 0 414 144 106
Binary 10101110 1101000 11111111 100000 111011 0 0 100001100 1100100 1000110

Color Harmonies of #AE68FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE68FF

Black with #AE68FF

Text Example


Text Example

White with #AE68FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE68FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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