#AE52C3

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

Shades of Medium Orchid #AE52C3

Tints of Medium Orchid #AE52C3

Color information

#AE52C3 (or 0xAE52C3) is unknown color: approx Medium Orchid. HEX triplet: AE, 52 and C3. RGB value is (174,82,195). Sum of RGB (Red+Green+Blue) = 174+82+195=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 195 (76.56% from 255 or 43.24% from 451); Max value from RGB is 195 - color contains mainly: blue. Hex color #AE52C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE52C3 is #51AD3C. Grayscale: #7A7A7A. Windows color (decimal): -5352765 or 12800686. OLE color: 12800686.

HSL color Cylindrical-coordinate representation of color #AE52C3: hue angle of 288.85º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE52C3 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17482195-
CMYK0.110.5800.24
HSL288.85º48.5%54.31%-
HSV(B)288.85º57.95%76.47%-
XYZ30.3218.9753.69-
YUV122.39168.98164.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.58%
GREEN value IS 82 (32.42% from 255) = 18.18%
BLUE value IS 195 (76.56% from 255) = 43.24%
R=38.58%
G=18.18%
B=43.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal174821950.110.5800.24288.8548.554.31
HexAE52C3B3A0181213036
Octal25612230313720304416066
Binary101011101010010110000111011111010011000100100001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE52C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE52C3; }

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

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

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

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

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

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

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

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