Html Css Color HEX #AE56EC Medium Orchid

📋 copy color: '#AE56EC'

red 174 ◦ green 86 ◦ blue 236

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

Shades of Medium Orchid #AE56EC

Tints of Medium Orchid #AE56EC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.34%

 BLUE value IS 236 (92.58% from 255) = 47.58%

R = 35.08%
G = 17.34%
B = 47.58%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE56EC (or 0xAE56EC) is known color: Medium Orchid. HEX triplet: AE, 56 and EC. RGB value is (174,86,236). Sum of RGB (Red+Green+Blue) = 174+86+236=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 86 (33.98% from 255 or 17.34% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE56EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE56EC is #51A913. Grayscale: #808080. Windows color (decimal): -5351700 or 15488686. OLE color: 15488686.

HSL color Cylindrical-coordinate representation of color #AE56EC: hue angle of 275.2º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE56EC is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 86 236 -
CMYK 0.26 0.64 0 0.07
HSL 275.2º 0.8% 0.63% -
HSV(B) 275.2º 0.64% 0.93% -
XYZ 35.92 21.71 81.65 -
YUV 129.41 188.15 159.8 -
System Red Green Blue C M Y K H S L
Decimal 174 86 236 0.26 0.64 0 0.07 275.2 0.8 0.63
Hex AE 56 EC 1A 40 0 7 113 50 3F
Octal 256 126 354 32 100 0 7 423 120 77
Binary 10101110 1010110 11101100 11010 1000000 0 111 100010011 1010000 111111

Color Harmonies of #AE56EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE56EC

Black with #AE56EC

Text Example


Text Example

White with #AE56EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE56EC; }

 p { color: rgb(174,86,236); }

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

background-color css

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

 a { background-color: rgb(174,86,236); }

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

border-color css

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

 span { border-color: rgb(174,86,236); }

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