#AE49DA

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

Shades of Medium Orchid #AE49DA

Tints of Medium Orchid #AE49DA

Color information

#AE49DA (or 0xAE49DA) is unknown color: approx Medium Orchid. HEX triplet: AE, 49 and DA. RGB value is (174,73,218). Sum of RGB (Red+Green+Blue) = 174+73+218=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE49DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE49DA is #51B625. Grayscale: #777777. Windows color (decimal): -5355046 or 14305710. OLE color: 14305710.

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

Color convert

RGB17473218-
CMYK0.200.6700.15
HSL281.79º66.21%57.06%-
HSV(B)281.79º66.51%85.49%-
XYZ32.4918.8368.25-
YUV119.73183.46166.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 73 (28.91% from 255) = 15.70%
BLUE value IS 218 (85.55% from 255) = 46.88%
R=37.42%
G=15.70%
B=46.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174732180.200.6700.15281.7966.2157.06
HexAE49DA14430F11a4239
Octal2561113322410301743210271
Binary10101110100100111011010101001000011011111000110101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE49DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE49DA; }

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

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

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

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

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

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

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

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