#AE52D1

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

Shades of Medium Orchid #AE52D1

Tints of Medium Orchid #AE52D1

Color information

#AE52D1 (or 0xAE52D1) is unknown color: approx Medium Orchid. HEX triplet: AE, 52 and D1. RGB value is (174,82,209). Sum of RGB (Red+Green+Blue) = 174+82+209=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 209 - color contains mainly: blue. Hex color #AE52D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE52D1 is #51AD2E. Grayscale: #7B7B7B. Windows color (decimal): -5352751 or 13718190. OLE color: 13718190.

HSL color Cylindrical-coordinate representation of color #AE52D1: hue angle of 283.46º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE52D1 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17482209-
CMYK0.170.6100.18
HSL283.46º57.99%57.06%-
HSV(B)283.46º60.77%81.96%-
XYZ31.9819.6462.43-
YUV123.99175.98163.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 82 (32.42% from 255) = 17.63%
BLUE value IS 209 (82.03% from 255) = 44.95%
R=37.42%
G=17.63%
B=44.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal174822090.170.6100.18283.4657.9957.06
HexAE52D1113D01211b3a39
Octal25612232121750224337271
Binary1010111010100101101000110001111101010010100011011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE52D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE52D1; }

 p { color: rgb(174,82,209); }

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

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

 a { background-color: rgb(174,82,209); }

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

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

 span { border-color: rgb(174,82,209); }

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