Html Css Color HEX #AE4EDE Medium Orchid

📋 copy color: '#AE4EDE'

red 174 ◦ green 78 ◦ blue 222

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

Shades of Medium Orchid #AE4EDE

Tints of Medium Orchid #AE4EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.84%

R = 36.71%
G = 16.46%
B = 46.84%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE4EDE (or 0xAE4EDE) is known color: Medium Orchid. HEX triplet: AE, 4E and DE. RGB value is (174,78,222). Sum of RGB (Red+Green+Blue) = 174+78+222=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE4EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4EDE is #51B121. Grayscale: #7A7A7A. Windows color (decimal): -5353762 or 14569134. OLE color: 14569134.

HSL color Cylindrical-coordinate representation of color #AE4EDE: hue angle of 280º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE4EDE is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 78 222 -
CMYK 0.22 0.65 0 0.13
HSL 280º 0.69% 0.59% -
HSV(B) 280º 0.65% 0.87% -
XYZ 33.36 19.72 71.16 -
YUV 123.12 183.8 164.29 -
System Red Green Blue C M Y K H S L
Decimal 174 78 222 0.22 0.65 0 0.13 280 0.69 0.59
Hex AE 4E DE 16 41 0 D 118 45 3B
Octal 256 116 336 26 101 0 15 430 105 73
Binary 10101110 1001110 11011110 10110 1000001 0 1101 100011000 1000101 111011

Color Harmonies of #AE4EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4EDE

Black with #AE4EDE

Text Example


Text Example

White with #AE4EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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