Html Css Color HEX #AE5EDA Medium Orchid

📋 copy color: '#AE5EDA'

red 174 ◦ green 94 ◦ blue 218

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

Shades of Medium Orchid #AE5EDA

Tints of Medium Orchid #AE5EDA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.34%

 BLUE value IS 218 (85.55% from 255) = 44.86%

R = 35.8%
G = 19.34%
B = 44.86%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AE5EDA (or 0xAE5EDA) is known color: Medium Orchid. HEX triplet: AE, 5E and DA. RGB value is (174,94,218). Sum of RGB (Red+Green+Blue) = 174+94+218=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE5EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5EDA is #51A125. Grayscale: #838383. Windows color (decimal): -5349670 or 14311086. OLE color: 14311086.

HSL color Cylindrical-coordinate representation of color #AE5EDA: hue angle of 278.71º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE5EDA is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 94 218 -
CMYK 0.20 0.57 0 0.15
HSL 278.71º 0.63% 0.61% -
HSV(B) 278.71º 0.57% 0.85% -
XYZ 34.11 22.07 68.79 -
YUV 132.06 176.5 157.92 -
System Red Green Blue C M Y K H S L
Decimal 174 94 218 0.20 0.57 0 0.15 278.71 0.63 0.61
Hex AE 5E DA 14 39 0 F 117 3F 3D
Octal 256 136 332 24 71 0 17 427 77 75
Binary 10101110 1011110 11011010 10100 111001 0 1111 100010111 111111 111101

Color Harmonies of #AE5EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5EDA

Black with #AE5EDA

Text Example


Text Example

White with #AE5EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5EDA; }

 p { color: rgb(174,94,218); }

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

background-color css

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

 a { background-color: rgb(174,94,218); }

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

border-color css

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

 span { border-color: rgb(174,94,218); }

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