#AE52C8

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

Shades of Medium Orchid #AE52C8

Tints of Medium Orchid #AE52C8

Color information

#AE52C8 (or 0xAE52C8) is unknown color: approx Medium Orchid. HEX triplet: AE, 52 and C8. RGB value is (174,82,200). Sum of RGB (Red+Green+Blue) = 174+82+200=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 200 (78.52% from 255 or 43.86% from 456); Max value from RGB is 200 - color contains mainly: blue. Hex color #AE52C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE52C8 is #51AD37. Grayscale: #7A7A7A. Windows color (decimal): -5352760 or 13128366. OLE color: 13128366.

HSL color Cylindrical-coordinate representation of color #AE52C8: hue angle of 286.78º degrees, saturation: 0.52, 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 #AE52C8 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17482200-
CMYK0.130.5900.22
HSL286.78º51.75%55.29%-
HSV(B)286.78º59%78.43%-
XYZ30.919.256.72-
YUV122.96171.48164.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.16%
GREEN value IS 82 (32.42% from 255) = 17.98%
BLUE value IS 200 (78.52% from 255) = 43.86%
R=38.16%
G=17.98%
B=43.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal174822000.130.5900.22286.7851.7555.29
HexAE52C8D3B01611f3437
Octal25612231015730264376467
Binary101011101010010110010001101111011010110100011111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE52C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE52C8; }

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

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

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

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

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

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

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

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