Html Css Color HEX #AE4EDC Medium Orchid

📋 copy color: '#AE4EDC'

red 174 ◦ green 78 ◦ blue 220

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

Shades of Medium Orchid #AE4EDC

Tints of Medium Orchid #AE4EDC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.53%

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 36.86%
G = 16.53%
B = 46.61%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE4EDC (or 0xAE4EDC) is known color: Medium Orchid. HEX triplet: AE, 4E and DC. RGB value is (174,78,220). Sum of RGB (Red+Green+Blue) = 174+78+220=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE4EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4EDC is #51B123. Grayscale: #7A7A7A. Windows color (decimal): -5353764 or 14438062. OLE color: 14438062.

HSL color Cylindrical-coordinate representation of color #AE4EDC: hue angle of 280.56º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE4EDC is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 78 220 -
CMYK 0.21 0.65 0 0.14
HSL 280.56º 0.67% 0.58% -
HSV(B) 280.56º 0.65% 0.86% -
XYZ 33.1 19.61 69.75 -
YUV 122.89 182.8 164.45 -
System Red Green Blue C M Y K H S L
Decimal 174 78 220 0.21 0.65 0 0.14 280.56 0.67 0.58
Hex AE 4E DC 15 41 0 E 119 43 3A
Octal 256 116 334 25 101 0 16 431 103 72
Binary 10101110 1001110 11011100 10101 1000001 0 1110 100011001 1000011 111010

Color Harmonies of #AE4EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4EDC

Black with #AE4EDC

Text Example


Text Example

White with #AE4EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4EDC; }

 p { color: rgb(174,78,220); }

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

background-color css

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

 a { background-color: rgb(174,78,220); }

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

border-color css

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

 span { border-color: rgb(174,78,220); }

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