Html Css Color HEX #AE4ECF Medium Orchid

📋 copy color: '#AE4ECF'

red 174 ◦ green 78 ◦ blue 207

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

Shades of Medium Orchid #AE4ECF

Tints of Medium Orchid #AE4ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.1%

R = 37.91%
G = 16.99%
B = 45.1%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE4ECF (or 0xAE4ECF) is known color: Medium Orchid. HEX triplet: AE, 4E and CF. RGB value is (174,78,207). Sum of RGB (Red+Green+Blue) = 174+78+207=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE4ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4ECF is #51B130. Grayscale: #787878. Windows color (decimal): -5353777 or 13586094. OLE color: 13586094.

HSL color Cylindrical-coordinate representation of color #AE4ECF: hue angle of 284.65º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE4ECF is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 78 207 -
CMYK 0.16 0.62 0 0.19
HSL 284.65º 0.57% 0.56% -
HSV(B) 284.65º 0.62% 0.81% -
XYZ 31.44 18.95 61.03 -
YUV 121.41 176.3 165.51 -
System Red Green Blue C M Y K H S L
Decimal 174 78 207 0.16 0.62 0 0.19 284.65 0.57 0.56
Hex AE 4E CF 10 3E 0 13 11D 39 38
Octal 256 116 317 20 76 0 23 435 71 70
Binary 10101110 1001110 11001111 10000 111110 0 10011 100011101 111001 111000

Color Harmonies of #AE4ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4ECF

Black with #AE4ECF

Text Example


Text Example

White with #AE4ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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