Html Css Color HEX #AE5ED0 Medium Orchid

📋 copy color: '#AE5ED0'

red 174 ◦ green 94 ◦ blue 208

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

Shades of Medium Orchid #AE5ED0

Tints of Medium Orchid #AE5ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.7%

R = 36.55%
G = 19.75%
B = 43.7%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AE5ED0 (or 0xAE5ED0) is known color: Medium Orchid. HEX triplet: AE, 5E and D0. RGB value is (174,94,208). Sum of RGB (Red+Green+Blue) = 174+94+208=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 208 (81.64% from 255 or 43.70% from 476); Max value from RGB is 208 - color contains mainly: blue. Hex color #AE5ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5ED0 is #51A12F. Grayscale: #828282. Windows color (decimal): -5349680 or 13655726. OLE color: 13655726.

HSL color Cylindrical-coordinate representation of color #AE5ED0: hue angle of 282.11º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE5ED0 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 94 208 -
CMYK 0.16 0.55 0 0.18
HSL 282.11º 0.55% 0.59% -
HSV(B) 282.11º 0.55% 0.82% -
XYZ 32.84 21.56 62.1 -
YUV 130.92 171.5 158.73 -
System Red Green Blue C M Y K H S L
Decimal 174 94 208 0.16 0.55 0 0.18 282.11 0.55 0.59
Hex AE 5E D0 10 37 0 12 11A 37 3B
Octal 256 136 320 20 67 0 22 432 67 73
Binary 10101110 1011110 11010000 10000 110111 0 10010 100011010 110111 111011

Color Harmonies of #AE5ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5ED0

Black with #AE5ED0

Text Example


Text Example

White with #AE5ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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