#AE49C9

Color #AE49C9 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AE49C9

Tints of Medium Orchid #AE49C9

Color information

#AE49C9 (or 0xAE49C9) is unknown color: approx Medium Orchid. HEX triplet: AE, 49 and C9. RGB value is (174,73,201). Sum of RGB (Red+Green+Blue) = 174+73+201=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 201 (78.91% from 255 or 44.87% from 448); Max value from RGB is 201 - color contains mainly: blue. Hex color #AE49C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE49C9 is #51B636. Grayscale: #757575. Windows color (decimal): -5355063 or 13191598. OLE color: 13191598.

HSL color Cylindrical-coordinate representation of color #AE49C9: hue angle of 287.34º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE49C9 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17473201-
CMYK0.130.6400.21
HSL287.34º54.24%53.73%-
HSV(B)287.34º63.68%78.82%-
XYZ30.3817.9857.13-
YUV117.79174.96168.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.84%
GREEN value IS 73 (28.91% from 255) = 16.29%
BLUE value IS 201 (78.91% from 255) = 44.87%
R=38.84%
G=16.29%
B=44.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal174732010.130.6400.21287.3454.2453.73
HexAE49C9D4001511f3636
Octal256111311151000254376666
Binary1010111010010011100100111011000000010101100011111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE49C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE49C9; }

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

 H1.HeaderClassName
 {
   color: #AE49C9;
 }
 .AnyTagClassName
 {
   color: #AE49C9;
 }
</style>
background-color css

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

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

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

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

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

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