Html Css Color HEX #AE40EF Medium Orchid

📋 copy color: '#AE40EF'

red 174 ◦ green 64 ◦ blue 239

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

Shades of Medium Orchid #AE40EF

Tints of Medium Orchid #AE40EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.1%

R = 36.48%
G = 13.42%
B = 50.1%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AE40EF (or 0xAE40EF) is known color: Medium Orchid. HEX triplet: AE, 40 and EF. RGB value is (174,64,239). Sum of RGB (Red+Green+Blue) = 174+64+239=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #AE40EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE40EF is #51BF10. Grayscale: #747474. Windows color (decimal): -5357329 or 15679662. OLE color: 15679662.

HSL color Cylindrical-coordinate representation of color #AE40EF: hue angle of 277.71º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE40EF is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 64 239 -
CMYK 0.27 0.73 0 0.06
HSL 277.71º 0.85% 0.59% -
HSV(B) 277.71º 0.73% 0.94% -
XYZ 34.87 18.9 83.47 -
YUV 116.84 196.94 168.77 -
System Red Green Blue C M Y K H S L
Decimal 174 64 239 0.27 0.73 0 0.06 277.71 0.85 0.59
Hex AE 40 EF 1B 49 0 6 116 55 3B
Octal 256 100 357 33 111 0 6 426 125 73
Binary 10101110 1000000 11101111 11011 1001001 0 110 100010110 1010101 111011

Color Harmonies of #AE40EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE40EF

Black with #AE40EF

Text Example


Text Example

White with #AE40EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE40EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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