#AE5ADD

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

Shades of Medium Orchid #AE5ADD

Tints of Medium Orchid #AE5ADD

Color information

#AE5ADD (or 0xAE5ADD) is unknown color: approx Medium Orchid. HEX triplet: AE, 5A and DD. RGB value is (174,90,221). Sum of RGB (Red+Green+Blue) = 174+90+221=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE5ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5ADD is #51A522. Grayscale: #818181. Windows color (decimal): -5350691 or 14506670. OLE color: 14506670.

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

Color convert

RGB17490221-
CMYK0.210.5900.13
HSL278.47º65.83%60.98%-
HSV(B)278.47º59.28%86.67%-
XYZ34.1621.5370.76-
YUV130.05179.33159.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 90 (35.55% from 255) = 18.56%
BLUE value IS 221 (86.72% from 255) = 45.57%
R=35.88%
G=18.56%
B=45.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal174902210.210.5900.13278.4765.8360.98
HexAE5ADD153B0D116423d
Octal256132335257301542610275
Binary1010111010110101101110110101111011011011000101101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5ADD; }

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

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

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

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

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

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

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

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