Html Css Color HEX #AE50DF Medium Orchid

📋 copy color: '#AE50DF'

red 174 ◦ green 80 ◦ blue 223

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

Shades of Medium Orchid #AE50DF

Tints of Medium Orchid #AE50DF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.77%

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

R = 36.48%
G = 16.77%
B = 46.75%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE50DF (or 0xAE50DF) is known color: Medium Orchid. HEX triplet: AE, 50 and DF. RGB value is (174,80,223). Sum of RGB (Red+Green+Blue) = 174+80+223=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE50DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE50DF is #51AF20. Grayscale: #7B7B7B. Windows color (decimal): -5353249 or 14635182. OLE color: 14635182.

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

Color convert

RGB 174 80 223 -
CMYK 0.22 0.64 0 0.13
HSL 279.44º 0.69% 0.59% -
HSV(B) 279.44º 0.64% 0.87% -
XYZ 33.64 20.06 71.91 -
YUV 124.41 183.64 163.37 -
System Red Green Blue C M Y K H S L
Decimal 174 80 223 0.22 0.64 0 0.13 279.44 0.69 0.59
Hex AE 50 DF 16 40 0 D 117 45 3B
Octal 256 120 337 26 100 0 15 427 105 73
Binary 10101110 1010000 11011111 10110 1000000 0 1101 100010111 1000101 111011

Color Harmonies of #AE50DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE50DF

Black with #AE50DF

Text Example


Text Example

White with #AE50DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE50DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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