Html Css Color HEX #AE4EC6 Medium Orchid

📋 copy color: '#AE4EC6'

red 174 ◦ green 78 ◦ blue 198

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

Shades of Medium Orchid #AE4EC6

Tints of Medium Orchid #AE4EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44%

R = 38.67%
G = 17.33%
B = 44%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AE4EC6 (or 0xAE4EC6) is known color: Medium Orchid. HEX triplet: AE, 4E and C6. RGB value is (174,78,198). Sum of RGB (Red+Green+Blue) = 174+78+198=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 198 (77.73% from 255 or 44% from 450); Max value from RGB is 198 - color contains mainly: blue. Hex color #AE4EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4EC6 is #51B139. Grayscale: #787878. Windows color (decimal): -5353786 or 12996270. OLE color: 12996270.

HSL color Cylindrical-coordinate representation of color #AE4EC6: hue angle of 288º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE4EC6 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 78 198 -
CMYK 0.12 0.61 0 0.22
HSL 288º 0.51% 0.54% -
HSV(B) 288º 0.61% 0.78% -
XYZ 30.37 18.52 55.4 -
YUV 120.38 171.8 166.24 -
System Red Green Blue C M Y K H S L
Decimal 174 78 198 0.12 0.61 0 0.22 288 0.51 0.54
Hex AE 4E C6 C 3D 0 16 120 33 36
Octal 256 116 306 14 75 0 26 440 63 66
Binary 10101110 1001110 11000110 1100 111101 0 10110 100100000 110011 110110

Color Harmonies of #AE4EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4EC6

Black with #AE4EC6

Text Example


Text Example

White with #AE4EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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