#AE59DD

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

Shades of Medium Orchid #AE59DD

Tints of Medium Orchid #AE59DD

Color information

#AE59DD (or 0xAE59DD) is unknown color: approx Medium Orchid. HEX triplet: AE, 59 and DD. RGB value is (174,89,221). Sum of RGB (Red+Green+Blue) = 174+89+221=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE59DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE59DD is #51A622. Grayscale: #818181. Windows color (decimal): -5350947 or 14506414. OLE color: 14506414.

HSL color Cylindrical-coordinate representation of color #AE59DD: hue angle of 278.64º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE59DD is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17489221-
CMYK0.210.6000.13
HSL278.64º66%60.78%-
HSV(B)278.64º59.73%86.67%-
XYZ34.0821.3670.73-
YUV129.46179.66159.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 89 (35.16% from 255) = 18.39%
BLUE value IS 221 (86.72% from 255) = 45.66%
R=35.95%
G=18.39%
B=45.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal174892210.210.6000.13278.646660.78
HexAE59DD153C0D117423d
Octal256131335257401542710275
Binary1010111010110011101110110101111100011011000101111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE59DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE59DD; }

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

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

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

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

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

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

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

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