#AE58DD

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

Shades of Medium Orchid #AE58DD

Tints of Medium Orchid #AE58DD

Color information

#AE58DD (or 0xAE58DD) is unknown color: approx Medium Orchid. HEX triplet: AE, 58 and DD. RGB value is (174,88,221). Sum of RGB (Red+Green+Blue) = 174+88+221=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE58DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE58DD is #51A722. Grayscale: #808080. Windows color (decimal): -5351203 or 14506158. OLE color: 14506158.

HSL color Cylindrical-coordinate representation of color #AE58DD: hue angle of 278.8º 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 #AE58DD is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17488221-
CMYK0.210.6000.13
HSL278.8º66.17%60.59%-
HSV(B)278.8º60.18%86.67%-
XYZ3421.270.71-
YUV128.88179.99160.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.02%
GREEN value IS 88 (34.77% from 255) = 18.22%
BLUE value IS 221 (86.72% from 255) = 45.76%
R=36.02%
G=18.22%
B=45.76%

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
Decimal174882210.210.6000.13278.866.1760.59
HexAE58DD153C0D117423d
Octal256130335257401542710275
Binary1010111010110001101110110101111100011011000101111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE58DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE58DD; }

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

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

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

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

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

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

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

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