Html Css Color HEX #AE56E5 Medium Orchid

📋 copy color: '#AE56E5'

red 174 ◦ green 86 ◦ blue 229

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

Shades of Medium Orchid #AE56E5

Tints of Medium Orchid #AE56E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.83%

R = 35.58%
G = 17.59%
B = 46.83%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AE56E5 (or 0xAE56E5) is known color: Medium Orchid. HEX triplet: AE, 56 and E5. RGB value is (174,86,229). Sum of RGB (Red+Green+Blue) = 174+86+229=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 229 (89.84% from 255 or 46.83% from 489); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE56E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE56E5 is #51A91A. Grayscale: #808080. Windows color (decimal): -5351707 or 15029934. OLE color: 15029934.

HSL color Cylindrical-coordinate representation of color #AE56E5: hue angle of 276.92º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE56E5 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 86 229 -
CMYK 0.24 0.62 0 0.10
HSL 276.92º 0.73% 0.62% -
HSV(B) 276.92º 0.62% 0.9% -
XYZ 34.93 21.31 76.4 -
YUV 128.61 184.65 160.37 -
System Red Green Blue C M Y K H S L
Decimal 174 86 229 0.24 0.62 0 0.10 276.92 0.73 0.62
Hex AE 56 E5 18 3E 0 A 115 49 3E
Octal 256 126 345 30 76 0 12 425 111 76
Binary 10101110 1010110 11100101 11000 111110 0 1010 100010101 1001001 111110

Color Harmonies of #AE56E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE56E5

Black with #AE56E5

Text Example


Text Example

White with #AE56E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE56E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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