#AE52C0

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

Shades of Medium Orchid #AE52C0

Tints of Medium Orchid #AE52C0

Color information

#AE52C0 (or 0xAE52C0) is unknown color: approx Medium Orchid. HEX triplet: AE, 52 and C0. RGB value is (174,82,192). Sum of RGB (Red+Green+Blue) = 174+82+192=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE52C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE52C0 is #51AD3F. Grayscale: #797979. Windows color (decimal): -5352768 or 12604078. OLE color: 12604078.

HSL color Cylindrical-coordinate representation of color #AE52C0: hue angle of 290.18º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE52C0 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17482192-
CMYK0.090.5700.25
HSL290.18º46.61%53.73%-
HSV(B)290.18º57.29%75.29%-
XYZ29.9918.8451.92-
YUV122.05167.48165.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.84%
GREEN value IS 82 (32.42% from 255) = 18.30%
BLUE value IS 192 (75.39% from 255) = 42.86%
R=38.84%
G=18.30%
B=42.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174821920.090.5700.25290.1846.6153.73
HexAE52C09390191222f36
Octal25612230011710314425766
Binary101011101010010110000001001111001011001100100010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE52C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE52C0; }

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

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

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

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

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

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

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

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