Html Css Color HEX #AE49C4 Medium Orchid

📋 copy color: '#AE49C4'

red 174 ◦ green 73 ◦ blue 196

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

Shades of Medium Orchid #AE49C4

Tints of Medium Orchid #AE49C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.24%

R = 39.28%
G = 16.48%
B = 44.24%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AE49C4 (or 0xAE49C4) is known color: Medium Orchid. HEX triplet: AE, 49 and C4. RGB value is (174,73,196). Sum of RGB (Red+Green+Blue) = 174+73+196=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 196 (76.95% from 255 or 44.24% from 443); Max value from RGB is 196 - color contains mainly: blue. Hex color #AE49C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE49C4 is #51B63B. Grayscale: #747474. Windows color (decimal): -5355068 or 12863918. OLE color: 12863918.

HSL color Cylindrical-coordinate representation of color #AE49C4: hue angle of 289.27º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE49C4 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 174 73 196 -
CMYK 0.11 0.63 0 0.23
HSL 289.27º 0.51% 0.53% -
HSV(B) 289.27º 0.63% 0.77% -
XYZ 29.8 17.75 54.08 -
YUV 117.22 172.46 168.5 -
System Red Green Blue C M Y K H S L
Decimal 174 73 196 0.11 0.63 0 0.23 289.27 0.51 0.53
Hex AE 49 C4 B 3F 0 17 121 33 35
Octal 256 111 304 13 77 0 27 441 63 65
Binary 10101110 1001001 11000100 1011 111111 0 10111 100100001 110011 110101

Color Harmonies of #AE49C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE49C4

Black with #AE49C4

Text Example


Text Example

White with #AE49C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE49C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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