Html Css Color HEX #AE50EC Medium Orchid

📋 copy color: '#AE50EC'

red 174 ◦ green 80 ◦ blue 236

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

Shades of Medium Orchid #AE50EC

Tints of Medium Orchid #AE50EC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.33%

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

R = 35.51%
G = 16.33%
B = 48.16%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE50EC (or 0xAE50EC) is known color: Medium Orchid. HEX triplet: AE, 50 and EC. RGB value is (174,80,236). Sum of RGB (Red+Green+Blue) = 174+80+236=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE50EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE50EC is #51AF13. Grayscale: #7D7D7D. Windows color (decimal): -5353236 or 15487150. OLE color: 15487150.

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

Color convert

RGB 174 80 236 -
CMYK 0.26 0.66 0 0.07
HSL 276.15º 0.8% 0.62% -
HSV(B) 276.15º 0.66% 0.93% -
XYZ 35.46 20.79 81.5 -
YUV 125.89 190.14 162.32 -
System Red Green Blue C M Y K H S L
Decimal 174 80 236 0.26 0.66 0 0.07 276.15 0.8 0.62
Hex AE 50 EC 1A 42 0 7 114 50 3E
Octal 256 120 354 32 102 0 7 424 120 76
Binary 10101110 1010000 11101100 11010 1000010 0 111 100010100 1010000 111110

Color Harmonies of #AE50EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE50EC

Black with #AE50EC

Text Example


Text Example

White with #AE50EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE50EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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