Html Css Color HEX #AE5ECD Medium Orchid

📋 copy color: '#AE5ECD'

red 174 ◦ green 94 ◦ blue 205

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

Shades of Medium Orchid #AE5ECD

Tints of Medium Orchid #AE5ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 36.79%
G = 19.87%
B = 43.34%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE5ECD (or 0xAE5ECD) is known color: Medium Orchid. HEX triplet: AE, 5E and CD. RGB value is (174,94,205). Sum of RGB (Red+Green+Blue) = 174+94+205=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE5ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5ECD is #51A132. Grayscale: #828282. Windows color (decimal): -5349683 or 13459118. OLE color: 13459118.

HSL color Cylindrical-coordinate representation of color #AE5ECD: hue angle of 283.24º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE5ECD is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 94 205 -
CMYK 0.15 0.54 0 0.20
HSL 283.24º 0.53% 0.59% -
HSV(B) 283.24º 0.54% 0.8% -
XYZ 32.48 21.41 60.18 -
YUV 130.57 170 158.97 -
System Red Green Blue C M Y K H S L
Decimal 174 94 205 0.15 0.54 0 0.20 283.24 0.53 0.59
Hex AE 5E CD F 36 0 14 11B 35 3B
Octal 256 136 315 17 66 0 24 433 65 73
Binary 10101110 1011110 11001101 1111 110110 0 10100 100011011 110101 111011

Color Harmonies of #AE5ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5ECD

Black with #AE5ECD

Text Example


Text Example

White with #AE5ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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