Html Css Color HEX #AE49CE Medium Orchid

📋 copy color: '#AE49CE'

red 174 ◦ green 73 ◦ blue 206

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

Shades of Medium Orchid #AE49CE

Tints of Medium Orchid #AE49CE

RGB

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

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

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

R = 38.41%
G = 16.11%
B = 45.47%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE49CE (or 0xAE49CE) is known color: Medium Orchid. HEX triplet: AE, 49 and CE. RGB value is (174,73,206). Sum of RGB (Red+Green+Blue) = 174+73+206=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE49CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE49CE is #51B631. Grayscale: #757575. Windows color (decimal): -5355058 or 13519278. OLE color: 13519278.

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

Color convert

RGB 174 73 206 -
CMYK 0.16 0.65 0 0.19
HSL 285.56º 0.58% 0.55% -
HSV(B) 285.56º 0.65% 0.81% -
XYZ 30.98 18.22 60.28 -
YUV 118.36 177.46 167.69 -
System Red Green Blue C M Y K H S L
Decimal 174 73 206 0.16 0.65 0 0.19 285.56 0.58 0.55
Hex AE 49 CE 10 41 0 13 11E 3A 37
Octal 256 111 316 20 101 0 23 436 72 67
Binary 10101110 1001001 11001110 10000 1000001 0 10011 100011110 111010 110111

Color Harmonies of #AE49CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE49CE

Black with #AE49CE

Text Example


Text Example

White with #AE49CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE49CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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