Html Css Color HEX #AE49D9 Medium Orchid

📋 copy color: '#AE49D9'

red 174 ◦ green 73 ◦ blue 217

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

Shades of Medium Orchid #AE49D9

Tints of Medium Orchid #AE49D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.77%

R = 37.5%
G = 15.73%
B = 46.77%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AE49D9 (or 0xAE49D9) is known color: Medium Orchid. HEX triplet: AE, 49 and D9. RGB value is (174,73,217). Sum of RGB (Red+Green+Blue) = 174+73+217=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 217 (85.16% from 255 or 46.77% from 464); Max value from RGB is 217 - color contains mainly: blue. Hex color #AE49D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE49D9 is #51B626. Grayscale: #777777. Windows color (decimal): -5355047 or 14240174. OLE color: 14240174.

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

Color convert

RGB 174 73 217 -
CMYK 0.20 0.66 0 0.15
HSL 282.08º 0.65% 0.57% -
HSV(B) 282.08º 0.66% 0.85% -
XYZ 32.36 18.77 67.56 -
YUV 119.62 182.96 166.79 -
System Red Green Blue C M Y K H S L
Decimal 174 73 217 0.20 0.66 0 0.15 282.08 0.65 0.57
Hex AE 49 D9 14 42 0 F 11A 41 39
Octal 256 111 331 24 102 0 17 432 101 71
Binary 10101110 1001001 11011001 10100 1000010 0 1111 100011010 1000001 111001

Color Harmonies of #AE49D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE49D9

Black with #AE49D9

Text Example


Text Example

White with #AE49D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE49D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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