#AE49DC

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

Shades of Medium Orchid #AE49DC

Tints of Medium Orchid #AE49DC

Color information

#AE49DC (or 0xAE49DC) is unknown color: approx Medium Orchid. HEX triplet: AE, 49 and DC. RGB value is (174,73,220). Sum of RGB (Red+Green+Blue) = 174+73+220=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE49DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE49DC is #51B623. Grayscale: #777777. Windows color (decimal): -5355044 or 14436782. OLE color: 14436782.

HSL color Cylindrical-coordinate representation of color #AE49DC: hue angle of 281.22º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE49DC is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17473220-
CMYK0.210.6700.14
HSL281.22º67.74%57.45%-
HSV(B)281.22º66.82%86.27%-
XYZ32.7618.9369.64-
YUV119.96184.46166.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.26%
GREEN value IS 73 (28.91% from 255) = 15.63%
BLUE value IS 220 (86.33% from 255) = 47.11%
R=37.26%
G=15.63%
B=47.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal174732200.210.6700.14281.2267.7457.45
HexAE49DC15430E1194439
Octal2561113342510301643110471
Binary10101110100100111011100101011000011011101000110011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE49DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE49DC; }

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

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

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

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

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

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

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

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