Html Css Color HEX #AE50E8 Medium Orchid

📋 copy color: '#AE50E8'

red 174 ◦ green 80 ◦ blue 232

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

Shades of Medium Orchid #AE50E8

Tints of Medium Orchid #AE50E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.74%

R = 35.8%
G = 16.46%
B = 47.74%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AE50E8 (or 0xAE50E8) is known color: Medium Orchid. HEX triplet: AE, 50 and E8. RGB value is (174,80,232). Sum of RGB (Red+Green+Blue) = 174+80+232=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 80 (31.64% from 255 or 16.46% from 486); Blue value is 232 (91.02% from 255 or 47.74% from 486); Max value from RGB is 232 - color contains mainly: blue. Hex color #AE50E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE50E8 is #51AF17. Grayscale: #7C7C7C. Windows color (decimal): -5353240 or 15225006. OLE color: 15225006.

HSL color Cylindrical-coordinate representation of color #AE50E8: hue angle of 277.11º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE50E8 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 80 232 -
CMYK 0.25 0.66 0 0.09
HSL 277.11º 0.77% 0.61% -
HSV(B) 277.11º 0.66% 0.91% -
XYZ 34.89 20.56 78.47 -
YUV 125.43 188.14 162.64 -
System Red Green Blue C M Y K H S L
Decimal 174 80 232 0.25 0.66 0 0.09 277.11 0.77 0.61
Hex AE 50 E8 19 42 0 9 115 4D 3D
Octal 256 120 350 31 102 0 11 425 115 75
Binary 10101110 1010000 11101000 11001 1000010 0 1001 100010101 1001101 111101

Color Harmonies of #AE50E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE50E8

Black with #AE50E8

Text Example


Text Example

White with #AE50E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE50E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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