#AE52C6

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

Shades of Medium Orchid #AE52C6

Tints of Medium Orchid #AE52C6

Color information

#AE52C6 (or 0xAE52C6) is unknown color: approx Medium Orchid. HEX triplet: AE, 52 and C6. RGB value is (174,82,198). Sum of RGB (Red+Green+Blue) = 174+82+198=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 198 - color contains mainly: blue. Hex color #AE52C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE52C6 is #51AD39. Grayscale: #7A7A7A. Windows color (decimal): -5352762 or 12997294. OLE color: 12997294.

HSL color Cylindrical-coordinate representation of color #AE52C6: hue angle of 287.59º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE52C6 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17482198-
CMYK0.120.5900.22
HSL287.59º50.43%54.9%-
HSV(B)287.59º58.59%77.65%-
XYZ30.6719.1155.5-
YUV122.73170.48164.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.33%
GREEN value IS 82 (32.42% from 255) = 18.06%
BLUE value IS 198 (77.73% from 255) = 43.61%
R=38.33%
G=18.06%
B=43.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal174821980.120.5900.22287.5950.4354.9
HexAE52C6C3B0161203237
Octal25612230614730264406267
Binary101011101010010110001101100111011010110100100000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE52C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE52C6; }

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

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

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

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

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

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

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

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