Html Css Color HEX #AE49EE Medium Orchid

📋 copy color: '#AE49EE'

red 174 ◦ green 73 ◦ blue 238

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

Shades of Medium Orchid #AE49EE

Tints of Medium Orchid #AE49EE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.05%

 BLUE value IS 238 (93.36% from 255) = 49.07%

R = 35.88%
G = 15.05%
B = 49.07%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE49EE (or 0xAE49EE) is known color: Medium Orchid. HEX triplet: AE, 49 and EE. RGB value is (174,73,238). Sum of RGB (Red+Green+Blue) = 174+73+238=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #AE49EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE49EE is #51B611. Grayscale: #797979. Windows color (decimal): -5355026 or 15616430. OLE color: 15616430.

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

Color convert

RGB 174 73 238 -
CMYK 0.27 0.69 0 0.07
HSL 276.73º 0.83% 0.61% -
HSV(B) 276.73º 0.69% 0.93% -
XYZ 35.27 19.94 82.88 -
YUV 122.01 193.46 165.08 -
System Red Green Blue C M Y K H S L
Decimal 174 73 238 0.27 0.69 0 0.07 276.73 0.83 0.61
Hex AE 49 EE 1B 45 0 7 115 53 3D
Octal 256 111 356 33 105 0 7 425 123 75
Binary 10101110 1001001 11101110 11011 1000101 0 111 100010101 1010011 111101

Color Harmonies of #AE49EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE49EE

Black with #AE49EE

Text Example


Text Example

White with #AE49EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE49EE; }

 p { color: rgb(174,73,238); }

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

background-color css

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

 a { background-color: rgb(174,73,238); }

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

border-color css

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

 span { border-color: rgb(174,73,238); }

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