Html Css Color HEX #AE49EC Medium Orchid

📋 copy color: '#AE49EC'

red 174 ◦ green 73 ◦ blue 236

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

Shades of Medium Orchid #AE49EC

Tints of Medium Orchid #AE49EC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.11%

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

R = 36.02%
G = 15.11%
B = 48.86%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE49EC (or 0xAE49EC) is known color: Medium Orchid. HEX triplet: AE, 49 and EC. RGB value is (174,73,236). Sum of RGB (Red+Green+Blue) = 174+73+236=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 73 (28.91% from 255 or 15.11% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE49EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE49EC is #51B613. Grayscale: #797979. Windows color (decimal): -5355028 or 15485358. OLE color: 15485358.

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

Color convert

RGB 174 73 236 -
CMYK 0.26 0.69 0 0.07
HSL 277.18º 0.81% 0.61% -
HSV(B) 277.18º 0.69% 0.93% -
XYZ 34.98 19.82 81.34 -
YUV 121.78 192.46 165.25 -
System Red Green Blue C M Y K H S L
Decimal 174 73 236 0.26 0.69 0 0.07 277.18 0.81 0.61
Hex AE 49 EC 1A 45 0 7 115 51 3D
Octal 256 111 354 32 105 0 7 425 121 75
Binary 10101110 1001001 11101100 11010 1000101 0 111 100010101 1010001 111101

Color Harmonies of #AE49EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE49EC

Black with #AE49EC

Text Example


Text Example

White with #AE49EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE49EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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