Html Css Color HEX #AE49DD Medium Orchid

📋 copy color: '#AE49DD'

red 174 ◦ green 73 ◦ blue 221

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

Shades of Medium Orchid #AE49DD

Tints of Medium Orchid #AE49DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.22%

R = 37.18%
G = 15.6%
B = 47.22%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE49DD (or 0xAE49DD) is known color: Medium Orchid. HEX triplet: AE, 49 and DD. RGB value is (174,73,221). Sum of RGB (Red+Green+Blue) = 174+73+221=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE49DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE49DD is #51B622. Grayscale: #777777. Windows color (decimal): -5355043 or 14502318. OLE color: 14502318.

HSL color Cylindrical-coordinate representation of color #AE49DD: hue angle of 280.95º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE49DD is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 73 221 -
CMYK 0.21 0.67 0 0.13
HSL 280.95º 0.69% 0.58% -
HSV(B) 280.95º 0.67% 0.87% -
XYZ 32.89 18.98 70.34 -
YUV 120.07 184.96 166.47 -
System Red Green Blue C M Y K H S L
Decimal 174 73 221 0.21 0.67 0 0.13 280.95 0.69 0.58
Hex AE 49 DD 15 43 0 D 119 45 3A
Octal 256 111 335 25 103 0 15 431 105 72
Binary 10101110 1001001 11011101 10101 1000011 0 1101 100011001 1000101 111010

Color Harmonies of #AE49DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE49DD

Black with #AE49DD

Text Example


Text Example

White with #AE49DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE49DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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