Html Css Color HEX #AE50ED Medium Orchid

📋 copy color: '#AE50ED'

red 174 ◦ green 80 ◦ blue 237

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

Shades of Medium Orchid #AE50ED

Tints of Medium Orchid #AE50ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.27%

R = 35.44%
G = 16.29%
B = 48.27%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE50ED (or 0xAE50ED) is known color: Medium Orchid. HEX triplet: AE, 50 and ED. RGB value is (174,80,237). Sum of RGB (Red+Green+Blue) = 174+80+237=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE50ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE50ED is #51AF12. Grayscale: #7D7D7D. Windows color (decimal): -5353235 or 15552686. OLE color: 15552686.

HSL color Cylindrical-coordinate representation of color #AE50ED: hue angle of 275.92º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE50ED is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 80 237 -
CMYK 0.27 0.66 0 0.07
HSL 275.92º 0.81% 0.62% -
HSV(B) 275.92º 0.66% 0.93% -
XYZ 35.61 20.85 82.27 -
YUV 126 190.64 162.23 -
System Red Green Blue C M Y K H S L
Decimal 174 80 237 0.27 0.66 0 0.07 275.92 0.81 0.62
Hex AE 50 ED 1B 42 0 7 114 51 3E
Octal 256 120 355 33 102 0 7 424 121 76
Binary 10101110 1010000 11101101 11011 1000010 0 111 100010100 1010001 111110

Color Harmonies of #AE50ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE50ED

Black with #AE50ED

Text Example


Text Example

White with #AE50ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE50ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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