Html Css Color HEX #AE40EC Medium Orchid

📋 copy color: '#AE40EC'

red 174 ◦ green 64 ◦ blue 236

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

Shades of Medium Orchid #AE40EC

Tints of Medium Orchid #AE40EC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.5%

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

R = 36.71%
G = 13.5%
B = 49.79%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE40EC (or 0xAE40EC) is known color: Medium Orchid. HEX triplet: AE, 40 and EC. RGB value is (174,64,236). Sum of RGB (Red+Green+Blue) = 174+64+236=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE40EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE40EC is #51BF13. Grayscale: #737373. Windows color (decimal): -5357332 or 15483054. OLE color: 15483054.

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

Color convert

RGB 174 64 236 -
CMYK 0.26 0.73 0 0.07
HSL 278.37º 0.82% 0.59% -
HSV(B) 278.37º 0.73% 0.93% -
XYZ 34.43 18.72 81.16 -
YUV 116.5 195.44 169.01 -
System Red Green Blue C M Y K H S L
Decimal 174 64 236 0.26 0.73 0 0.07 278.37 0.82 0.59
Hex AE 40 EC 1A 49 0 7 116 52 3B
Octal 256 100 354 32 111 0 7 426 122 73
Binary 10101110 1000000 11101100 11010 1001001 0 111 100010110 1010010 111011

Color Harmonies of #AE40EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE40EC

Black with #AE40EC

Text Example


Text Example

White with #AE40EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE40EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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