#AE3ED5

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

Shades of Medium Orchid #AE3ED5

Tints of Medium Orchid #AE3ED5

Color information

#AE3ED5 (or 0xAE3ED5) is unknown color: approx Medium Orchid. HEX triplet: AE, 3E and D5. RGB value is (174,62,213). Sum of RGB (Red+Green+Blue) = 174+62+213=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 62 (24.61% from 255 or 13.81% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 213 - color contains mainly: blue. Hex color #AE3ED5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3ED5 is #51C12A. Grayscale: #707070. Windows color (decimal): -5357867 or 13975214. OLE color: 13975214.

HSL color Cylindrical-coordinate representation of color #AE3ED5: hue angle of 284.5º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE3ED5 is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17462213-
CMYK0.180.7100.16
HSL284.5º64.26%53.92%-
HSV(B)284.5º70.89%83.53%-
XYZ31.1917.2564.64-
YUV112.7184.61171.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 62 (24.61% from 255) = 13.81%
BLUE value IS 213 (83.59% from 255) = 47.44%
R=38.75%
G=13.81%
B=47.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal174622130.180.7100.16284.564.2653.92
HexAE3ED5124701011d4036
Octal256763252210702043510066
Binary10101110111110110101011001010001110100001000111011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3ED5; }

 p { color: rgb(174,62,213); }

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

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

 a { background-color: rgb(174,62,213); }

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

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

 span { border-color: rgb(174,62,213); }

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