#AE65CE

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

Shades of Medium Orchid #AE65CE

Tints of Medium Orchid #AE65CE

Color information

#AE65CE (or 0xAE65CE) is unknown color: approx Medium Orchid. HEX triplet: AE, 65 and CE. RGB value is (174,101,206). Sum of RGB (Red+Green+Blue) = 174+101+206=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE65CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE65CE is #519A31. Grayscale: #868686. Windows color (decimal): -5347890 or 13526446. OLE color: 13526446.

HSL color Cylindrical-coordinate representation of color #AE65CE: hue angle of 281.71º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE65CE is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174101206-
CMYK0.160.5100.19
HSL281.71º51.72%60.2%-
HSV(B)281.71º50.97%80.78%-
XYZ33.2522.7661.03-
YUV134.8168.18155.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 101 (39.84% from 255) = 21.00%
BLUE value IS 206 (80.86% from 255) = 42.83%
R=36.17%
G=21.00%
B=42.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741012060.160.5100.19281.7151.7260.2
HexAE65CE103301311a343c
Octal25614531620630234326474
Binary1010111011001011100111010000110011010011100011010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE65CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE65CE; }

 p { color: rgb(174,101,206); }

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

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

 a { background-color: rgb(174,101,206); }

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

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

 span { border-color: rgb(174,101,206); }

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