Html Css Color HEX #AE4ECC Medium Orchid

📋 copy color: '#AE4ECC'

red 174 ◦ green 78 ◦ blue 204

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

Shades of Medium Orchid #AE4ECC

Tints of Medium Orchid #AE4ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.74%

R = 38.16%
G = 17.11%
B = 44.74%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AE4ECC (or 0xAE4ECC) is known color: Medium Orchid. HEX triplet: AE, 4E and CC. RGB value is (174,78,204). Sum of RGB (Red+Green+Blue) = 174+78+204=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 78 (30.86% from 255 or 17.11% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE4ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4ECC is #51B133. Grayscale: #787878. Windows color (decimal): -5353780 or 13389486. OLE color: 13389486.

HSL color Cylindrical-coordinate representation of color #AE4ECC: hue angle of 285.71º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE4ECC is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 78 204 -
CMYK 0.15 0.62 0 0.2
HSL 285.71º 0.55% 0.55% -
HSV(B) 285.71º 0.62% 0.8% -
XYZ 31.08 18.81 59.12 -
YUV 121.07 174.8 165.75 -
System Red Green Blue C M Y K H S L
Decimal 174 78 204 0.15 0.62 0 0.2 285.71 0.55 0.55
Hex AE 4E CC F 3E 0 14 11E 37 37
Octal 256 116 314 17 76 0 24 436 67 67
Binary 10101110 1001110 11001100 1111 111110 0 10100 100011110 110111 110111

Color Harmonies of #AE4ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4ECC

Black with #AE4ECC

Text Example


Text Example

White with #AE4ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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