Html Css Color HEX #AE49E7 Medium Orchid

📋 copy color: '#AE49E7'

red 174 ◦ green 73 ◦ blue 231

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

Shades of Medium Orchid #AE49E7

Tints of Medium Orchid #AE49E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.33%

R = 36.4%
G = 15.27%
B = 48.33%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AE49E7 (or 0xAE49E7) is known color: Medium Orchid. HEX triplet: AE, 49 and E7. RGB value is (174,73,231). Sum of RGB (Red+Green+Blue) = 174+73+231=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 231 (90.62% from 255 or 48.33% from 478); Max value from RGB is 231 - color contains mainly: blue. Hex color #AE49E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE49E7 is #51B618. Grayscale: #787878. Windows color (decimal): -5355033 or 15157678. OLE color: 15157678.

HSL color Cylindrical-coordinate representation of color #AE49E7: hue angle of 278.35º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE49E7 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 73 231 -
CMYK 0.25 0.68 0 0.09
HSL 278.35º 0.77% 0.6% -
HSV(B) 278.35º 0.68% 0.91% -
XYZ 34.26 19.53 77.57 -
YUV 121.21 189.96 165.65 -
System Red Green Blue C M Y K H S L
Decimal 174 73 231 0.25 0.68 0 0.09 278.35 0.77 0.6
Hex AE 49 E7 19 44 0 9 116 4D 3C
Octal 256 111 347 31 104 0 11 426 115 74
Binary 10101110 1001001 11100111 11001 1000100 0 1001 100010110 1001101 111100

Color Harmonies of #AE49E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE49E7

Black with #AE49E7

Text Example


Text Example

White with #AE49E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE49E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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