Html Css Color HEX #AE5ECB Medium Orchid

📋 copy color: '#AE5ECB'

red 174 ◦ green 94 ◦ blue 203

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

Shades of Medium Orchid #AE5ECB

Tints of Medium Orchid #AE5ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.1%

R = 36.94%
G = 19.96%
B = 43.1%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE5ECB (or 0xAE5ECB) is known color: Medium Orchid. HEX triplet: AE, 5E and CB. RGB value is (174,94,203). Sum of RGB (Red+Green+Blue) = 174+94+203=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE5ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5ECB is #51A134. Grayscale: #818181. Windows color (decimal): -5349685 or 13328046. OLE color: 13328046.

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

Color convert

RGB 174 94 203 -
CMYK 0.14 0.54 0 0.20
HSL 284.04º 0.51% 0.58% -
HSV(B) 284.04º 0.54% 0.8% -
XYZ 32.24 21.32 58.92 -
YUV 130.35 169 159.14 -
System Red Green Blue C M Y K H S L
Decimal 174 94 203 0.14 0.54 0 0.20 284.04 0.51 0.58
Hex AE 5E CB E 36 0 14 11C 33 3A
Octal 256 136 313 16 66 0 24 434 63 72
Binary 10101110 1011110 11001011 1110 110110 0 10100 100011100 110011 111010

Color Harmonies of #AE5ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5ECB

Black with #AE5ECB

Text Example


Text Example

White with #AE5ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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