Html Css Color HEX #AE50FF Medium Orchid

📋 copy color: '#AE50FF'

red 174 ◦ green 80 ◦ blue 255

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

Shades of Medium Orchid #AE50FF

Tints of Medium Orchid #AE50FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.1%

R = 34.18%
G = 15.72%
B = 50.1%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE50FF (or 0xAE50FF) is known color: Medium Orchid. HEX triplet: AE, 50 and FF. RGB value is (174,80,255). Sum of RGB (Red+Green+Blue) = 174+80+255=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 80 (31.64% from 255 or 15.72% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE50FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE50FF is #51AF00. Grayscale: #7F7F7F. Windows color (decimal): -5353217 or 16732334. OLE color: 16732334.

HSL color Cylindrical-coordinate representation of color #AE50FF: hue angle of 272.23º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE50FF is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 80 255 -
CMYK 0.32 0.69 0 0
HSL 272.23º 1% 0.66% -
HSV(B) 272.23º 0.69% 1% -
XYZ 38.37 21.96 96.82 -
YUV 128.06 199.64 160.77 -
System Red Green Blue C M Y K H S L
Decimal 174 80 255 0.32 0.69 0 0 272.23 1 0.66
Hex AE 50 FF 20 45 0 0 110 64 42
Octal 256 120 377 40 105 0 0 420 144 102
Binary 10101110 1010000 11111111 100000 1000101 0 0 100010000 1100100 1000010

Color Harmonies of #AE50FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE50FF

Black with #AE50FF

Text Example


Text Example

White with #AE50FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE50FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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