#AE61EC

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

Shades of Medium Orchid #AE61EC

Tints of Medium Orchid #AE61EC

Color information

#AE61EC (or 0xAE61EC) is unknown color: approx Medium Orchid. HEX triplet: AE, 61 and EC. RGB value is (174,97,236). Sum of RGB (Red+Green+Blue) = 174+97+236=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 97 (38.28% from 255 or 19.13% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE61EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE61EC is #519E13. Grayscale: #878787. Windows color (decimal): -5348884 or 15491502. OLE color: 15491502.

HSL color Cylindrical-coordinate representation of color #AE61EC: hue angle of 273.24º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE61EC is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17497236-
CMYK0.260.5900.07
HSL273.24º78.53%65.29%-
HSV(B)273.24º58.9%92.55%-
XYZ36.8723.681.97-
YUV135.87184.51155.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.32%
GREEN value IS 97 (38.28% from 255) = 19.13%
BLUE value IS 236 (92.58% from 255) = 46.55%
R=34.32%
G=19.13%
B=46.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal174972360.260.5900.07273.2478.5365.29
HexAE61EC1A3B071114f41
Octal256141354327307421117101
Binary1010111011000011110110011010111011011110001000110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE61EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE61EC; }

 p { color: rgb(174,97,236); }

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

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

 a { background-color: rgb(174,97,236); }

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

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

 span { border-color: rgb(174,97,236); }

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