Html Css Color HEX #AE72EC Medium Purple

📋 copy color: '#AE72EC'

red 174 ◦ green 114 ◦ blue 236

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

Shades of Medium Purple #AE72EC

Tints of Medium Purple #AE72EC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.76%

 BLUE value IS 236 (92.58% from 255) = 45.04%

R = 33.21%
G = 21.76%
B = 45.04%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE72EC (or 0xAE72EC) is known color: Medium Purple. HEX triplet: AE, 72 and EC. RGB value is (174,114,236). Sum of RGB (Red+Green+Blue) = 174+114+236=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE72EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE72EC is #518D13. Grayscale: #919191. Windows color (decimal): -5344532 or 15495854. OLE color: 15495854.

HSL color Cylindrical-coordinate representation of color #AE72EC: hue angle of 269.51º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE72EC is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 114 236 -
CMYK 0.26 0.52 0 0.07
HSL 269.51º 0.76% 0.69% -
HSV(B) 269.51º 0.52% 0.93% -
XYZ 38.61 27.09 82.55 -
YUV 145.85 178.88 148.08 -
System Red Green Blue C M Y K H S L
Decimal 174 114 236 0.26 0.52 0 0.07 269.51 0.76 0.69
Hex AE 72 EC 1A 34 0 7 10E 4C 45
Octal 256 162 354 32 64 0 7 416 114 105
Binary 10101110 1110010 11101100 11010 110100 0 111 100001110 1001100 1000101

Color Harmonies of #AE72EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE72EC

Black with #AE72EC

Text Example


Text Example

White with #AE72EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE72EC; }

 p { color: rgb(174,114,236); }

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

background-color css

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

 a { background-color: rgb(174,114,236); }

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

border-color css

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

 span { border-color: rgb(174,114,236); }

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