#AE52C9

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

Shades of Medium Orchid #AE52C9

Tints of Medium Orchid #AE52C9

Color information

#AE52C9 (or 0xAE52C9) is unknown color: approx Medium Orchid. HEX triplet: AE, 52 and C9. RGB value is (174,82,201). Sum of RGB (Red+Green+Blue) = 174+82+201=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 201 - color contains mainly: blue. Hex color #AE52C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE52C9 is #51AD36. Grayscale: #7A7A7A. Windows color (decimal): -5352759 or 13193902. OLE color: 13193902.

HSL color Cylindrical-coordinate representation of color #AE52C9: hue angle of 286.39º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE52C9 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17482201-
CMYK0.130.5900.21
HSL286.39º52.42%55.49%-
HSV(B)286.39º59.2%78.82%-
XYZ31.0219.2557.34-
YUV123.07171.98164.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.07%
GREEN value IS 82 (32.42% from 255) = 17.94%
BLUE value IS 201 (78.91% from 255) = 43.98%
R=38.07%
G=17.94%
B=43.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal174822010.130.5900.21286.3952.4255.49
HexAE52C9D3B01511e3437
Octal25612231115730254366467
Binary101011101010010110010011101111011010101100011110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE52C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE52C9; }

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

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

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

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

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

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

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

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