Html Css Color HEX #AE74EC Medium Purple

📋 copy color: '#AE74EC'

red 174 ◦ green 116 ◦ blue 236

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

Shades of Medium Purple #AE74EC

Tints of Medium Purple #AE74EC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.05%

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

R = 33.08%
G = 22.05%
B = 44.87%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE74EC (or 0xAE74EC) is known color: Medium Purple. HEX triplet: AE, 74 and EC. RGB value is (174,116,236). Sum of RGB (Red+Green+Blue) = 174+116+236=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE74EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE74EC is #518B13. Grayscale: #929292. Windows color (decimal): -5344020 or 15496366. OLE color: 15496366.

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

Color convert

RGB 174 116 236 -
CMYK 0.26 0.51 0 0.07
HSL 269º 0.76% 0.69% -
HSV(B) 269º 0.51% 0.93% -
XYZ 38.84 27.55 82.63 -
YUV 147.02 178.22 147.24 -
System Red Green Blue C M Y K H S L
Decimal 174 116 236 0.26 0.51 0 0.07 269 0.76 0.69
Hex AE 74 EC 1A 33 0 7 10D 4C 45
Octal 256 164 354 32 63 0 7 415 114 105
Binary 10101110 1110100 11101100 11010 110011 0 111 100001101 1001100 1000101

Color Harmonies of #AE74EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE74EC

Black with #AE74EC

Text Example


Text Example

White with #AE74EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE74EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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