Html Css Color HEX #AE5EDF Medium Orchid

📋 copy color: '#AE5EDF'

red 174 ◦ green 94 ◦ blue 223

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

Shades of Medium Orchid #AE5EDF

Tints of Medium Orchid #AE5EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 35.44%
G = 19.14%
B = 45.42%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE5EDF (or 0xAE5EDF) is known color: Medium Orchid. HEX triplet: AE, 5E and DF. RGB value is (174,94,223). Sum of RGB (Red+Green+Blue) = 174+94+223=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE5EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5EDF is #51A120. Grayscale: #848484. Windows color (decimal): -5349665 or 14638766. OLE color: 14638766.

HSL color Cylindrical-coordinate representation of color #AE5EDF: hue angle of 277.21º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE5EDF is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 94 223 -
CMYK 0.22 0.58 0 0.13
HSL 277.21º 0.67% 0.62% -
HSV(B) 277.21º 0.58% 0.87% -
XYZ 34.78 22.33 72.29 -
YUV 132.63 179 157.51 -
System Red Green Blue C M Y K H S L
Decimal 174 94 223 0.22 0.58 0 0.13 277.21 0.67 0.62
Hex AE 5E DF 16 3A 0 D 115 43 3E
Octal 256 136 337 26 72 0 15 425 103 76
Binary 10101110 1011110 11011111 10110 111010 0 1101 100010101 1000011 111110

Color Harmonies of #AE5EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5EDF

Black with #AE5EDF

Text Example


Text Example

White with #AE5EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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