Html Css Color HEX #AE4EC4 Medium Orchid

📋 copy color: '#AE4EC4'

red 174 ◦ green 78 ◦ blue 196

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

Shades of Medium Orchid #AE4EC4

Tints of Medium Orchid #AE4EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.75%

R = 38.84%
G = 17.41%
B = 43.75%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AE4EC4 (or 0xAE4EC4) is known color: Medium Orchid. HEX triplet: AE, 4E and C4. RGB value is (174,78,196). Sum of RGB (Red+Green+Blue) = 174+78+196=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 196 (76.95% from 255 or 43.75% from 448); Max value from RGB is 196 - color contains mainly: blue. Hex color #AE4EC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4EC4 is #51B13B. Grayscale: #777777. Windows color (decimal): -5353788 or 12865198. OLE color: 12865198.

HSL color Cylindrical-coordinate representation of color #AE4EC4: hue angle of 288.81º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE4EC4 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 174 78 196 -
CMYK 0.11 0.60 0 0.23
HSL 288.81º 0.5% 0.54% -
HSV(B) 288.81º 0.6% 0.77% -
XYZ 30.14 18.43 54.19 -
YUV 120.16 170.8 166.41 -
System Red Green Blue C M Y K H S L
Decimal 174 78 196 0.11 0.60 0 0.23 288.81 0.5 0.54
Hex AE 4E C4 B 3C 0 17 121 32 36
Octal 256 116 304 13 74 0 27 441 62 66
Binary 10101110 1001110 11000100 1011 111100 0 10111 100100001 110010 110110

Color Harmonies of #AE4EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4EC4

Black with #AE4EC4

Text Example


Text Example

White with #AE4EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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