Html Css Color HEX #AE50CE Medium Orchid

📋 copy color: '#AE50CE'

red 174 ◦ green 80 ◦ blue 206

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

Shades of Medium Orchid #AE50CE

Tints of Medium Orchid #AE50CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 37.83%
G = 17.39%
B = 44.78%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE50CE (or 0xAE50CE) is known color: Medium Orchid. HEX triplet: AE, 50 and CE. RGB value is (174,80,206). Sum of RGB (Red+Green+Blue) = 174+80+206=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE50CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE50CE is #51AF31. Grayscale: #7A7A7A. Windows color (decimal): -5353266 or 13521070. OLE color: 13521070.

HSL color Cylindrical-coordinate representation of color #AE50CE: hue angle of 284.76º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE50CE is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 80 206 -
CMYK 0.16 0.61 0 0.19
HSL 284.76º 0.56% 0.56% -
HSV(B) 284.76º 0.61% 0.81% -
XYZ 31.46 19.19 60.44 -
YUV 122.47 175.14 164.75 -
System Red Green Blue C M Y K H S L
Decimal 174 80 206 0.16 0.61 0 0.19 284.76 0.56 0.56
Hex AE 50 CE 10 3D 0 13 11D 38 38
Octal 256 120 316 20 75 0 23 435 70 70
Binary 10101110 1010000 11001110 10000 111101 0 10011 100011101 111000 111000

Color Harmonies of #AE50CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE50CE

Black with #AE50CE

Text Example


Text Example

White with #AE50CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE50CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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