#AE52DD

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

Shades of Medium Orchid #AE52DD

Tints of Medium Orchid #AE52DD

Color information

#AE52DD (or 0xAE52DD) is unknown color: approx Medium Orchid. HEX triplet: AE, 52 and DD. RGB value is (174,82,221). Sum of RGB (Red+Green+Blue) = 174+82+221=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 82 (32.42% from 255 or 17.19% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE52DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE52DD is #51AD22. Grayscale: #7C7C7C. Windows color (decimal): -5352739 or 14504622. OLE color: 14504622.

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

Color convert

RGB17482221-
CMYK0.210.6300.13
HSL279.71º67.15%59.41%-
HSV(B)279.71º62.9%86.67%-
XYZ33.5220.2570.55-
YUV125.35181.98162.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.48%
GREEN value IS 82 (32.42% from 255) = 17.19%
BLUE value IS 221 (86.72% from 255) = 46.33%
R=36.48%
G=17.19%
B=46.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal174822210.210.6300.13279.7167.1559.41
HexAE52DD153F0D118433b
Octal256122335257701543010373
Binary1010111010100101101110110101111111011011000110001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE52DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE52DD; }

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

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

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

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

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

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

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

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