#AE52CC

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

Shades of Medium Orchid #AE52CC

Tints of Medium Orchid #AE52CC

Color information

#AE52CC (or 0xAE52CC) is unknown color: approx Medium Orchid. HEX triplet: AE, 52 and CC. RGB value is (174,82,204). Sum of RGB (Red+Green+Blue) = 174+82+204=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE52CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE52CC is #51AD33. Grayscale: #7B7B7B. Windows color (decimal): -5352756 or 13390510. OLE color: 13390510.

HSL color Cylindrical-coordinate representation of color #AE52CC: hue angle of 285.25º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE52CC is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17482204-
CMYK0.150.6000.2
HSL285.25º54.46%56.08%-
HSV(B)285.25º59.8%80%-
XYZ31.3719.3959.22-
YUV123.42173.48164.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.83%
GREEN value IS 82 (32.42% from 255) = 17.83%
BLUE value IS 204 (80.08% from 255) = 44.35%
R=37.83%
G=17.83%
B=44.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal174822040.150.6000.2285.2554.4656.08
HexAE52CCF3C01411d3638
Octal25612231417740244356670
Binary101011101010010110011001111111100010100100011101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE52CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE52CC; }

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

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

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

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

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

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

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

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