Html Css Color HEX #AE49DA Medium Orchid

📋 copy color: '#AE49DA'

red 174 ◦ green 73 ◦ blue 218

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

Shades of Medium Orchid #AE49DA

Tints of Medium Orchid #AE49DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.88%

R = 37.42%
G = 15.7%
B = 46.88%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AE49DA (or 0xAE49DA) is known color: Medium Orchid. HEX triplet: AE, 49 and DA. RGB value is (174,73,218). Sum of RGB (Red+Green+Blue) = 174+73+218=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE49DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE49DA is #51B625. Grayscale: #777777. Windows color (decimal): -5355046 or 14305710. OLE color: 14305710.

HSL color Cylindrical-coordinate representation of color #AE49DA: hue angle of 281.79º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE49DA is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 73 218 -
CMYK 0.20 0.67 0 0.15
HSL 281.79º 0.66% 0.57% -
HSV(B) 281.79º 0.67% 0.85% -
XYZ 32.49 18.83 68.25 -
YUV 119.73 183.46 166.71 -
System Red Green Blue C M Y K H S L
Decimal 174 73 218 0.20 0.67 0 0.15 281.79 0.66 0.57
Hex AE 49 DA 14 43 0 F 11A 42 39
Octal 256 111 332 24 103 0 17 432 102 71
Binary 10101110 1001001 11011010 10100 1000011 0 1111 100011010 1000010 111001

Color Harmonies of #AE49DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE49DA

Black with #AE49DA

Text Example


Text Example

White with #AE49DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE49DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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